Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2decoder.h44 gboolean gst_v4l2_decoder_streamon (GstV4l2Decoder * self,
Dgstv4l2decoder.c240 gst_v4l2_decoder_streamon (GstV4l2Decoder * self, GstPadDirection direction) in gst_v4l2_decoder_streamon() function
289 return gst_v4l2_decoder_streamon (self, GST_PAD_SINK) && in gst_v4l2_decoder_flush()
290 gst_v4l2_decoder_streamon (self, GST_PAD_SRC); in gst_v4l2_decoder_flush()
Dgstv4l2codecvp8dec.c248 if (!gst_v4l2_decoder_streamon (self->decoder, GST_PAD_SINK)) { in gst_v4l2_codec_vp8_dec_negotiate()
255 if (!gst_v4l2_decoder_streamon (self->decoder, GST_PAD_SRC)) { in gst_v4l2_codec_vp8_dec_negotiate()
Dgstv4l2codecmpeg2dec.c303 if (!gst_v4l2_decoder_streamon (self->decoder, GST_PAD_SINK)) { in gst_v4l2_codec_mpeg2_dec_negotiate()
310 if (!gst_v4l2_decoder_streamon (self->decoder, GST_PAD_SRC)) { in gst_v4l2_codec_mpeg2_dec_negotiate()
Dgstv4l2codecvp9dec.c509 if (!gst_v4l2_decoder_streamon (self->decoder, GST_PAD_SINK)) { in gst_v4l2_codec_vp9_dec_negotiate()
516 if (!gst_v4l2_decoder_streamon (self->decoder, GST_PAD_SRC)) { in gst_v4l2_codec_vp9_dec_negotiate()
Dgstv4l2codech264dec.c380 if (!gst_v4l2_decoder_streamon (self->decoder, GST_PAD_SINK)) { in gst_v4l2_codec_h264_dec_negotiate()
387 if (!gst_v4l2_decoder_streamon (self->decoder, GST_PAD_SRC)) { in gst_v4l2_codec_h264_dec_negotiate()