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

  /external/v4l2_codec2/vda/
h264_dpb.cc 30 frame_num_wrap(0),
144 (!ret || pic->frame_num_wrap < ret->frame_num_wrap))
h264_dpb.h 58 int frame_num_wrap; member in class:media::H264Picture
h264_decoder.cc 370 pic->frame_num_wrap = pic->frame_num - max_frame_num_;
372 pic->frame_num_wrap = pic->frame_num;
374 pic->pic_num = pic->frame_num_wrap;
906 // term ones. Find smallest frame_num_wrap short reference picture and mark
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 458 active_fs->frame_num_wrap = active_fs->frame_num - MaxFrameNum;
460 active_fs->frame_num_wrap = active_fs->frame_num;
462 active_fs->frame.pic_num = active_fs->frame_num_wrap;
529 active_fs->frame_num_wrap = active_fs->frame_num - MaxFrameNum;
531 active_fs->frame_num_wrap = active_fs->frame_num;
535 active_fs->top_field.pic_num = (active_fs->frame_num_wrap << 1) + add_top;
539 active_fs->bottom_field.pic_num = (active_fs->frame_num_wrap << 1) + add_bottom;
544 list_sort_number[list0idx] = active_fs->frame_num_wrap;
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 349 int32_t frame_num_wrap; member in struct:_frame_store

Completed in 77 milliseconds