Searched refs:vpx_codec_get_frame (Results 1 – 6 of 6) sorted by relevance
170 while ((mImg = vpx_codec_get_frame(mCtx))) { in outputBuffers()181 mImg = vpx_codec_get_frame(mCtx); in outputBuffers()
113 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t* ctx, __attribute__((unused)) int hostColorBufferI… in vpx_codec_get_frame() function
59 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t*, int hostColorBufferId = -1);
59 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *, int hostColorBufferId = -1);
114 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, int hostColorBufferId) { in vpx_codec_get_frame() function
574 while ((mImg = vpx_codec_get_frame(mCtx))) { in onFlush_sm()926 vpx_image_t *img = vpx_codec_get_frame(mCtx); in outputBuffer()