Lines Matching defs:MppBufSlotsImpl_t
192 struct MppBufSlotsImpl_t { struct
193 MppMutex lock;
194 RK_U32 slots_idx;
197 RK_U32 decode_count;
198 RK_U32 display_count;
200 MppCodingType coding_type;
203 RK_U32 info_changed;
204 RK_S32 info_change_slot_idx;
205 RK_S32 new_count;
208 RK_U32 eos;
211 MppSysCfg sys_cfg;
212 AlignFunc hal_hor_align; // default NULL
213 AlignFunc hal_ver_align; // default NULL
214 AlignFunc hal_len_align; // default NULL
215 AlignFunc hal_width_align; // default NULL
216 SlotHalFbcAdjCfg hal_fbc_adj_cfg; // hal fbc frame adjust config
217 size_t buf_size;
218 RK_S32 buf_count;
219 RK_S32 used_count;
220 RK_U32 align_chk_log_env;
221 RK_U32 align_chk_log_en;
224 RK_U32 numerator;
225 RK_U32 denominator;
228 MppCbCtx callback;
235 MppFrame info;
236 MppFrame info_set;
239 struct list_head queue[QUEUE_BUTT];
242 MppBufSlotLogs *logs;
244 MppBufSlotEntry *slots;