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

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 162 int deviceOrientation = Configuration.ORIENTATION_PORTRAIT;
167 deviceOrientation = Configuration.ORIENTATION_LANDSCAPE;
173 if (deviceOrientation == Configuration.ORIENTATION_PORTRAIT) {
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 530 int deviceOrientation;
hwc_utils.cpp 268 ctx->deviceOrientation = 0;
589 return !(ctx->deviceOrientation & 0x1);
591 return (ctx->deviceOrientation & 0x1);
668 int deviceOrientation = ctx->deviceOrientation;
670 deviceOrientation = (deviceOrientation + 1) % 4;
671 if (deviceOrientation == 0)
673 else if (deviceOrientation == 1)//90
675 else if (deviceOrientation == 2)//18
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 281 ctx->deviceOrientation = 0;
576 return !(ctx->deviceOrientation & 0x1);
578 return (ctx->deviceOrientation & 0x1);
655 int deviceOrientation = ctx->deviceOrientation;
657 deviceOrientation = (deviceOrientation + 1) % 4;
658 if (deviceOrientation == 0)
660 else if (deviceOrientation == 1)//90
662 else if (deviceOrientation == 2)//18
    [all...]
hwc_utils.h 563 int deviceOrientation;
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 598 int deviceOrientation;
hwc_utils.cpp 382 ctx->deviceOrientation = 0;
730 return !(ctx->deviceOrientation & 0x1);
732 return (ctx->deviceOrientation & 0x1);
818 int deviceOrientation = ctx->deviceOrientation;
820 deviceOrientation = (deviceOrientation + 1) % 4;
821 if (deviceOrientation == 0)
823 else if (deviceOrientation == 1)//90
825 else if (deviceOrientation == 2)//18
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 41 import com.android.camera.app.OrientationManager.DeviceOrientation;
451 DeviceOrientation deviceOrientation = mAppController.getOrientationManager()
463 deviceOrientation,
    [all...]
PhotoModule.java     [all...]
VideoModule.java 488 OrientationManager.DeviceOrientation deviceOrientation) {
489 mUI.onOrientationChanged(orientationManager, deviceOrientation);
    [all...]

Completed in 482 milliseconds