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

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.h 49 int next_output_worker_id; member in struct:vpx_codec_alg_priv
vp9_dx_iface.c 329 ctx->next_output_worker_id = 0;
520 VPxWorker *const worker = &ctx->frame_workers[ctx->next_output_worker_id];
522 ctx->next_output_worker_id =
523 (ctx->next_output_worker_id + 1) % ctx->num_frame_workers;
713 &ctx->frame_workers[ctx->next_output_worker_id];
716 ctx->next_output_worker_id =
717 (ctx->next_output_worker_id + 1) % ctx->num_frame_workers;
748 } while (ctx->next_output_worker_id != ctx->next_submit_worker_id);
    [all...]

Completed in 56 milliseconds