HomeSort by relevance Sort by last modified time
    Searched defs:rotatedWidth (Results 1 - 9 of 9) 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/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
MaxRectsPacker.java 375 int rotatedWidth = height - settings.paddingY + settings.paddingX;
382 newNode = findPositionForNewNodeBestShortSideFit(width, height, rotatedWidth, rotatedHeight, rotate);
385 newNode = findPositionForNewNodeBottomLeft(width, height, rotatedWidth, rotatedHeight, rotate);
388 newNode = findPositionForNewNodeContactPoint(width, height, rotatedWidth, rotatedHeight, rotate);
392 newNode = findPositionForNewNodeBestLongSideFit(width, height, rotatedWidth, rotatedHeight, rotate);
395 newNode = findPositionForNewNodeBestAreaFit(width, height, rotatedWidth, rotatedHeight, rotate);
416 private Rect findPositionForNewNodeBottomLeft (int width, int height, int rotatedWidth, int rotatedHeight, boolean rotate) {
435 if (rotate && freeRectangles.get(i).width >= rotatedWidth && freeRectangles.get(i).height >= rotatedHeight) {
440 bestNode.width = rotatedWidth;
451 private Rect findPositionForNewNodeBestShortSideFit (int width, int height, int rotatedWidth, int rotatedHeight
    [all...]
  /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 821 uint32_t rotatedWidth = newStream->width;
825 rotatedWidth = newStream->height;
838 if ((gCamCapability[mCameraId]->raw_dim[i].width == (int32_t)rotatedWidth) &
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp 821 uint32_t rotatedWidth = newStream->width;
825 rotatedWidth = newStream->height;
838 if ((gCamCapability[mCameraId]->raw_dim[i].width == (int32_t)rotatedWidth) &
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp 670 uint32_t rotatedWidth = newStream->width;
674 rotatedWidth = newStream->height;
688 == (int32_t) rotatedWidth
711 if ((int32_t) rotatedWidth == available_jpeg_sizes[i*2] &&
727 if ((int32_t) rotatedWidth ==
744 if ((int32_t) rotatedWidth ==
758 "type:%d", __func__, rotatedWidth, rotatedHeight,
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 975 milliseconds