Searched refs:mMaxMacroBlockRate (Results 1 – 1 of 1) sorted by relevance
2180 private long mMaxMacroBlockRate; // max macro block rate field in MediaCodecInfo.VideoCapabilities.PerformancePoint2213 return mMaxMacroBlockRate; in getMaxMacroBlockRate()2220 int origRate = (int)Utils.divUp(mMaxMacroBlockRate, getMaxMacroBlocks()); in toString()2269 mMaxMacroBlockRate = Math.max(1, frameRate) * getMaxMacroBlocks(); in PerformancePoint()2285 (int)Utils.divUp(pp.mMaxMacroBlockRate, pp.getMaxMacroBlocks()), in PerformancePoint()2363 && aligned.mMaxMacroBlockRate >= otherAligned.mMaxMacroBlockRate); in covers()2383 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()