Searched refs:mMaxMacroBlockRate (Results 1 – 1 of 1) sorted by relevance
1994 private long mMaxMacroBlockRate; // max macro block rate field in MediaCodecInfo.VideoCapabilities.PerformancePoint2027 return mMaxMacroBlockRate; in getMaxMacroBlockRate()2034 int origRate = (int)Utils.divUp(mMaxMacroBlockRate, getMaxMacroBlocks()); in toString()2083 mMaxMacroBlockRate = Math.max(1, frameRate) * getMaxMacroBlocks(); in PerformancePoint()2099 (int)Utils.divUp(pp.mMaxMacroBlockRate, pp.getMaxMacroBlocks()), in PerformancePoint()2177 && aligned.mMaxMacroBlockRate >= otherAligned.mMaxMacroBlockRate); in covers()2197 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()