Home
last modified time | relevance | path

Searched refs:unrotatedWidth (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DSurfaceViewRendererOnMeasureTest.java171 final int unrotatedWidth = (rotationDegree % 180 == 0 ? rotatedWidth : rotatedHeight); in testFrame1280x720() local
173 final VideoFrame frame = createFrame(unrotatedWidth, unrotatedHeight, rotationDegree); in testFrame1280x720()
177 unrotatedWidth + "x" + unrotatedHeight + " with rotation " + rotationDegree; in testFrame1280x720()
180 rendererEvents.waitForFrameSize(unrotatedWidth, unrotatedHeight, rotationDegree); in testFrame1280x720()