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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_dpb.h 60 extern void h264_dpb_reset_dpb(h264_Info * pInfo,int32_t PicWidthInMbs, int32_t FrameHeightInMbs,
h264.h 408 int32_t FrameHeightInMbs;
886 int32_t FrameHeightInMbs;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse.c 125 pInfo->img.FrameHeightInMbs = pInfo->active_SPS.sps_disp.frame_mbs_only_flag? \
657 (pInfo->img.FrameHeightInMbs != p_dpb->FrameHeightInMbs) )
662 h264_dpb_reset_dpb(pInfo, pInfo->img.PicWidthInMbs, pInfo->img.FrameHeightInMbs, 1, no_output_old_pics);
h264parse_sps.c 269 int32_t PicWidthInMbs, PicHeightInMapUnits, FrameHeightInMbs;
459 FrameHeightInMbs = SPS->sps_disp.frame_mbs_only_flag? PicHeightInMapUnits: (PicHeightInMapUnits<<1);
460 if((PicWidthInMbs < 2) || (PicWidthInMbs > 128) || (FrameHeightInMbs < 2) || (FrameHeightInMbs>128))
h264parse_sh.c 94 max_mb_num = pInfo->img.FrameHeightInMbs * pInfo->img.PicWidthInMbs;
96 max_mb_num = pInfo->img.FrameHeightInMbs * pInfo->img.PicWidthInMbs/2;
viddec_h264_workload.c 81 attrs->cont_size.height = pInfo->img.FrameHeightInMbs*16;
514 PUT_FRAME_HEIGHT_MB_BITS(pInfo->dpb.FrameHeightInMbs);
    [all...]
h264parse_dpb.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_deblock.c 551 uint32_t FrameHeightInMbs,
577 REGIO_WRITE_FIELD_LITE(Cmd, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, (FrameHeightInMbs * 16) - 1);
583 REGIO_WRITE_FIELD_LITE(Cmd, MSVDX_CMDS, CODED_PICTURE_SIZE, CODED_PICTURE_HEIGHT, (FrameHeightInMbs * 16) - 1);
597 FrameHeightInMbs);
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.h 322 uint32_t FrameHeightInMbs,

Completed in 460 milliseconds