Searched refs:vpx_codec_get_frame (Results 1 – 3 of 3) sorted by relevance
59 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t*, int hostColorBufferId = -1);
169 while ((mImg = vpx_codec_get_frame(mCtx))) { in outputBuffers()180 mImg = vpx_codec_get_frame(mCtx); in outputBuffers()
109 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t* ctx, int hostColorBufferId) { in vpx_codec_get_frame() function