Searched refs:slot_max (Results 1 – 1 of 1) sorted by relevance
68 RK_U32 slot_max; member92 if (impl->slot_cnt >= impl->slot_max) { in add_new_slot()93 impl->slots = mpp_realloc(impl->slots, FileBufSlot*, impl->slot_max * 2); in add_new_slot()97 impl->slot_max *= 2; in add_new_slot()101 mpp_assert(impl->slot_cnt < impl->slot_max); in add_new_slot()210 impl->slot_max = 1024; /* preset 1024 file slots */ in check_file_type()223 impl->slot_max = 1; in check_file_type()239 impl->slot_max = 1024; /* preset 1024 file slots */ in check_file_type()264 if (impl->slot_rd_idx >= impl->slot_max) { in reader_read()265 mpp_log_f("invalid read index % max %d\n", impl->slot_rd_idx, impl->slot_max); in reader_read()[all …]