Home
last modified time | relevance | path

Searched refs:rotation (Results 1 – 25 of 33) sorted by relevance

12

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c156 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/
Dcpu_composer.cpp93 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()
228 libyuv::RotationMode rotation, bool v_flip) { in DoRotation() argument
243 width, height, rotation); in DoRotation()
403 libyuv::RotationMode rotation = in CompositeLayer() local
422 bool needs_rotation = rotation != libyuv::kRotate0; in CompositeLayer()
423 bool needs_transpose = needs_rotation && rotation != libyuv::kRotate180; in CompositeLayer()
546 int retval = DoRotation(src_layer_spec, dest_buffer_stack.back(), rotation, in CompositeLayer()
/device/generic/goldfish/input/
Dgoldfish_rotary.idc4 # Should be (number of ticks in full rotation) / (2 PI).
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPchXhci.asl118 …]=0 no Card cage Number bit[114]=0 no reference shape Bit[118:115]=0 no rotation Bit[123:119]=0 no…
157 …]=0 no Card cage Number bit[114]=0 no reference shape Bit[118:115]=0 no rotation Bit[123:119]=0 no…
200 …]=0 no Card cage Number bit[114]=0 no reference shape Bit[118:115]=0 no rotation Bit[123:119]=0 no…
248 …]=0 no Card cage Number bit[114]=0 no reference shape Bit[118:115]=0 no rotation Bit[123:119]=0 no…
289 …]=0 no Card cage Number bit[114]=0 no reference shape Bit[118:115]=0 no rotation Bit[123:119]=0 no…
332 …]=0 no Card cage Number bit[114]=0 no reference shape Bit[118:115]=0 no rotation Bit[123:119]=0 no…
373 …]=0 no Card cage Number bit[114]=0 no reference shape Bit[118:115]=0 no rotation Bit[123:119]=0 no…
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DRRotU64.S18 # 64-bit right rotation for Ia32
DLRotU64.S18 # 64-bit left rotation for Ia32
DRRotU64.asm18 ; 64-bit right rotation for Ia32
DLRotU64.asm18 ; 64-bit left rotation for Ia32
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DLRotU64.S18 # 64-bit left rotation for Ia32
DLRotU64.asm18 ; 64-bit left rotation for Ia32
DRRotU64.S18 # 64-bit right rotation for Ia32
DRRotU64.asm18 ; 64-bit right rotation for Ia32
DLRotU64.nasm18 ; 64-bit left rotation for Ia32
DRRotU64.nasm18 ; 64-bit right rotation for Ia32
/device/generic/goldfish-opengl/android-emu/android/utils/
Ddebug.h62 _VERBOSE_TAG(rotation, "Device rotation debugging") \
/device/generic/goldfish/audio/
Dprimary_device.cpp365 Return<Result> PrimaryDevice::updateRotation(IPrimaryDevice::Rotation rotation) { in updateRotation() argument
366 (void)rotation; in updateRotation()
Dprimary_device.h99 Return<Result> updateRotation(IPrimaryDevice::Rotation rotation) override;
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dcam_defs.h300 uint32_t rotation; member
/device/google/bonito/sdm710/kernel-headers/media/
Dcam_defs.h188 uint32_t rotation; member
/device/google/crosshatch/sdm845/kernel-headers/media/
Dcam_defs.h188 uint32_t rotation; member
/device/google/bonito/sdm710/original-kernel-headers/media/
Dcam_defs.h300 uint32_t rotation; member
/device/google/coral-kernel/sm8150/original-kernel-headers/media/
Dcam_defs.h336 uint32_t rotation; member
/device/google/sunfish-kernel/sm7150/kernel-headers/media/
Dcam_defs.h232 uint32_t rotation; member
/device/google/coral-kernel/sm8150/kernel-headers/media/
Dcam_defs.h205 uint32_t rotation; member
/device/google/sunfish-kernel/sm7150/original-kernel-headers/media/
Dcam_defs.h367 uint32_t rotation; member

12