Searched refs:otherAligned (Results 1 – 1 of 1) sorted by relevance
2359 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in covers() local2361 return (aligned.getMaxMacroBlocks() >= otherAligned.getMaxMacroBlocks() in covers()2362 && aligned.mMaxFrameRate >= otherAligned.mMaxFrameRate in covers()2363 && aligned.mMaxMacroBlockRate >= otherAligned.mMaxMacroBlockRate); in covers()2379 PerformancePoint otherAligned = new PerformancePoint(other, commonSize); in equals() local2381 return (aligned.getMaxMacroBlocks() == otherAligned.getMaxMacroBlocks() in equals()2382 && aligned.mMaxFrameRate == otherAligned.mMaxFrameRate in equals()2383 && aligned.mMaxMacroBlockRate == otherAligned.mMaxMacroBlockRate); in equals()