Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c169 GstVp8DecoderClass *klass = GST_VP8_DECODER_GET_CLASS (self); in gst_vp8_decoder_check_codec_change()
348 GstVp8DecoderClass *klass = GST_VP8_DECODER_GET_CLASS (self); in gst_vp8_decoder_handle_frame()
494 GstVp8DecoderClass *klass = GST_VP8_DECODER_GET_CLASS (self); in gst_vp8_decoder_drain_output_queue()
Dgstvp8decoder.h34 #define GST_VP8_DECODER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj),GST_TYPE_VP8_DECODER,GstVp… macro