/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 156 static bool isTiltAngleAcceptable(int rotation, int8_t tilt_angle) in isTiltAngleAcceptable() argument 158 return ((tilt_angle >= Tilt_Tolerance[rotation][0]) in isTiltAngleAcceptable() 159 && (tilt_angle <= Tilt_Tolerance[rotation][1])); in isTiltAngleAcceptable() 162 static bool isOrientationAngleAcceptable(int current_rotation, int rotation, in isOrientationAngleAcceptable() argument 171 (int)current_rotation, (int)rotation, (int)orientation_angle); in isOrientationAngleAcceptable() 179 if ((rotation == current_rotation) in isOrientationAngleAcceptable() 180 || (rotation == (current_rotation + 1) % 4)) { in isOrientationAngleAcceptable() 181 lower_bound = rotation * 90 - 45 in isOrientationAngleAcceptable() 183 if (rotation == 0) { in isOrientationAngleAcceptable() 199 if ((rotation == current_rotation) in isOrientationAngleAcceptable() [all …]
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | cpu_composer.cpp | 93 uint32_t rotation = in GetRotationFromTransform() local 95 rotation += (transform & HAL_TRANSFORM_FLIP_H) ? 2 : 0; // 2 * VFLIP bit in GetRotationFromTransform() 96 return static_cast<libyuv::RotationMode>(90 * rotation); in GetRotationFromTransform() 225 libyuv::RotationMode rotation, bool v_flip) { in DoRotation() argument 240 width, height, rotation); in DoRotation() 400 libyuv::RotationMode rotation = in CompositeLayer() local 419 bool needs_rotation = rotation != libyuv::kRotate0; in CompositeLayer() 420 bool needs_transpose = needs_rotation && rotation != libyuv::kRotate180; in CompositeLayer() 543 int retval = DoRotation(src_layer_spec, dest_buffer_stack.back(), rotation, in CompositeLayer()
|
/device/generic/goldfish/input/ |
D | goldfish_rotary.idc | 4 # Should be (number of ticks in full rotation) / (2 PI).
|
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.h | 62 _VERBOSE_TAG(rotation, "Device rotation debugging") \
|
/device/generic/goldfish/audio/ |
D | primary_device.cpp | 335 Return<Result> PrimaryDevice::updateRotation(IPrimaryDevice::Rotation rotation) { in updateRotation() argument 336 (void)rotation; in updateRotation()
|
D | primary_device.h | 99 Return<Result> updateRotation(IPrimaryDevice::Rotation rotation) override;
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | cam_defs.h | 188 uint32_t rotation; member
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | cam_defs.h | 300 uint32_t rotation; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | cam_defs.h | 300 uint32_t rotation; member
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | cam_defs.h | 188 uint32_t rotation; member
|
/device/google/coral-kernel/sm8150/original-kernel-headers/media/ |
D | cam_defs.h | 336 uint32_t rotation; member
|
/device/google/coral-kernel/sm8150/kernel-headers/media/ |
D | cam_defs.h | 205 uint32_t rotation; member
|
/device/linaro/hikey/ |
D | init.common.rc | 46 # If an app forces screen rotation, revert it once the apps closes
|
/device/sample/skins/WVGAMedDpi/ |
D | layout | 413 rotation 3
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | README | 74 Sensors orientation can be modified through rotation matrices. Accelerometer and gyroscope are shar…
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_vidc_enc.h | 703 unsigned long rotation; member
|
/device/google/crosshatch/sdm845/kernel-headers/linux/ |
D | msm_vidc_enc.h | 347 unsigned long rotation; member
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_vidc_enc.h | 703 unsigned long rotation; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_vidc_enc.h | 347 unsigned long rotation; member
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera3.cpp | 286 if (newStream->rotation < CAMERA3_STREAM_ROTATION_0 || in configureStreams() 287 newStream->rotation > CAMERA3_STREAM_ROTATION_270) { in configureStreams() 289 __FUNCTION__, newStream->rotation); in configureStreams()
|