Searched refs:rotatedHeight (Results 1 – 3 of 3) sorted by relevance
170 final int rotatedHeight = 720; in testFrame1280x720() local171 final int unrotatedWidth = (rotationDegree % 180 == 0 ? rotatedWidth : rotatedHeight); in testFrame1280x720()172 final int unrotatedHeight = (rotationDegree % 180 == 0 ? rotatedHeight : rotatedWidth); in testFrame1280x720()175 assertEquals(rotatedHeight, frame.getRotatedHeight()); in testFrame1280x720()195 rotatedHeight, MeasureSpec.makeMeasureSpec(rotatedWidth, measureSpecMode), in testFrame1280x720()196 MeasureSpec.makeMeasureSpec(rotatedHeight, measureSpecMode)); in testFrame1280x720()207 final float videoAspectRatio = (float) rotatedWidth / rotatedHeight; in testFrame1280x720()
279 int rotatedHeight = rotation == 0 || rotation == 180 ? videoHeight : videoWidth; in onFrameResolutionChanged() local283 rotatedFrameHeight = rotatedHeight; in onFrameResolutionChanged()
676 int rotatedHeight = currentWidth; in configureOutput() local678 currentHeight = rotatedHeight; in configureOutput()