Searched refs:rotationDegree (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DVideoRenderer.java52 // |rotationDegree| into account.
58 // rotationDegree is the degree that the frame must be rotated clockwisely
60 public int rotationDegree; field in class:VideoRenderer.I420Frame
65 I420Frame(int width, int height, int rotationDegree, int[] yuvStrides, ByteBuffer[] yuvPlanes, argument
72 this.rotationDegree = rotationDegree;
74 if (rotationDegree % 90 != 0) {
75 throw new IllegalArgumentException("Rotation degree not multiple of 90: " + rotationDegree);
91 I420Frame(int width, int height, int rotationDegree, int textureId, float[] samplingMatrix, argument
100 this.rotationDegree
[all...]
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
H A DSurfaceViewRendererOnMeasureTest.java57 static VideoRenderer.I420Frame createFrame(int width, int height, int rotationDegree) { argument
64 return new VideoRenderer.I420Frame(width, height, rotationDegree, yuvStrides, yuvPlanes, 0);
138 for (int rotationDegree : new int[] {0, 90, 180, 270}) {
141 final int unrotatedWidth = (rotationDegree % 180 == 0 ? rotatedWidth : rotatedHeight);
142 final int unrotatedHeight = (rotationDegree % 180 == 0 ? rotatedHeight : rotatedWidth);
144 createFrame(unrotatedWidth, unrotatedHeight, rotationDegree);
148 unrotatedWidth + "x" + unrotatedHeight + " with rotation " + rotationDegree;
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DRendererCommon.java159 * Returns texture matrix that will have the effect of rotating the frame |rotationDegree|
162 public static float[] rotateTextureMatrix(float[] textureMatrix, float rotationDegree) { argument
164 Matrix.setRotateM(rotationMatrix, 0, rotationDegree, 0, 0, 1);
H A DVideoRendererGui.java142 // |screenHeight|, |videoWidth|, |videoHeight|, |rotationDegree|, |scalingType|, and |mirror|.
155 private int rotationDegree; field in class:VideoRendererGui.YuvImageRenderer
169 rotationDegree = 0;
213 + " x " + videoHeight + ". Rotation: " + rotationDegree + ". Mirror: " + mirror);
214 final float videoAspectRatio = (rotationDegree % 180 == 0)
247 pendingFrame.samplingMatrix, pendingFrame.rotationDegree);
347 && rotation == rotationDegree) {
362 rotationDegree = rotation;
405 setSize(frame.width, frame.height, frame.rotationDegree);
H A DSurfaceViewRenderer.java490 RendererCommon.rotateTextureMatrix(frame.samplingMatrix, frame.rotationDegree);
549 || frameRotation != frame.rotationDegree) {
551 + frame.width + "x" + frame.height + " with rotation " + frame.rotationDegree);
553 rendererEvents.onFrameResolutionChanged(frame.width, frame.height, frame.rotationDegree);
557 frameRotation = frame.rotationDegree;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1095 milliseconds