Searched refs:nb_pending (Results 1 – 1 of 1) sorted by relevance
2063 int nb_ready, nb_pending; in output_ready() local2066 nb_pending = av_fifo_size(ctx->output_surface_queue) / sizeof(NvencSurface*); in output_ready()2069 return (nb_ready > 0) && (nb_ready + nb_pending >= ctx->async_depth); in output_ready()