/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/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/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/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/sdm845/display/sdm/include/core/ |
D | layer_stack.h | 135 float rotation = 0.0f; //!< Left most pixel coordinate. member 140 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/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/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/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/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/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/interfaces/audio/5.0/ |
D | IPrimaryDevice.hal | 186 * Updates HAL on the current rotation of the device relative to natural 188 * parameter "rotation". 190 * @param rotation rotation in degrees relative to natural device 194 updateRotation(Rotation rotation) generates (Result retval);
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/ |
D | mm_lib2d.c | 495 int jobid, void *userdata, lib2d_client_cb cb, uint32_t rotation) in mm_lib2d_start_job() argument 548 p_meta->rotation.device_rotation = (int32_t)rotation; in mm_lib2d_start_job() 549 p_meta->rotation.frame_rotation = (int32_t)rotation; in mm_lib2d_start_job()
|
/hardware/interfaces/audio/6.0/ |
D | IPrimaryDevice.hal | 186 * Updates HAL on the current rotation of the device relative to natural 188 * parameter "rotation". 190 * @param rotation rotation in degrees relative to natural device 194 updateRotation(Rotation rotation) generates (Result retval);
|
/hardware/interfaces/audio/4.0/ |
D | IPrimaryDevice.hal | 186 * Updates HAL on the current rotation of the device relative to natural 188 * parameter "rotation". 190 * @param rotation rotation in degrees relative to natural device 194 updateRotation(Rotation rotation) generates (Result retval);
|
/hardware/interfaces/camera/device/3.2/default/ |
D | convert.cpp | 67 dst->rotation = (int) src.rotation; in convertFromHidl()
|
/hardware/interfaces/camera/device/3.5/default/ |
D | CameraDevice.cpp | 123 streamBuffer[i++].rotation = static_cast<int> (it.v3_2.rotation); in isStreamCombinationSupported()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.h | 417 int getMdpOrient(eTransform rotation); 559 inline int getMdpOrient(eTransform rotation) { in getMdpOrient() argument 560 ALOGE_IF(DEBUG_OVERLAY, "%s: rot=%d", __FUNCTION__, rotation); in getMdpOrient() 561 switch(rotation) in getMdpOrient() 577 __FUNCTION__, rotation); in getMdpOrient()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/inc/ |
D | mm_lib2d.h | 205 int jobid, void *userdata, lib2d_client_cb cb, uint32_t rotation);
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 999 ((p_session->params.rotation == 90) || in mm_jpeg_session_config_ports() 1000 (p_session->params.rotation == 270))) { in mm_jpeg_session_config_ports() 1044 ((p_session->params.rotation == 90) || in mm_jpeg_session_config_ports() 1045 (p_session->params.rotation == 270))) { in mm_jpeg_session_config_ports() 1122 rotate.nRotation = (OMX_S32)p_params->rotation; in mm_jpeg_session_config_ports() 1132 (int)p_params->rotation, (int)rotate.nPortIndex); in mm_jpeg_session_config_ports() 1266 thumbnail_info.rotation = (OMX_U32)p_params->thumb_rotation; in mm_jpeg_session_config_thumbnail() 1274 thumbnail_info.rotation = 0; in mm_jpeg_session_config_thumbnail() 1278 (p_session->params.rotation == 0 || in mm_jpeg_session_config_thumbnail() 1279 p_session->params.rotation == 180)) { in mm_jpeg_session_config_thumbnail() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 3287 int32_t rotation = params.getInt(KEY_ROTATION); in setRotation() local 3288 if (rotation != -1) { in setRotation() 3289 if (rotation == 0 || rotation == 90 || in setRotation() 3290 rotation == 180 || rotation == 270) { in setRotation() 3291 set(KEY_ROTATION, rotation); in setRotation() 3294 rotation); in setRotation() 3295 mRotation = rotation; in setRotation() 3297 LOGE("Invalid rotation value: %d", rotation); in setRotation() 10143 cam_rotation_t rotation = ROTATE_0; in getStreamRotation() local 10151 rotation = ROTATE_90; in getStreamRotation() [all …]
|
/hardware/libhardware/include/hardware/ |
D | camera_common.h | 757 int rotation; member
|
/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/ |
D | QOMX_JpegExtensions.h | 211 OMX_U32 rotation; member
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 269 layer_transform.rotation = 90.0f; in SetLayerTransform() 276 layer_transform.rotation = 90.0f; in SetLayerTransform() 281 layer_transform.rotation = 90.0f; in SetLayerTransform() 285 layer_transform.rotation = 90.0f; in SetLayerTransform()
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera.cpp | 303 if (stream_config->streams[i]->rotation != CAMERA3_STREAM_ROTATION_0) { in validateDataspacesAndRotations() 305 stream_config->streams[i]->rotation, in validateDataspacesAndRotations()
|