Home
last modified time | relevance | path

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

123456789

/hardware/google/aemu/host-common/include/host-common/
Ddisplay_agent.h58 int rotation; /* rotation to be applied when displaying */ member
85 int rotation,
121 typedef void (*QFrameBufferRotateFunc)( void* opaque, int rotation );
184 qframebuffer_rotate( QFrameBuffer* qfbuff, int rotation );
DMultiDisplay.h40 int32_t rotation; member
44 originalHeight(0), dpi(0), flag(0), cb(0), rotation(0), enabled(true) {} in MultiDisplayInfo()
48 originalHeight(h), dpi(d), flag(f), rotation(0), enabled(e), cb(c) {} in pos_x()
/hardware/qcom/display/msm8996/sdm/include/core/
Dlayer_stack.h103 float rotation = 0.0f; //!< Left most pixel coordinate. member
108 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal &&
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_rotated_copy_commands.adoc18 This extension extends adds an optional rotation transform to copy commands
44 2) Should this extension add a rotation capability to vkCmdCopyImage2KHR?
49 3) Should this extension add a rotation capability to vkCmdResolveImage2KHR?
55 Therefore, we choose not to introduce a rotation capability to
DVK_QCOM_render_pass_transform.adoc29 rotation is required so that the "`up`" direction of the rendered scene
32 If the Display Processing Unit (DPU) does not natively support rotation, the
33 Vulkan presentation engine can handle this rotation in a separate
41 Unlike OpenGL ES, the burden of pre-rotation in Vulkan falls on the
43 To implement pre-rotation, applications render into swapchain images
47 the vertex shader to account for rotation and aspect ratio.
52 simply accept the performance/power overhead of performing rotation in the
132 require rotation.
175 get the set of rates supported for 90 and 270 degree rotation.
/hardware/google/gfxstream/host/
DRenderWindow.cpp107 float rotation; member
119 float rotation; member
189 msg.subwindow.rotation); in process()
199 msg.subwindow.rotation); in process()
205 msg.subwindow.rotation, msg.subwindow.deleteExisting, in process()
220 GL_LOG("CMD_SET_ROTATION rotation=%f", msg.rotation); in process()
221 D("CMD_SET_ROTATION rotation=%f\n", msg.rotation); in process()
224 fb->setDisplayRotation(msg.rotation); in process()
574 msg.subwindow.rotation = zRot; in setupSubWindow()
605 msg.rotation = zRot; in setRotation()
DPostWorkerGl.cpp36 hwc_transform_t getTransformFromRotation(int rotation) { in getTransformFromRotation() argument
37 switch (static_cast<int>(rotation / 90)) { in getTransformFromRotation()
224 hwc_transform_t rotation = (hwc_transform_t)0; in postWithOverlay() local
241 .rotation = static_cast<float>(zRot), in postWithOverlay()
/hardware/qcom/display/msm8998/sdm/include/core/
Dlayer_stack.h134 float rotation = 0.0f; //!< Left most pixel coordinate. member
139 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal &&
/hardware/qcom/display/msm8909/sdm/include/core/
Dlayer_stack.h133 float rotation = 0.0f; //!< Left most pixel coordinate. member
138 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal &&
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dlayer_stack.h133 float rotation = 0.0f; //!< Left most pixel coordinate. member
138 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal &&
/hardware/qcom/sm8150/display/sdm/include/core/
Dlayer_stack.h148 float rotation = 0.0f; //!< Left most pixel coordinate. member
153 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal &&
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp217 int getMdpOrient(eTransform rotation) { in getMdpOrient() argument
223 ALOGD_IF(DEBUG_OVERLAY, "%s: In rotation = %d", __FUNCTION__, rotation); in getMdpOrient()
224 if(rotation & OVERLAY_TRANSFORM_ROT_90) { in getMdpOrient()
229 if(rotation & OVERLAY_TRANSFORM_FLIP_H) { in getMdpOrient()
238 if(rotation & OVERLAY_TRANSFORM_FLIP_V) { in getMdpOrient()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp238 int getMdpOrient(eTransform rotation) { in getMdpOrient() argument
244 ALOGD_IF(DEBUG_OVERLAY, "%s: In rotation = %d", __FUNCTION__, rotation); in getMdpOrient()
245 if(rotation & OVERLAY_TRANSFORM_ROT_90) { in getMdpOrient()
250 if(rotation & OVERLAY_TRANSFORM_FLIP_H) { in getMdpOrient()
259 if(rotation & OVERLAY_TRANSFORM_FLIP_V) { in getMdpOrient()
/hardware/qcom/sm7250/display/sdm/include/core/
Dlayer_stack.h131 float rotation = 0.0f; //!< Left most pixel coordinate. member
136 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal &&
/hardware/qcom/camera/msm8998/usbcamcore/src/
DQCameraMjpegDecode.cpp86 int32_t rotation; member
155 mjpegd->rotation = 0; in mjpegDecoderInit()
356 if (0 == p_args->rotation || 180 == p_args->rotation) in decoder_test()
364 else if (90 == p_args->rotation || 270 == p_args->rotation) in decoder_test()
428 config.rotation = p_args->rotation; in decoder_test()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QCOM_rotated_copies/
Drotated_addressing_blits.adoc5 [[copies-images-scaling-rotation]]
13 The following code computes rotation of normalized coordinates.
17 // rotation of normalized coordinates
68 * The W coordinate is unaffected by rotation.
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp223 int getMdpOrient(eTransform rotation) { in getMdpOrient() argument
229 ALOGD_IF(DEBUG_OVERLAY, "%s: In rotation = %d", __FUNCTION__, rotation); in getMdpOrient()
230 if(rotation & OVERLAY_TRANSFORM_ROT_90) { in getMdpOrient()
235 if(rotation & OVERLAY_TRANSFORM_FLIP_H) { in getMdpOrient()
244 if(rotation & OVERLAY_TRANSFORM_FLIP_V) { in getMdpOrient()
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DSensorPose.aidl37 android.hardware.automotive.evs.RotationQuaternion rotation;
DStream.aidl44 android.hardware.automotive.evs.Rotation rotation;
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DSensorPose.aidl37 android.hardware.automotive.evs.RotationQuaternion rotation;
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DSensorPose.aidl37 android.hardware.automotive.evs.RotationQuaternion rotation;
DStream.aidl44 android.hardware.automotive.evs.Rotation rotation;
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DSensorPose.aidl59 RotationQuaternion rotation;
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_jpeg_interface.h204 uint32_t rotation; member
273 uint32_t rotation; member
327 uint32_t rotation; member
/hardware/google/graphics/common/libgscaler/
Dlibgscaler_obj.h103 int rotation; member
241 int v4l2_colorformat, bool rotation);
245 int v4l2_colorformat, int rotation);

123456789