Lines Matching refs:MppBufSlotEntry
47 typedef struct MppBufSlotEntry_t MppBufSlotEntry; typedef
244 MppBufSlotEntry *slots;
579 MppBufSlotEntry *slot = impl->slots; in _dump_slots()
604 static void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void … in slot_ops_with_log()
717 MppBufSlotEntry *slot = impl->slots; in init_slot_entry()
735 static RK_S32 check_entry_unused(MppBufSlotsImpl *impl, MppBufSlotEntry *entry) in check_entry_unused()
765 MppBufSlotEntry *slot = (MppBufSlotEntry *)impl->slots; in clear_slots_impl()
897 impl->slots = mpp_calloc(MppBufSlotEntry, count); in mpp_buf_slot_setup()
903 impl->slots = mpp_realloc(impl->slots, MppBufSlotEntry, count); in mpp_buf_slot_setup()
951 impl->slots = mpp_realloc(impl->slots, MppBufSlotEntry, impl->new_count); in mpp_buf_slot_ready()
1023 MppBufSlotEntry *slot; in mpp_buf_slot_get_unused()
1078 MppBufSlotEntry *slot; in mpp_buf_slot_clr_flag()
1107 MppBufSlotEntry *slot; in mpp_buf_slot_enqueue()
1132 MppBufSlotEntry *slot; in mpp_buf_slot_dequeue()
1146 slot = list_entry(impl->queue[type].next, MppBufSlotEntry, list); in mpp_buf_slot_dequeue()
1167 MppBufSlotEntry *slot; in mpp_buf_slot_set_prop()
1268 MppBufSlotEntry *slot; in mpp_buf_slot_get_prop()
1320 MppBufSlotEntry *slot; in mpp_buf_slot_reset()
1355 MppBufSlotEntry *slot = &impl->slots[index]; in mpp_buf_slot_default_info()
1469 MppBufSlotEntry *slot = &impl->slots[impl->info_change_slot_idx]; in mpp_slots_set_prop()