Searched refs:mMaxMacroBlockRate (Results 1 – 1 of 1) sorted by relevance
1634 private long mMaxMacroBlockRate; // max macro block rate field in MediaCodecInfo.VideoCapabilities.PerformancePoint1667 return mMaxMacroBlockRate; in getMaxMacroBlockRate()1674 int origRate = (int)Utils.divUp(mMaxMacroBlockRate, getMaxMacroBlocks()); in toString()1723 mMaxMacroBlockRate = Math.max(1, frameRate) * getMaxMacroBlocks(); in PerformancePoint()1739 (int)Utils.divUp(pp.mMaxMacroBlockRate, pp.getMaxMacroBlocks()), in PerformancePoint()1817 && aligned.mMaxMacroBlockRate >= otherAligned.mMaxMacroBlockRate); in covers()1837 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()