Home
last modified time | relevance | path

Searched refs:ctts (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/tests/fate/
Dmov.mak2 fate-mov-3elist-1ctts \
3 fate-mov-1elist-1ctts \
5 fate-mov-elist-starts-ctts-2ndsample \
44 fate-mov-1elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist-1ctts.mov
46 fate-mov-3elist-1ctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-3elist-1ctts.mov
58 fate-mov-elist-starts-ctts-2ndsample: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-elist-starts-ctts
Dseek.mak257 FATE_SEEK_EXTRA-$(CONFIG_MOV_DEMUXER) += fate-seek-test-iibbibb-neg-ctts-mp4
263 fate-seek-test-iibbibb-neg-ctts-mp4: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/m…
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c741 atom_ctts_init (AtomCTTS * ctts) in atom_ctts_init() argument
745 atom_full_init (&ctts->header, FOURCC_ctts, 0, 0, 0, flags); in atom_ctts_init()
746 atom_array_init (&ctts->entries, 128); in atom_ctts_init()
747 ctts->do_pts = FALSE; in atom_ctts_init()
753 AtomCTTS *ctts = g_new0 (AtomCTTS, 1); in atom_ctts_new() local
755 atom_ctts_init (ctts); in atom_ctts_new()
756 return ctts; in atom_ctts_new()
760 atom_ctts_free (AtomCTTS * ctts) in atom_ctts_free() argument
762 atom_full_clear (&ctts->header); in atom_ctts_free()
763 atom_array_clear (&ctts->entries); in atom_ctts_free()
[all …]
Datomsrecovery.c873 if (stbl->ctts) { in trak_recov_data_get_trak_atom_size()
874 if (!atom_ctts_copy_data (stbl->ctts, NULL, NULL, &offset)) { in trak_recov_data_get_trak_atom_size()
920 if (stbl->ctts) { in moov_recov_get_stbl_children_data()
921 if (!atom_ctts_copy_data (stbl->ctts, &buffer, &size, &offset)) { in moov_recov_get_stbl_children_data()
Dqtdemux.h431 GstByteReader ctts; member
Dqtdemux.c2524 g_free ((gpointer) stream->ctts.data); in gst_qtdemux_stbl_free()
2525 stream->ctts.data = NULL; in gst_qtdemux_stbl_free()
9486 &stream->ctts) ? TRUE : FALSE) == TRUE) { in qtdemux_stbl_init()
9492 stream->ctts.data = g_memdup2 (stream->ctts.data, stream->ctts.size); in qtdemux_stbl_init()
9495 if (!gst_byte_reader_get_uint8 (&stream->ctts, &ctts_version)) in qtdemux_stbl_init()
9499 if (!gst_byte_reader_skip (&stream->ctts, 3) in qtdemux_stbl_init()
9500 || !gst_byte_reader_get_uint32_be (&stream->ctts, in qtdemux_stbl_init()
9505 if (!qt_atom_parser_has_chunks (&stream->ctts, stream->n_composition_times, in qtdemux_stbl_init()
9541 pos = gst_byte_reader_get_pos (&stream->ctts); in qtdemux_stbl_init()
9551 gst_byte_reader_skip_unchecked (&stream->ctts, 4); in qtdemux_stbl_init()
[all …]
Datoms.h598 AtomCTTS *ctts; member
Dgstqtmux.c3790 GstClockTime ctts = 0; in gst_qt_mux_update_edit_lists() local
3794 ctts = qtpad->first_ts - qtpad->first_dts; in gst_qt_mux_update_edit_lists()
3796 media_start = gst_util_uint64_scale_round (ctts, in gst_qt_mux_update_edit_lists()
/third_party/curl/lib/
Dmime.c1754 static const struct ContentType ctts[] = { in Curl_mime_contenttype() local
1772 for(i = 0; i < sizeof(ctts) / sizeof(ctts[0]); i++) { in Curl_mime_contenttype()
1773 size_t len2 = strlen(ctts[i].extension); in Curl_mime_contenttype()
1775 if(len1 >= len2 && strcasecompare(nameend - len2, ctts[i].extension)) in Curl_mime_contenttype()
1776 return ctts[i].type; in Curl_mime_contenttype()
/third_party/gstreamer/gstplugins_good/
DChangeLog1535 qtdemux: Always check ctts for unreasonably large offsets
1536 If this happens then ignore the whole ctts. Previously we only did this
1537 if the PTS/DTS shift was determined from the ctts instead of the cslg.
1544 Just like we do for ctts without regard of the version of the box.
1570 qtdemux: Parse ctts version
17337 If ctts (CompositionOffsetBox) has larger sample_offset
17339 assume the ctts box to be corrupted and ignore the box.
41349 needed in recent version of ctts atom where the offset can be
41625 qtdemux: Adjust segment according to ctts offset
81922 qtmux: Fix ctts generation for streams that don't start at 0 timestamps
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog169395 and presumably DTS == PTS, then no ctts will be produced anyway.
171779 In particular, only write a ctts atom if and only if ever a non-zero offset.
224247 …gst/qtdemux/: Process 'ctts' atoms, which are present in AVC ISO files (.mov files with h264 video…
224255 Process 'ctts' atoms, which are present in AVC ISO files (.mov files
224257 Use the offset present in 'ctts' to calculate the PTS for each packet