Home
last modified time | relevance | path

Searched refs:had_output_data (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c175 gboolean had_output_data; member
574 dec->priv->ctx.had_output_data = FALSE; in gst_audio_decoder_reset()
1000 ctx->had_output_data = TRUE; in gst_audio_decoder_push_forward()
2558 if (dec->priv->ctx.had_input_data && !dec->priv->ctx.had_output_data) { in gst_audio_decoder_sink_eventfunc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c366 gboolean had_output_data; member
1484 if (!priv->had_output_data) in gst_video_decoder_sink_event_default()
1492 if (ret && priv->had_input_data && !priv->had_output_data) { in gst_video_decoder_sink_event_default()
2429 priv->had_output_data = FALSE; in gst_video_decoder_reset()
3720 priv->had_output_data = TRUE; in gst_video_decoder_clip_and_push_buf()