Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_defs.h59 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t*, int hostColorBufferId = -1);
DGoldfishVPX.cpp169 while ((mImg = vpx_codec_get_frame(mCtx))) { in outputBuffers()
180 mImg = vpx_codec_get_frame(mCtx); in outputBuffers()
Dgoldfish_vpx_impl.cpp109 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t* ctx, int hostColorBufferId) { in vpx_codec_get_frame() function