get_file_type_by_ext 61 applications/mp4box/filedump.c extern GF_FileType get_file_type_by_ext(char *inName); get_file_type_by_ext 171 applications/mp4box/filedump.c ftype = get_file_type_by_ext(file); get_file_type_by_ext 384 applications/mp4box/filedump.c if (get_file_type_by_ext(file) == 1) { get_file_type_by_ext 2526 applications/mp4box/main.c if (get_file_type_by_ext(argv[i + 1]) != 1) { get_file_type_by_ext 3657 applications/mp4box/main.c switch (get_file_type_by_ext(inName)) { get_file_type_by_ext 4104 applications/mp4box/main.c switch (get_file_type_by_ext(inName)) { get_file_type_by_ext 4720 applications/mp4box/main.c if (get_file_type_by_ext(inName) != GF_FILE_TYPE_ISO_MEDIA) {