/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atomsrecovery.h | 77 guint64 pts_offset; member 148 gint64 pts_offset);
|
D | atomsrecovery.c | 209 gboolean do_pts, gint64 pts_offset) in atoms_recov_write_trak_samples() argument 226 GST_WRITE_UINT64_BE (data + 26, pts_offset); in atoms_recov_write_trak_samples() 786 b->pts_offset = GST_READ_UINT64_BE (data + 26); in moov_recov_parse_buffer_entry() 817 b->chunk_offset, b->sync, b->pts_offset); in trak_recov_data_add_sample()
|
D | gstqtmux.c | 3065 gint64 pts_offset = 0; in gst_qt_mux_prefill_samples() local 3114 pts_offset = 0; in gst_qt_mux_prefill_samples() 3126 sample_entry.pts_offset = pts_offset; in gst_qt_mux_prefill_samples() 3131 sample_size / nsamples, chunk_offset, sync, pts_offset); in gst_qt_mux_prefill_samples() 4369 gint64 pts_offset) in gst_qt_mux_pad_fragment_add_buffer() argument 4590 chunk_offset, sync, pts_offset); in gst_qt_mux_pad_fragment_add_buffer() 4652 chunk_offset, sync, pts_offset); in gst_qt_mux_pad_fragment_add_buffer() 4654 qtmux->header_size - qtmux->moof_mdat_pos, sync, pts_offset, in gst_qt_mux_pad_fragment_add_buffer() 4666 pts_offset, pad->sync && sync); in gst_qt_mux_pad_fragment_add_buffer() 4892 guint64 chunk_offset, gboolean sync, gboolean do_pts, gint64 pts_offset) in gst_qt_mux_register_and_push_sample() argument [all …]
|
D | atoms.h | 959 gint64 pts_offset); 969 gint64 pts_offset); 1016 gint64 pts_offset, gboolean sdtp_sync);
|
D | qtdemux.h | 312 gint32 pts_offset; /* Add this value to timestamp to get the pts */ member
|
D | atoms.c | 3326 guint32 size, guint64 chunk_offset, gboolean sync, gint64 pts_offset) in atom_stbl_add_samples() argument 3342 atom_stbl_add_ctts_entry (stbl, nsamples, pts_offset); in atom_stbl_add_samples() 3347 guint32 size, guint64 chunk_offset, gboolean sync, gint64 pts_offset) in atom_trak_add_samples() argument 3351 pts_offset); in atom_trak_add_samples() 4912 guint32 flags, gint32 data_offset, gint64 pts_offset) in atom_trun_can_append_samples_to_entry() argument 4914 if (pts_offset != 0) in atom_trun_can_append_samples_to_entry() 4938 guint32 size, guint32 flags, gint64 pts_offset) in atom_trun_add_samples() argument 4942 if (pts_offset != 0) in atom_trun_add_samples() 4951 if (pts_offset != 0) { in atom_trun_add_samples() 4952 nentry.sample_composition_time_offset = pts_offset + i * delta; in atom_trun_add_samples() [all …]
|
D | qtdemux.c | 128 …STREAMTIME_TO_GSTTIME((stream), (sample)->timestamp + (stream)->cslg_shift + (sample)->pts_offset)) 130 …CSLG(stream,sample) (QTSTREAMTIME_TO_GSTTIME((stream), (sample)->timestamp + (sample)->pts_offset)) 948 if (mov_time == sample->timestamp + sample->pts_offset) in gst_qtdemux_find_index_linear() 973 while (index > 0 && sample->timestamp + sample->pts_offset > mov_time) { in gst_qtdemux_find_index_linear() 3485 sample->pts_offset = ct; in qtdemux_parse_trun() 4777 ref_str->samples[k_index].pts_offset; in gst_qtdemux_seek_to_previous_keyframe() 4875 str->samples[k_index].timestamp + str->samples[k_index].pts_offset; in gst_qtdemux_seek_to_previous_keyframe() 10049 cur->pts_offset = ctts_soffset; in qtdemux_parse_samples()
|
/third_party/ffmpeg/libavformat/ |
D | ty.c | 83 int pts_offset; /* offset into audio PES of PTS */ member 233 ty->pts_offset = AC3_PTS_OFFSET; in analyze_chunk() 260 ty->pts_offset = SA_PTS_OFFSET; in analyze_chunk() 265 ty->pts_offset = DTIVO_PTS_OFFSET; in analyze_chunk() 502 ty->last_audio_pts = ff_parse_pes_pts(&pkt->data[ offset + ty->pts_offset]); in check_sync_pes() 553 &ty->pes_buffer[es_offset1 + ty->pts_offset]); in demux_audio()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstadapter.c | 1552 gsize pts_offset = 0; in gst_adapter_prev_pts_at_offset() local 1566 pts_offset = read_offset; in gst_adapter_prev_pts_at_offset() 1573 *distance = adapter->pts_distance + offset - pts_offset; in gst_adapter_prev_pts_at_offset()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 87255 qtmux: simplify and fix pts_offset storing 107464 Make the QtDemuxSample struct smaller by keeping the duration and the pts_offset 138993 …gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the pts_offset calculatio… 138996 Make timescale 32 bits again so we don't screw up the pts_offset
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 171778 qtmux: simplify and fix pts_offset storing 223915 …gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the pts_offset calculatio… 223918 Make timescale 32 bits again so we don't screw up the pts_offset
|