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

  /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 59 milliseconds