Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_defs.h60 int vpx_codec_flush(vpx_codec_ctx_t *ctx);
Dgoldfish_vpx_impl.cpp135 int vpx_codec_flush(vpx_codec_ctx_t* ctx) { in vpx_codec_flush() function
DGoldfishVPX.cpp154 if (vpx_codec_flush(mCtx)) { in outputBuffers()