Searched defs:_GstVPXDecClass (Results 1 – 1 of 1) sorted by relevance
88 struct _GstVPXDecClass struct90 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);[all …]