Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c47 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()
[all …]