Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.h107 GstFlowReturn (*decode_picture) (GstVp8Decoder * decoder, member
Dgstvp9decoder.h144 GstFlowReturn (*decode_picture) (GstVp9Decoder * decoder, member
Dgstvp8decoder.c423 if (klass->decode_picture) { in gst_vp8_decoder_handle_frame()
424 ret = klass->decode_picture (self, picture, &priv->parser); in gst_vp8_decoder_handle_frame()
Dgstvp9decoder.c494 if (klass->decode_picture) { in gst_vp9_decoder_handle_frame()
495 ret = klass->decode_picture (self, picture, priv->dpb); in gst_vp9_decoder_handle_frame()
/third_party/ffmpeg/libavcodec/
Dproresdec2.c736 static int decode_picture(AVCodecContext *avctx) in decode_picture() function
785 decode_picture: in decode_frame()
796 if ((ret = decode_picture(avctx)) < 0) { in decode_frame()
806 goto decode_picture; in decode_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c106 vp8decoder_class->decode_picture = in gst_nv_vp8_dec_class_init()
Dgstnvvp9dec.c111 vp9decoder_class->decode_picture = in gst_nv_vp9_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c517 vp8decoder_class->decode_picture = in gst_va_vp8_dec_class_init()
Dgstvavp9dec.c663 vp9_class->decode_picture = GST_DEBUG_FUNCPTR (gst_va_vp9_decode_picture); in gst_va_vp9_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp168 vp8decoder_class->decode_picture = in gst_d3d11_vp8_dec_class_init()
Dgstd3d11vp9dec.cpp205 vp9decoder_class->decode_picture = in gst_d3d11_vp9_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c899 vp8decoder_class->decode_picture = in gst_v4l2_codec_vp8_dec_subclass_init()
Dgstv4l2codecvp9dec.c1109 vp9decoder_class->decode_picture = in gst_v4l2_codec_vp9_dec_subclass_init()