Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c38 typedef struct ClusterWorker_s ClusterWorker; typedef
128 ClusterWorker *worker;
371 MPP_RET cluster_worker_init(ClusterWorker *p, MppCluster *cluster) in cluster_worker_init()
394 MPP_RET cluster_worker_deinit(ClusterWorker *p) in cluster_worker_deinit()
411 RK_S32 cluster_worker_get_task(ClusterWorker *p) in cluster_worker_get_task()
474 static void cluster_worker_run_task(ClusterWorker *p) in cluster_worker_run_task()
555 ClusterWorker *p = (ClusterWorker *)data; in cluster_worker()
593 ClusterWorker *worker = &p->worker[i]; in cluster_signal_f()
681 p->worker = mpp_malloc(ClusterWorker, p->worker_count); in MPP_SINGLETON()