Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.c70 RK_U32 slot_rd_idx; member
272 if (impl->slot_rd_idx >= impl->slot_max) { in reader_read()
273 mpp_log_f("invalid read index % max %d\n", impl->slot_rd_idx, impl->slot_max); in reader_read()
278 slot = impl->slots[impl->slot_rd_idx]; in reader_read()
279 if (slot == NULL || (impl->slot_rd_idx > impl->slot_cnt)) in reader_read()
286 impl->slot_rd_idx++; in reader_read()
323 impl->slot_rd_idx = 0; in reader_rewind()