Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpcrfcheck.c147 GST_FORMAT_TIME, GST_BUFFER_DTS_OR_PTS (buffer)); in post_qos_message()
150 GST_FORMAT_TIME, GST_BUFFER_DTS_OR_PTS (buffer)); in post_qos_message()
151 guint64 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in post_qos_message()
Dgstavtpsink.c428 g_assert (GST_BUFFER_DTS_OR_PTS (buffer) != GST_CLOCK_TIME_NONE); in gst_avtp_sink_render()
431 basesink->segment.format, GST_BUFFER_DTS_OR_PTS (buffer), in gst_avtp_sink_render()
Dgstavtpcvfpay.c552 GST_BUFFER_DTS_OR_PTS (nal)) + avtpbasepayload->mtt + in gst_avtp_cvf_pay_prepare_avtp_packets()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecdec.c212 if (dec->max_arrival_time - GST_BUFFER_DTS_OR_PTS (item->buffer) < in trim_items()
223 GST_TIME_ARGS (GST_BUFFER_DTS_OR_PTS (item->buffer)), item->seq); in trim_items()
243 if (dec->max_fec_arrival_time[D] - GST_BUFFER_DTS_OR_PTS (item->buffer) < in trim_fec_items()
265 GST_TIME_ARGS (GST_BUFFER_DTS_OR_PTS (item->buffer)), item->seq); in trim_fec_items()
678 dec->max_fec_arrival_time[fec.D] = GST_BUFFER_DTS_OR_PTS (buffer); in gst_rtpst_2022_1_fecdec_sink_chain_fec()
735 MAX (dec->max_arrival_time, GST_BUFFER_DTS_OR_PTS (buffer)); in gst_rtpst_2022_1_fecdec_sink_chain()
/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.c280 timestamp = GST_BUFFER_DTS_OR_PTS (rtp->buffer); in gst_rtp_sbc_depay_process()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c175 if (GST_CLOCK_TIME_IS_VALID (GST_BUFFER_DTS_OR_PTS (buffer))) { in gst_flv_mux_skip_buffer()
177 GST_BUFFER_DTS_OR_PTS (buffer)); in gst_flv_mux_skip_buffer()
1372 GST_FORMAT_TIME, GST_BUFFER_DTS_OR_PTS (buffer), in gst_flv_mux_buffer_to_tag_internal()
1942 if (GST_CLOCK_TIME_IS_VALID (GST_BUFFER_DTS_OR_PTS (buffer))) { in gst_flv_mux_find_best_pad()
1944 GST_BUFFER_DTS_OR_PTS (buffer)); in gst_flv_mux_find_best_pad()
2049 (best)->segment, GST_BUFFER_DTS_OR_PTS (buffer)); in gst_flv_mux_aggregate()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-ids.c325 return GST_BUFFER_DTS_OR_PTS (buf); in gst_matroska_track_get_buffer_timestamp()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideosink.c267 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in gst_video_sink_get_times()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c1403 end_buffer_ts = GST_BUFFER_DTS_OR_PTS (buf); in gst_app_src_update_queued_pop()
1417 GstClockTime ts = GST_BUFFER_DTS_OR_PTS (tmp); in gst_app_src_update_queued_pop()
1500 start_buffer_ts = end_buffer_ts = GST_BUFFER_DTS_OR_PTS (buf); in gst_app_src_update_queued_push()
1512 GstClockTime ts = GST_BUFFER_DTS_OR_PTS (tmp); in gst_app_src_update_queued_push()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c495 if (G_LIKELY (GST_CLOCK_TIME_IS_VALID (GST_BUFFER_DTS_OR_PTS (buf)))) { in gst_collect_pads_clip_running_time()
1467 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in gst_collect_pads_find_best_pad()
2199 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in gst_collect_pads_chain()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.c625 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in apply_buffer()
663 btime = GST_BUFFER_DTS_OR_PTS (*buf); in buffer_list_apply_time()
1201 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in gst_queue_chain_buffer_or_list()
Dgstmultiqueue.c2044 GstClockTime btime = GST_BUFFER_DTS_OR_PTS (buf); in get_running_time()
2060 btime = GST_BUFFER_DTS_OR_PTS (buf); in get_running_time()
2117 timestamp = GST_BUFFER_DTS_OR_PTS (buffer);
2734 timestamp = GST_BUFFER_DTS_OR_PTS (buffer);
Dgstqueue2.c872 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in apply_buffer()
938 btime = GST_BUFFER_DTS_OR_PTS (*buf); in buffer_list_apply_time()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.h110 #define GST_BUFFER_DTS_OR_PTS(buf) (GST_BUFFER_DTS_IS_VALID(buf) ? GST_BUFFER_DTS(buf)… macro
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmux.c2270 best_ts = GST_BUFFER_DTS_OR_PTS (buffer); in gst_base_ts_mux_find_best_pad()
2271 } else if (GST_BUFFER_DTS_OR_PTS (buffer) != GST_CLOCK_TIME_NONE) { in gst_base_ts_mux_find_best_pad()
2272 GstClockTime t = GST_BUFFER_DTS_OR_PTS (buffer); in gst_base_ts_mux_find_best_pad()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c839 if (G_LIKELY (GST_CLOCK_TIME_IS_VALID (GST_BUFFER_DTS_OR_PTS (buf)))) { in gst_qt_mux_clip_running_time()
5333 if (ABSDIFF (GST_BUFFER_DTS_OR_PTS (last_buf), in gst_qt_mux_add_buffer()
5533 GST_TIME_ARGS (GST_BUFFER_DTS_OR_PTS (last_buf)), in gst_qt_mux_add_buffer()
5738 timestamp = GST_BUFFER_DTS_OR_PTS (qtpad->last_buf); in find_best_pad()
5744 timestamp = GST_BUFFER_DTS_OR_PTS (qtpad->last_buf); in find_best_pad()
5746 timestamp = GST_BUFFER_DTS_OR_PTS (tmp_buf); in find_best_pad()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtspacketizer.c711 ts = GST_BUFFER_DTS_OR_PTS (buffer); in mpegts_packetizer_push()
/third_party/gstreamer/gstreamer/
DChangeLog26216 queue/queue2: Use GST_BUFFER_DTS_OR_PTS
26235 collectpads: Use GST_BUFFER_DTS_OR_PTS
26242 buffer: Add a GST_BUFFER_DTS_OR_PTS macro
26243 API: GST_BUFFER_DTS_OR_PTS