Searched refs:vpx_codec_dec_init (Results 1 – 3 of 3) sorted by relevance
58 int vpx_codec_dec_init(vpx_codec_ctx_t*);
61 int vpx_codec_dec_init(vpx_codec_ctx_t* ctx) { in vpx_codec_dec_init() function
114 if ((vpx_err = vpx_codec_dec_init(mCtx))) { in initDecoder()