Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c3980 int n_available; in gst_video_decoder_have_frame() local
3990 n_available = gst_adapter_available (priv->output_adapter); in gst_video_decoder_have_frame()
3991 if (n_available) { in gst_video_decoder_have_frame()
3992 buffer = gst_adapter_take_buffer (priv->output_adapter, n_available); in gst_video_decoder_have_frame()
4014 GST_TIME_FORMAT, n_available, GST_TIME_ARGS (pts), GST_TIME_ARGS (dts), in gst_video_decoder_have_frame()