/third_party/gstreamer/gstplugins_bad/gst/removesilence/ |
D | gstremovesilence.c | 374 if (GST_BUFFER_PTS_IS_VALID (inbuf)) { in gst_remove_silence_transform_ip() 403 if (GST_BUFFER_PTS_IS_VALID (inbuf)) { in gst_remove_silence_transform_ip() 417 if (GST_BUFFER_PTS_IS_VALID (inbuf)) { in gst_remove_silence_transform_ip()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcompat.h | 45 #define GST_BUFFER_TIMESTAMP_IS_VALID GST_BUFFER_PTS_IS_VALID
|
D | gstbuffer.h | 155 #define GST_BUFFER_PTS_IS_VALID(buffer) (GST_CLOCK_TIME_IS_VALID (GST_BUFFER_PTS (buffer))) macro
|
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/ |
D | mpegpsmux.c | 416 if (GST_BUFFER_PTS_IS_VALID (buf) && GST_BUFFER_DTS_IS_VALID (buf)) { in mpegpsmux_queue_buffer_for_stream() 418 } else if (GST_BUFFER_PTS_IS_VALID (buf) && !GST_BUFFER_DTS_IS_VALID (buf)) { in mpegpsmux_queue_buffer_for_stream() 420 } else if (GST_BUFFER_DTS_IS_VALID (buf) && !GST_BUFFER_PTS_IS_VALID (buf)) { in mpegpsmux_queue_buffer_for_stream()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpdtmfmux.c | 123 if (GST_BUFFER_PTS_IS_VALID (rtpbuffer->buffer)) { in gst_rtp_dtmf_mux_accept_buffer_locked()
|
D | gstrtpmux.c | 420 GST_BUFFER_PTS_IS_VALID (*buffer)) in process_list_item() 577 GST_BUFFER_PTS_IS_VALID (buffer)) in gst_rtp_mux_chain()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio.c | 94 if (!GST_BUFFER_PTS_IS_VALID (buffer)) in gst_audio_buffer_clip()
|
D | gstaudiodecoder.c | 1019 if (G_LIKELY (GST_BUFFER_PTS_IS_VALID (buf))) { in gst_audio_decoder_push_forward() 1092 } else if (av && (!GST_BUFFER_PTS_IS_VALID (buf) || in gst_audio_decoder_output() 2013 if (!GST_BUFFER_PTS_IS_VALID (buf)) { in gst_audio_decoder_flush_decode() 2116 if (dec->input_segment.rate > 0.0 && !GST_BUFFER_PTS_IS_VALID (buffer)) { in gst_audio_decoder_chain()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-reverseplay.c | 236 if (!GST_BUFFER_PTS_IS_VALID (buf)) in handle_output()
|
/third_party/gstreamer/gstplugins_base/gst/videorate/ |
D | gstvideorate.c | 713 g_assert (GST_BUFFER_PTS_IS_VALID (outbuf)); in gst_video_rate_push_buffer() 1480 if (!GST_BUFFER_PTS_IS_VALID (buffer) || in gst_video_rate_transform_ip() 1481 !GST_BUFFER_PTS_IS_VALID (videorate->prevbuf)) { in gst_video_rate_transform_ip()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstinputselector.c | 734 if (!GST_BUFFER_PTS_IS_VALID (buf)) { in gst_input_selector_wait_running_time() 935 if (!GST_BUFFER_PTS_IS_VALID (buffer)) { in gst_input_selector_cleanup_old_cached_buffers() 1072 if (GST_BUFFER_PTS_IS_VALID (buf)) { in gst_selector_pad_chain()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccextractor.c | 451 if (!had_cc_meta && filter->captionpad && GST_BUFFER_PTS_IS_VALID (buf)) { in gst_cc_extractor_chain()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxpartreader.c | 164 else if (GST_BUFFER_PTS_IS_VALID (buf)) in handle_buffer_measuring() 239 if (GST_BUFFER_PTS_IS_VALID (buf)) in splitmux_part_pad_chain()
|
D | gstmultifilesink.c | 714 if (GST_BUFFER_PTS_IS_VALID (buffer) in gst_multi_file_sink_write_buffer()
|
/third_party/gstreamer/gstplugins_good/gst/multipart/ |
D | multipartmux.c | 370 if (buf && GST_BUFFER_PTS_IS_VALID (buf)) { in gst_multipart_mux_queue_pads()
|
/third_party/gstreamer/gstplugins_bad/gst/onvif/ |
D | gstrtponviftimestamp.c | 539 if (GST_BUFFER_PTS_IS_VALID (buf)) { in handle_buffer()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11deinterlace.cpp | 1370 if (GST_BUFFER_PTS_IS_VALID (self->to_process)) { in gst_d3d11_deinterlace_submit_future_frame() 1381 if (GST_BUFFER_PTS_IS_VALID (next_buf)) { in gst_d3d11_deinterlace_submit_future_frame() 1606 } else if (!GST_BUFFER_PTS_IS_VALID (inbuf)) { in gst_d3d11_deinterlace_generate_output()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvmux.c | 807 if (GST_BUFFER_PTS_IS_VALID (buffer)) in gst_flv_mux_push() 1646 if (GST_BUFFER_PTS_IS_VALID (buffer)) { in gst_flv_mux_update_index() 2054 if (GST_BUFFER_PTS_IS_VALID (buffer)) in gst_flv_mux_aggregate()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbaseparse.c | 995 gboolean must_approximate_pts = !GST_BUFFER_PTS_IS_VALID (buffer) in gst_base_parse_parse_frame() 2371 if (GST_BUFFER_PTS_IS_VALID (buffer) && parse->priv->has_timing_info in gst_base_parse_handle_and_push_frame() 2416 if (parse->priv->pts_interpolate && GST_BUFFER_PTS_IS_VALID (buffer)) { in gst_base_parse_handle_and_push_frame() 2430 GST_BUFFER_PTS_IS_VALID (buffer)) in gst_base_parse_handle_and_push_frame() 2501 if (GST_BUFFER_PTS_IS_VALID (buffer)) in gst_base_parse_push_frame() 2933 if (GST_BUFFER_PTS_IS_VALID (buf)) { in gst_base_parse_finish_fragment()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadeinterlace.c | 482 if (!GST_BUFFER_PTS_IS_VALID (inbuf)) { in gst_va_deinterlace_generate_output()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstsmartencoder.c | 500 if (GST_BUFFER_PTS_IS_VALID (buf)) { in gst_smart_encoder_chain()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/ |
D | gstadaptivedemux.c | 2707 if (GST_BUFFER_PTS_IS_VALID (buffer)) in gst_adaptive_demux_stream_push_buffer() 2710 if (GST_BUFFER_PTS_IS_VALID (buffer)) { in gst_adaptive_demux_stream_push_buffer() 2935 if (GST_BUFFER_PTS_IS_VALID (buffer)) in _src_chain() 2941 if (GST_BUFFER_PTS_IS_VALID (buffer)) { in _src_chain()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtdec.c | 900 if (GST_BUFFER_PTS_IS_VALID (buf)) in cm_sample_buffer_from_gst_buffer()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | gstqtmux.c | 5199 if (!GST_BUFFER_PTS_IS_VALID (last_buf)) in gst_qt_mux_add_buffer() 5204 if (GST_BUFFER_PTS_IS_VALID (last_buf)) { in gst_qt_mux_add_buffer() 5212 } else if (GST_BUFFER_PTS_IS_VALID (last_buf)) { in gst_qt_mux_add_buffer() 5280 } else if (buf && GST_BUFFER_PTS_IS_VALID (buf) in gst_qt_mux_add_buffer() 5281 && GST_BUFFER_PTS_IS_VALID (last_buf)) { in gst_qt_mux_add_buffer()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | h264parse.c | 281 fail_if (GST_BUFFER_PTS_IS_VALID (buffer)); in verify_buffer_bs_au()
|