Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Dmpi_dec_utils.c69 RK_U32 slot_cnt; member
88 slot->index = impl->slot_cnt; in add_new_slot()
89 impl->slots[impl->slot_cnt] = slot; in add_new_slot()
90 impl->slot_cnt++; in add_new_slot()
92 if (impl->slot_cnt >= impl->slot_max) { in add_new_slot()
101 mpp_assert(impl->slot_cnt < impl->slot_max); in add_new_slot()
271 if (slot == NULL || (impl->slot_rd_idx > impl->slot_cnt)) in reader_read()
359 for (i = 0; i < impl->slot_cnt; i++) { in reader_deinit()