Searched refs:GST_BUFFER_DTS_OR_PTS (Results 1 – 13 of 13) sorted by relevance
68 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()
277 timestamp = GST_BUFFER_DTS_OR_PTS (rtp->buffer); in gst_rtp_sbc_depay_process()
1293 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()
323 return GST_BUFFER_DTS_OR_PTS (buf); in gst_matroska_track_get_buffer_timestamp()
108 #define GST_BUFFER_DTS_OR_PTS(buf) (GST_BUFFER_DTS_IS_VALID(buf) ? GST_BUFFER_DTS(buf)… macro
499 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()
621 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()
1657 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()
864 timestamp = GST_BUFFER_DTS_OR_PTS (buffer); in apply_buffer()930 btime = GST_BUFFER_DTS_OR_PTS (*buf); in buffer_list_apply_time()
4766 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()
680 ts = GST_BUFFER_DTS_OR_PTS (buffer); in mpegts_packetizer_push()
181 GST_BUFFER_DTS_OR_PTS
17961 queue/queue2: Use GST_BUFFER_DTS_OR_PTS17980 collectpads: Use GST_BUFFER_DTS_OR_PTS17987 buffer: Add a GST_BUFFER_DTS_OR_PTS macro17988 API: GST_BUFFER_DTS_OR_PTS