Lines Matching defs:_GstVPXDecClass
88 struct _GstVPXDecClass struct
90 GstVideoDecoderClass base_video_decoder_class;
91 const char* video_codec_tag;
93 vpx_codec_iface_t* codec_algo;
95 GstFlowReturn (*open_codec) (GstVPXDec * dec, GstVideoCodecFrame * frame);
97 void (*send_tags) (GstVPXDec* dec);
99 void (*set_stream_info) (GstVPXDec *dec, vpx_codec_stream_info_t *stream_info);
101 void (*set_default_format) (GstVPXDec *dec, GstVideoFormat fmt, int width, int height);
103 void (*handle_resolution_change) (GstVPXDec *dec, vpx_image_t *img, GstVideoFormat fmt);
105 gboolean (*get_frame_format)(GstVPXDec *dec, vpx_image_t *img, GstVideoFormat* fmt);
110 gboolean (*get_needs_sync_point)(GstVPXDec *dec);