HomeSort by relevance Sort by last modified time
    Searched defs:rotatedWidth (Results 1 - 7 of 7) sorted by null

  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
SurfaceViewRendererOnMeasureTest.java 139 final int rotatedWidth = 1280;
141 final int unrotatedWidth = (rotationDegree % 180 == 0 ? rotatedWidth : rotatedHeight);
142 final int unrotatedHeight = (rotationDegree % 180 == 0 ? rotatedHeight : rotatedWidth);
145 assertEquals(rotatedWidth, frame.rotatedWidth());
164 rotatedWidth, rotatedHeight,
165 MeasureSpec.makeMeasureSpec(rotatedWidth, measureSpecMode),
178 final float videoAspectRatio = (float) rotatedWidth / rotatedHeight;
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoRenderer.java 107 public int rotatedWidth() {
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java 256 textureCopy.setSize(pendingFrame.rotatedWidth(), pendingFrame.rotatedHeight());
  /external/webrtc/talk/app/webrtc/java/testcommon/src/org/webrtc/
PeerConnectionTest.java 142 setSize(frame.rotatedWidth(), frame.rotatedHeight());
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp 823 uint32_t rotatedWidth = newStream->width;
827 rotatedWidth = newStream->height;
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 823 uint32_t rotatedWidth = newStream->width;
827 rotatedWidth = newStream->height;
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 118 milliseconds