Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Dmpi_dec_utils.c70 RK_U32 slot_rd_idx; member
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()
270 slot = impl->slots[impl->slot_rd_idx]; in reader_read()
271 if (slot == NULL || (impl->slot_rd_idx > impl->slot_cnt)) in reader_read()
278 impl->slot_rd_idx++; in reader_read()
315 impl->slot_rd_idx = 0; in reader_rewind()