Lines Matching defs:MppDevBatServ_t
136 struct MppDevBatServ_t { struct
137 Mutex *lock;
139 RK_S32 server_fd;
140 RK_U32 batch_id;
141 RK_U32 task_id;
144 MppTimer timer;
147 struct list_head session_list;
148 RK_S32 session_count;
151 struct list_head list_batch;
152 struct list_head list_batch_free;
153 MppMemPool batch_pool;
154 RK_S32 batch_max_count;
155 RK_S32 batch_task_size;
156 RK_S32 batch_run;
157 RK_S32 batch_free;
158 RK_S32 max_task_in_batch;
161 struct list_head pending_task;
162 RK_S32 pending_count;