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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sh.c 672 SliceHeader->sh_dec_refpic.no_output_of_prior_pics_flag = (uint8_t)code;
675 SliceHeader->sh_dec_refpic.long_term_reference_flag = (uint8_t)code;
681 SliceHeader->sh_dec_refpic.adaptive_ref_pic_marking_mode_flag = (uint8_t)code;
693 if(SliceHeader->sh_dec_refpic.adaptive_ref_pic_marking_mode_flag)
697 SliceHeader->sh_dec_refpic.memory_management_control_operation[i] = h264_GetVLCElement(parent, pInfo, false);
698 if((SliceHeader->sh_dec_refpic.memory_management_control_operation[i] == 1) || (SliceHeader->sh_dec_refpic.memory_management_control_operation[i] == 3))
700 SliceHeader->sh_dec_refpic.difference_of_pic_num_minus1[i] = h264_GetVLCElement(parent, pInfo, false);
703 if(SliceHeader->sh_dec_refpic.memory_management_control_operation[i] == 2)
705 SliceHeader->sh_dec_refpic.long_term_pic_num[i] = h264_GetVLCElement(parent, pInfo, false)
    [all...]
h264parse_dpb.c     [all...]
h264parse.c 640 pInfo->img.no_output_of_prior_pics_flag = pInfo->SliceHeader.sh_dec_refpic.no_output_of_prior_pics_flag;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 744 h264_Dec_Ref_Pic_Marking_t sh_dec_refpic; member in struct:_h264_Slice_Header

Completed in 64 milliseconds