Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dnvenc.c2164 int nb_ready, nb_pending; in output_ready() local
2166 nb_ready = av_fifo_can_read(ctx->output_surface_ready_queue); in output_ready()
2169 return nb_ready > 0; in output_ready()
2170 return (nb_ready > 0) && (nb_ready + nb_pending >= ctx->async_depth); in output_ready()

Completed in 4 milliseconds