Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_slice.h123 RK_U32 next_idr_pic_id; member
H A Dh264e_slice.c76 slice->idr_pic_id = slice->next_idr_pic_id; in h264e_slice_update()
77 slice->next_idr_pic_id++; in h264e_slice_update()
78 if (slice->next_idr_pic_id >= 16) in h264e_slice_update()
79 slice->next_idr_pic_id = 0; in h264e_slice_update()