Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c111 RK_S32 batch_count; member
379 p->batch_count = 1; in cluster_worker_init()
405 p->batch_count = 0; in cluster_worker_deinit()
414 RK_S32 batch_count = p->batch_count; in cluster_worker_get_task() local
421 cluster_dbg_flow("%s get %d task start\n", p->name, batch_count); in cluster_worker_get_task()
461 if (count >= batch_count) in cluster_worker_get_task()
465 if (count >= batch_count) in cluster_worker_get_task()
469 cluster_dbg_flow("%s get %d task ret %d\n", p->name, batch_count, count); in cluster_worker_get_task()