/hardware/google/aemu/host-common/include/host-common/ |
D | display_agent.h | 58 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 );
|
D | MultiDisplay.h | 40 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/ |
D | layer_stack.h | 103 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/ |
D | VK_QCOM_rotated_copy_commands.adoc | 18 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
|
D | VK_QCOM_render_pass_transform.adoc | 29 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/ |
D | RenderWindow.cpp | 107 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()
|
D | PostWorkerGl.cpp | 36 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/ |
D | layer_stack.h | 134 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/ |
D | layer_stack.h | 133 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/ |
D | layer_stack.h | 133 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/ |
D | layer_stack.h | 148 float rotation = 0.0f; //!< Left most pixel coordinate. member 153 return (rotation == transform.rotation && flip_horizontal == transform.flip_horizontal &&
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.cpp | 217 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/ |
D | overlayUtils.cpp | 238 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/ |
D | layer_stack.h | 131 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/ |
D | QCameraMjpegDecode.cpp | 86 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/ |
D | rotated_addressing_blits.adoc | 5 [[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/ |
D | overlayUtils.cpp | 223 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/ |
D | SensorPose.aidl | 37 android.hardware.automotive.evs.RotationQuaternion rotation;
|
D | Stream.aidl | 44 android.hardware.automotive.evs.Rotation rotation;
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/ |
D | SensorPose.aidl | 37 android.hardware.automotive.evs.RotationQuaternion rotation;
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/ |
D | SensorPose.aidl | 37 android.hardware.automotive.evs.RotationQuaternion rotation;
|
D | Stream.aidl | 44 android.hardware.automotive.evs.Rotation rotation;
|
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/ |
D | SensorPose.aidl | 59 RotationQuaternion rotation;
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | mm_jpeg_interface.h | 204 uint32_t rotation; member 273 uint32_t rotation; member 327 uint32_t rotation; member
|
/hardware/google/graphics/common/libgscaler/ |
D | libgscaler_obj.h | 103 int rotation; member 241 int v4l2_colorformat, bool rotation); 245 int v4l2_colorformat, int rotation);
|