Searched refs:rotatedHeight (Results 1 – 6 of 6) sorted by relevance
140 final int rotatedHeight = 720; in testFrame1280x720() local141 final int unrotatedWidth = (rotationDegree % 180 == 0 ? rotatedWidth : rotatedHeight); in testFrame1280x720()142 final int unrotatedHeight = (rotationDegree % 180 == 0 ? rotatedHeight : rotatedWidth); in testFrame1280x720()146 assertEquals(rotatedHeight, frame.rotatedHeight()); in testFrame1280x720()164 rotatedWidth, rotatedHeight, in testFrame1280x720()166 MeasureSpec.makeMeasureSpec(rotatedHeight, measureSpecMode)); in testFrame1280x720()178 final float videoAspectRatio = (float) rotatedWidth / rotatedHeight; in testFrame1280x720()
54 height = frame.rotatedHeight(); in renderFrame()
111 public int rotatedHeight() { in rotatedHeight() method in VideoRenderer.I420Frame
96 + frame.rotatedWidth() + " x " + frame.rotatedHeight()); in renderFrame()98 Log.d(TAG, "Render frame: " + frame.rotatedWidth() + " x " + frame.rotatedHeight()); in renderFrame()
256 textureCopy.setSize(pendingFrame.rotatedWidth(), pendingFrame.rotatedHeight()); in draw()
142 setSize(frame.rotatedWidth(), frame.rotatedHeight()); in renderFrame()