Searched refs:vpx_codec_decode (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/host-common/ |
D | MediaVpxVideoHelper.cpp | 46 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/ |
D | goldfish_vpx_defs.h | 61 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
|
D | goldfish_vpx_impl.cpp | 155 int vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode() function
|
D | GoldfishVPX.cpp | 336 int err = vpx_codec_decode(mCtx, inHeader->pBuffer + inHeader->nOffset, in onQueueFilled()
|
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
D | goldfish_vpx_defs.h | 61 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data,
|
D | goldfish_vpx_impl.cpp | 168 int vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, in vpx_codec_decode() function
|
D | C2GoldfishVpxDec.cpp | 646 vpx_codec_err_t err = vpx_codec_decode( in process()
|