Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/host-common/
DMediaVpxVideoHelper.cpp46 vpx_codec_decode(mCtx.get(), data, len, (void*)pts, 0); in decode()
52 vpx_codec_decode(mCtx.get(), NULL, 0, NULL, 0); in flush()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_defs.h61 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
Dgoldfish_vpx_impl.cpp155 int vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode() function
DGoldfishVPX.cpp336 int err = vpx_codec_decode(mCtx, inHeader->pBuffer + inHeader->nOffset, in onQueueFilled()
/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.cpp646 vpx_codec_err_t err = vpx_codec_decode( in process()