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.c1920 stream->has_push_first_frame = FALSE; in _create_stream()
2593 stream->has_push_first_frame = FALSE; in gst_qtdemux_stream_clear()
5903 if (stream->has_push_first_frame) { in kpi_log_demux_push_first_frame()
5908 stream->has_push_first_frame = TRUE; in kpi_log_demux_push_first_frame()
5911 stream->has_push_first_frame = TRUE; in kpi_log_demux_push_first_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c283 gboolean has_push_first_frame; member
554 dec->priv->has_push_first_frame = FALSE; in gst_audio_decoder_reset()
1062 if (!priv->has_push_first_frame && GST_BUFFER_PTS (buf) != GST_CLOCK_TIME_NONE) { in gst_audio_decoder_push_forward()
1063 priv->has_push_first_frame = TRUE; in gst_audio_decoder_push_forward()
1888 dec->priv->has_push_first_frame = FALSE; in gst_audio_decoder_flush()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c482 gboolean has_push_first_frame; member
2414 priv->has_push_first_frame = FALSE; in gst_video_decoder_reset()
3858 if (!priv->has_push_first_frame && GST_BUFFER_PTS (buf) != GST_CLOCK_TIME_NONE) { in gst_video_decoder_clip_and_push_buf()
3859 priv->has_push_first_frame = TRUE; in gst_video_decoder_clip_and_push_buf()
4161 if (priv->has_push_first_frame && priv->only_one_frame_required) { in gst_video_decoder_decode_frame()
5526 return !(dec->priv->has_push_first_frame && dec->priv->only_one_frame_required); in gst_video_decoder_need_decode()