gf_isom_has_track_reference 1533 applications/mp42ts/main.c if (gf_isom_has_track_reference(source->mp4, k+1, GF_ISOM_REF_OD, gf_isom_get_track_id(source->mp4, i+1) )==1) { gf_isom_has_track_reference 807 include/gpac/isomedia.h u32 gf_isom_has_track_reference(GF_ISOFile *movie, u32 trackNumber, u32 referenceType, u32 refTrackID); gf_isom_has_track_reference 131 modules/isom_in/load.c if (gf_isom_has_track_reference(read->mov, j+1, GF_ISOM_REF_SCAL, track_id) > 0) { gf_isom_has_track_reference 138 modules/isom_in/load.c if (gf_isom_has_track_reference(read->mov, j+1, GF_ISOM_REF_BASE, track_id) > 0) { gf_isom_has_track_reference 987 modules/isom_in/read.c else if ((u32)ref_count == gf_isom_has_track_reference(the_file, i+1, GF_ISOM_REF_SCAL, trackID)) gf_isom_has_track_reference 134 src/media_tools/filestreamer.c if (gf_isom_has_track_reference(streamer->isom, t+1, GF_ISOM_REF_BASE, gf_isom_get_track_id(streamer->isom, streamer->base_track))) gf_isom_has_track_reference 1401 src/media_tools/isom_tools.c track_ref_index = (u8) gf_isom_has_track_reference(file, t+1+max_id, GF_ISOM_REF_SCAL, ref_trackID); gf_isom_has_track_reference 1421 src/media_tools/isom_tools.c track_ref_index = (u8) gf_isom_has_track_reference(file, t+1+max_id, GF_ISOM_REF_SCAL, j+1+max_id); gf_isom_has_track_reference 1713 src/media_tools/isom_tools.c if (!gf_isom_has_track_reference(file, t, GF_ISOM_REF_BASE, ref_trackID)) gf_isom_has_track_reference 1840 src/media_tools/isom_tools.c track_ref_index = (u8) gf_isom_has_track_reference(file, merge_track, GF_ISOM_REF_SCAL, ref_trackID); gf_isom_has_track_reference 1941 src/media_tools/isom_tools.c if (gf_isom_has_track_reference(file, t, GF_ISOM_REF_BASE, ref_trackID) && (t != merge_track)) gf_isom_has_track_reference 2462 src/media_tools/isom_tools.c trefidx = (u8) gf_isom_has_track_reference(file, sti[j].track_num, GF_ISOM_REF_SCAL, gf_isom_get_track_id(file, sti[k].track_num) ); gf_isom_has_track_reference 2985 src/media_tools/isom_tools.c if (! gf_isom_has_track_reference(file, track, GF_ISOM_REF_SABT, tiles[cur_tile].track_id)) {