Home
last modified time | relevance | path

Searched refs:GST_BUFFER_PTS_IS_VALID (Results 1 – 25 of 34) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/removesilence/
Dgstremovesilence.c374 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/
Dgstcompat.h45 #define GST_BUFFER_TIMESTAMP_IS_VALID GST_BUFFER_PTS_IS_VALID
Dgstbuffer.h155 #define GST_BUFFER_PTS_IS_VALID(buffer) (GST_CLOCK_TIME_IS_VALID (GST_BUFFER_PTS (buffer))) macro
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.c416 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/
Dgstrtpdtmfmux.c123 if (GST_BUFFER_PTS_IS_VALID (rtpbuffer->buffer)) { in gst_rtp_dtmf_mux_accept_buffer_locked()
Dgstrtpmux.c420 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/
Daudio.c94 if (!GST_BUFFER_PTS_IS_VALID (buffer)) in gst_audio_buffer_clip()
Dgstaudiodecoder.c1019 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/
Dtest-reverseplay.c236 if (!GST_BUFFER_PTS_IS_VALID (buf)) in handle_output()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c713 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/
Dgstinputselector.c734 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/
Dgstccextractor.c451 if (!had_cc_meta && filter->captionpad && GST_BUFFER_PTS_IS_VALID (buf)) { in gst_cc_extractor_chain()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c164 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()
Dgstmultifilesink.c714 if (GST_BUFFER_PTS_IS_VALID (buffer) in gst_multi_file_sink_write_buffer()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.c370 if (buf && GST_BUFFER_PTS_IS_VALID (buf)) { in gst_multipart_mux_queue_pads()
/third_party/gstreamer/gstplugins_bad/gst/onvif/
Dgstrtponviftimestamp.c539 if (GST_BUFFER_PTS_IS_VALID (buf)) { in handle_buffer()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11deinterlace.cpp1370 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/
Dgstflvmux.c807 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/
Dgstbaseparse.c995 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/
Dgstvadeinterlace.c482 if (!GST_BUFFER_PTS_IS_VALID (inbuf)) { in gst_va_deinterlace_generate_output()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c500 if (GST_BUFFER_PTS_IS_VALID (buf)) { in gst_smart_encoder_chain()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.c2707 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/
Dvtdec.c900 if (GST_BUFFER_PTS_IS_VALID (buf)) in cm_sample_buffer_from_gst_buffer()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c5199 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/
Dh264parse.c281 fail_if (GST_BUFFER_PTS_IS_VALID (buffer)); in verify_buffer_bs_au()

12