Home
last modified time | relevance | path

Searched refs:has_push_first_frame (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h516 gboolean has_push_first_frame; member
Dqtdemux.c1915 stream->has_push_first_frame = FALSE; in _create_stream()
2588 stream->has_push_first_frame = FALSE; in gst_qtdemux_stream_clear()
5898 if (stream->has_push_first_frame) { in kpi_log_demux_push_first_frame()
5903 stream->has_push_first_frame = TRUE; in kpi_log_demux_push_first_frame()
5906 stream->has_push_first_frame = TRUE; in kpi_log_demux_push_first_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c475 gboolean has_push_first_frame; member
2482 priv->has_push_first_frame = FALSE; in gst_video_decoder_reset()
3806 if (!priv->has_push_first_frame) { in gst_video_decoder_clip_and_push_buf()
3807 priv->has_push_first_frame = TRUE; in gst_video_decoder_clip_and_push_buf()
4095 if (priv->has_push_first_frame && priv->only_one_frame_required) { in gst_video_decoder_decode_frame()
5460 return !(dec->priv->has_push_first_frame && dec->priv->only_one_frame_required); in gst_video_decoder_need_decode()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c277 gboolean has_push_first_frame; member
1045 if (!priv->has_push_first_frame) { in gst_audio_decoder_push_forward()
1046 priv->has_push_first_frame = TRUE; in gst_audio_decoder_push_forward()