Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.h45 RK_S32 rd_cnt; member
83 RK_S32 rd_cnt; member
H A Dh264e_slice.c96 reorder->rd_cnt = 0; in h264e_reorder_init()
110 info->rd_cnt = 0; in h264e_reorder_rd_rewind()
128 if (info->rd_cnt >= info->wr_cnt) in h264e_reorder_rd_op()
131 *op = info->ops[info->rd_cnt++]; in h264e_reorder_rd_op()
143 marking->rd_cnt = 0; in h264e_marking_init()
150 return info->rd_cnt >= info->wr_cnt; in h264e_marking_is_empty()
161 marking->rd_cnt = 0; in h264e_marking_rd_rewind()
182 *op = info->ops[info->rd_cnt++]; in h264e_marking_rd_op()