HomeSort by relevance Sort by last modified time
    Searched full:pending_frame_count (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 84 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;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 92 int pending_frame_count; member in struct:vpx_codec_alg_priv
    [all...]

Completed in 120 milliseconds