Home
last modified time | relevance | path

Searched defs:MppCluster_s (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_cluster.c116 struct MppCluster_s { struct
117 char name[16];
118 pid_t pid;
119 RK_S32 client_type;
120 RK_S32 node_id;
121 RK_S32 worker_id;
123 ClusterQueue queue[MAX_PRIORITY];
124 RK_S32 node_count;
127 RK_S32 worker_count;
128 ClusterWorker *worker;
[all …]