Searched refs:pending_frame_count (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c84 int pending_frame_count; member in struct:vpx_codec_alg_priv
620 assert(ctx->pending_frame_count);
621 assert(ctx->pending_frame_count <= 8);
624 marker |= ctx->pending_frame_count - 1;
636 index_sz = 2 + (mag + 1) * ctx->pending_frame_count;
642 for (i = 0; i < ctx->pending_frame_count; i++) {
788 ctx->pending_frame_sizes[ctx->pending_frame_count++] = size;
827 ctx->pending_frame_sizes[ctx->pending_frame_count++] = size;
835 ctx->pending_frame_count = 0;

Completed in 43 milliseconds