gf_isom_has_time_offset  579 applications/mp42ts/main.c 	if (gf_isom_has_time_offset(mp4, track_num)) ifce->caps |= GF_ESI_SIGNAL_DTS;
gf_isom_has_time_offset  623 applications/mp42ts/main.c 	if (gf_isom_has_time_offset(mp4, track_num)==2) {
gf_isom_has_time_offset  827 applications/mp4box/filedump.c 		u32 has_cts_offset = gf_isom_has_time_offset(file, i+1);
gf_isom_has_time_offset 1243 applications/mp4box/fileimport.c 			if (gf_isom_has_time_offset(mp4, tki->tk)) {
gf_isom_has_time_offset 1547 applications/mp4box/fileimport.c 			if (gf_isom_has_time_offset(mp4, tki->tk)) {
gf_isom_has_time_offset  749 include/gpac/isomedia.h u32 gf_isom_has_time_offset(GF_ISOFile *the_file, u32 trackNumber);
gf_isom_has_time_offset  691 src/media_tools/ismacryp.c 	if (gf_isom_has_time_offset(mp4, track)) gf_isom_set_cts_packing(mp4, track, GF_TRUE);
gf_isom_has_time_offset  557 src/media_tools/isom_hinter.c 	tmp->has_ctts = gf_isom_has_time_offset(file, TrackNum);
gf_isom_has_time_offset 1740 src/media_tools/media_export.c 	has_b_frames = gf_isom_has_time_offset(dumper->file, track);
gf_isom_has_time_offset 2092 src/media_tools/media_export.c 		if (gf_isom_has_time_offset(dumper->file, track)) {
gf_isom_has_time_offset 2320 src/media_tools/media_import.c 	if (gf_isom_has_time_offset(import->orig, track_in)==2) {