Home
last modified time | relevance | path

Searched refs:MppBufSlotEntry (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buf_slot.cpp55 typedef struct MppBufSlotEntry_t MppBufSlotEntry; typedef
244 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 …]