Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp9decoder.h32 …_DECODER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_VP9_DECODER,GstVp9DecoderClass))
33 …_DECODER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj),GST_TYPE_VP9_DECODER,GstVp9DecoderClass))
39 typedef struct _GstVp9DecoderClass GstVp9DecoderClass; typedef
Dgstvp9decoder.c121 gst_vp9_decoder_class_init (GstVp9DecoderClass * klass) in gst_vp9_decoder_class_init()
216 GstVp9DecoderClass *klass = GST_VP9_DECODER_GET_CLASS (self); in gst_vp9_decoder_check_codec_change()
351 GstVp9DecoderClass *klass = GST_VP9_DECODER_GET_CLASS (self); in gst_vp9_decoder_handle_frame()
570 GstVp9DecoderClass *klass = GST_VP9_DECODER_GET_CLASS (self); in gst_vp9_decoder_drain_output_queue()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp9dec.h43 GstVp9DecoderClass parent_class;
Dgstv4l2codecvp9dec.c1077 GstVp9DecoderClass *vp9decoder_class = GST_VP9_DECODER_CLASS (klass); in gst_v4l2_codec_vp9_dec_subclass_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.h92 GstVp9DecoderClass vp9;
Dgstvavp9dec.c633 GstVp9DecoderClass *vp9_class = GST_VP9_DECODER_CLASS (g_class); in gst_va_vp9_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp9dec.c52 GstVp9DecoderClass parent_class;
94 GstVp9DecoderClass *vp9decoder_class = GST_VP9_DECODER_CLASS (klass); in gst_nv_vp9_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp9dec.cpp118 GstVp9DecoderClass parent_class;
166 GstVp9DecoderClass *vp9decoder_class = GST_VP9_DECODER_CLASS (klass); in gst_d3d11_vp9_dec_class_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog4485 s/GstVp9Decoder/GstVp9DecoderClass