Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp170 while ((mImg = vpx_codec_get_frame(mCtx))) { in outputBuffers()
181 mImg = vpx_codec_get_frame(mCtx); in outputBuffers()
Dgoldfish_vpx_impl.cpp113 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t* ctx, __attribute__((unused)) int hostColorBufferI… in vpx_codec_get_frame() function
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
Dgoldfish_vpx_defs.h59 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t*, int hostColorBufferId = -1);
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_defs.h59 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *, int hostColorBufferId = -1);
Dgoldfish_vpx_impl.cpp114 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, int hostColorBufferId) { in vpx_codec_get_frame() function
DC2GoldfishVpxDec.cpp574 while ((mImg = vpx_codec_get_frame(mCtx))) { in onFlush_sm()
926 vpx_image_t *img = vpx_codec_get_frame(mCtx); in outputBuffer()