Home
last modified time | relevance | path

Searched refs:queue_depth (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c94 int queue_depth; member
183 tp->name, tp->queue_depth, tp->running_tasks, in lws_threadpool_dump()
197 if (count != tp->queue_depth) in lws_threadpool_dump()
199 __func__, tp->queue_depth, count); in lws_threadpool_dump()
534 tp->queue_depth--; in lws_threadpool_worker()
761 tp->queue_depth--; in lws_threadpool_finish()
875 tp->queue_depth--; in lws_threadpool_dequeue_task()
991 if (tp->queue_depth == tp->max_queue_depth) { in lws_threadpool_enqueue()
1023 tp->queue_depth++; in lws_threadpool_enqueue()
1039 lws_wsi_tag(task_to_wsi(task)), tp->queue_depth); in lws_threadpool_enqueue()
/third_party/ffmpeg/libavfilter/
Dvf_deinterlace_vaapi.c47 int queue_depth; member
145 ctx->queue_depth = ctx->pipeline_caps.num_backward_references + in deint_vaapi_build_filter_params()
148 if (ctx->queue_depth > MAX_REFERENCES) { in deint_vaapi_build_filter_params()
197 if (ctx->queue_count < ctx->queue_depth) { in deint_vaapi_filter_frame()
199 if (ctx->queue_count < ctx->queue_depth) { in deint_vaapi_filter_frame()