Searched refs:rotatedWidth (Results 1 – 6 of 6) sorted by relevance
139 final int rotatedWidth = 1280; in testFrame1280x720() local141 final int unrotatedWidth = (rotationDegree % 180 == 0 ? rotatedWidth : rotatedHeight); in testFrame1280x720()142 final int unrotatedHeight = (rotationDegree % 180 == 0 ? rotatedHeight : rotatedWidth); in testFrame1280x720()145 assertEquals(rotatedWidth, frame.rotatedWidth()); in testFrame1280x720()164 rotatedWidth, rotatedHeight, in testFrame1280x720()165 MeasureSpec.makeMeasureSpec(rotatedWidth, measureSpecMode), in testFrame1280x720()178 final float videoAspectRatio = (float) rotatedWidth / rotatedHeight; in testFrame1280x720()
53 width = frame.rotatedWidth(); in renderFrame()
107 public int rotatedWidth() { in rotatedWidth() 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()