Home
last modified time | relevance | path

Searched refs:GST_BUFFER_DTS_OR_PTS (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpstoragestream.c68 GstClockTime arrival_time = GST_BUFFER_DTS_OR_PTS (item->buffer); in rtp_storage_stream_resize()
121 GstClockTime arrival_time = GST_BUFFER_DTS_OR_PTS (buffer); in rtp_storage_stream_resize_and_add_item()
Dgstrtpsbcdepay.c277 timestamp = GST_BUFFER_DTS_OR_PTS (rtp->buffer); in gst_rtp_sbc_depay_process()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c1293 GST_FORMAT_TIME, GST_BUFFER_DTS_OR_PTS (buffer), in gst_flv_mux_buffer_to_tag_internal()
1809 GST_BUFFER_DTS_OR_PTS (buffer)); in gst_flv_mux_find_best_pad()
1810 } else if (GST_BUFFER_DTS_OR_PTS (buffer) != GST_CLOCK_TIME_NONE) { in gst_flv_mux_find_best_pad()
1812 GST_BUFFER_DTS_OR_PTS (buffer)); in gst_flv_mux_find_best_pad()
1874 (best)->segment, GST_BUFFER_DTS_OR_PTS (buffer)); in gst_flv_mux_aggregate()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-ids.c323 return GST_BUFFER_DTS_OR_PTS (buf); in gst_matroska_track_get_buffer_timestamp()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.h108 #define GST_BUFFER_DTS_OR_PTS(buf) (GST_BUFFER_DTS_IS_VALID(buf) ? GST_BUFFER_DTS(buf)… macro
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c499 if (G_LIKELY (GST_CLOCK_TIME_IS_VALID (GST_BUFFER_DTS_OR_PTS (buf)))) { in gst_collect_pads_clip_running_time()
1471 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in gst_collect_pads_find_best_pad()
2203 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in gst_collect_pads_chain()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.c621 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in apply_buffer()
659 btime = GST_BUFFER_DTS_OR_PTS (*buf); in buffer_list_apply_time()
1197 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in gst_queue_chain_buffer_or_list()
Dgstmultiqueue.c1657 GstClockTime btime = GST_BUFFER_DTS_OR_PTS (buf); in get_running_time()
1673 btime = GST_BUFFER_DTS_OR_PTS (buf); in get_running_time()
1715 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in gst_single_queue_push_one()
2207 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in gst_multi_queue_chain()
Dgstqueue2.c864 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in apply_buffer()
930 btime = GST_BUFFER_DTS_OR_PTS (*buf); in buffer_list_apply_time()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c4766 if (ABSDIFF (GST_BUFFER_DTS_OR_PTS (last_buf), in gst_qt_mux_add_buffer()
4964 GST_TIME_ARGS (GST_BUFFER_DTS_OR_PTS (last_buf)), in gst_qt_mux_add_buffer()
5140 timestamp = GST_BUFFER_DTS_OR_PTS (qtpad->last_buf); in find_best_pad()
5146 timestamp = GST_BUFFER_DTS_OR_PTS (qtpad->last_buf); in find_best_pad()
5148 timestamp = GST_BUFFER_DTS_OR_PTS (tmp_buf); in find_best_pad()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtspacketizer.c680 ts = GST_BUFFER_DTS_OR_PTS (buffer); in mpegts_packetizer_push()
/third_party/gstreamer/gstreamer/docs/gst/
Dgstreamer-sections.txt181 GST_BUFFER_DTS_OR_PTS
/third_party/gstreamer/gstreamer/
DChangeLog17961 queue/queue2: Use GST_BUFFER_DTS_OR_PTS
17980 collectpads: Use GST_BUFFER_DTS_OR_PTS
17987 buffer: Add a GST_BUFFER_DTS_OR_PTS macro
17988 API: GST_BUFFER_DTS_OR_PTS