Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
Dgoldfish_vpx_defs.h61 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_defs.h61 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
Dgoldfish_vpx_impl.cpp168 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, in vpx_codec_decode() function
DC2GoldfishVpxDec.cpp821 vpx_codec_err_t err = vpx_codec_decode( in process()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp155 int vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode() function
DGoldfishVPX.cpp335 int err = vpx_codec_decode(mCtx, inHeader->pBuffer + inHeader->nOffset, in onQueueFilled()