Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_dpb.cc29 frame_num_wrap(0), in H264Picture()
143 (!ret || pic->frame_num_wrap < ret->frame_num_wrap)) in GetLowestFrameNumWrapShortRefPic()
Dh264_dpb.h56 int frame_num_wrap; variable
Dh264_decoder.cc367 pic->frame_num_wrap = pic->frame_num - max_frame_num_; in UpdatePicNums()
369 pic->frame_num_wrap = pic->frame_num; in UpdatePicNums()
371 pic->pic_num = pic->frame_num_wrap; in UpdatePicNums()