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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
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))
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 408 int32_t FrameHeightInMbs;
886 int32_t FrameHeightInMbs;

Completed in 46 milliseconds