Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
Dgoldfish_vpx_defs.h58 int vpx_codec_dec_init(vpx_codec_ctx_t*);
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_defs.h58 int vpx_codec_dec_init(vpx_codec_ctx_t *);
Dgoldfish_vpx_impl.cpp65 int vpx_codec_dec_init(vpx_codec_ctx_t *ctx) { in vpx_codec_dec_init() function
DC2GoldfishVpxDec.cpp631 if ((vpx_err = vpx_codec_dec_init(mCtx))) { in checkContext()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp65 int vpx_codec_dec_init(vpx_codec_ctx_t* ctx) { in vpx_codec_dec_init() function
DGoldfishVPX.cpp113 if ((vpx_err = vpx_codec_dec_init(mCtx))) { in initDecoder()