Lines Matching defs:MppDevBatServ_t
142 struct MppDevBatServ_t { struct
143 MppMutex lock;
145 rk_s32 server_fd;
146 rk_u32 batch_id;
147 rk_u32 task_id;
150 MppTimer timer;
153 struct list_head session_list;
154 rk_s32 session_count;
157 struct list_head list_batch;
158 struct list_head list_batch_free;
159 MppMemPool batch_pool;
160 rk_s32 batch_max_count;
161 rk_s32 batch_task_size;
162 rk_s32 batch_run;
163 rk_s32 batch_free;
164 rk_s32 max_task_in_batch;
167 struct list_head pending_task;
168 rk_s32 pending_count;