HomeSort by relevance Sort by last modified time
    Searched refs:frame_num_wrap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/gpu/media/
h264_dpb.h 41 int frame_num_wrap; member in struct:content::H264Picture
h264_dpb.cc 94 (!ret || pic->frame_num_wrap < ret->frame_num_wrap))
vaapi_h264_decoder.cc 710 pic->frame_num_wrap = pic->frame_num - max_frame_num_;
712 pic->frame_num_wrap = pic->frame_num;
714 pic->pic_num = pic->frame_num_wrap;
    [all...]

Completed in 99 milliseconds