Searched refs:MppBufSlotEntry (Results 1 – 1 of 1) sorted by relevance
55 typedef struct MppBufSlotEntry_t MppBufSlotEntry; typedef244 MppBufSlotEntry *slots;457 MppBufSlotEntry *slot = impl->slots; in _dump_slots()481 static void slot_ops_with_log(MppBufSlotsImpl *impl, MppBufSlotEntry *slot, MppBufSlotOps op, void … in slot_ops_with_log()594 MppBufSlotEntry *slot = impl->slots; in init_slot_entry()610 static RK_S32 check_entry_unused(MppBufSlotsImpl *impl, MppBufSlotEntry *entry) in check_entry_unused()640 MppBufSlotEntry *slot = (MppBufSlotEntry *)impl->slots; in clear_slots_impl()757 impl->slots = mpp_calloc(MppBufSlotEntry, count); in mpp_buf_slot_setup()763 impl->slots = mpp_realloc(impl->slots, MppBufSlotEntry, count); in mpp_buf_slot_setup()802 impl->slots = mpp_realloc(impl->slots, MppBufSlotEntry, impl->new_count); in mpp_buf_slot_ready()[all …]