Searched refs:unrotatedWidth (Results 1 – 1 of 1) sorted by relevance
171 final int unrotatedWidth = (rotationDegree % 180 == 0 ? rotatedWidth : rotatedHeight); in testFrame1280x720() local173 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()