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.cc30 frame_num_wrap(0), in H264Picture()
144 (!ret || pic->frame_num_wrap < ret->frame_num_wrap)) in GetLowestFrameNumWrapShortRefPic()
Dh264_dpb.h58 int frame_num_wrap; variable
Dh264_decoder.cc370 pic->frame_num_wrap = pic->frame_num - max_frame_num_; in UpdatePicNums()
372 pic->frame_num_wrap = pic->frame_num; in UpdatePicNums()
374 pic->pic_num = pic->frame_num_wrap; in UpdatePicNums()