Home
last modified time | relevance | path

Searched refs:vpx_codec_dec_init (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_defs.h58 int vpx_codec_dec_init(vpx_codec_ctx_t*);
Dgoldfish_vpx_impl.cpp61 int vpx_codec_dec_init(vpx_codec_ctx_t* ctx) { in vpx_codec_dec_init() function
DGoldfishVPX.cpp114 if ((vpx_err = vpx_codec_dec_init(mCtx))) { in initDecoder()