Home
last modified time | relevance | path

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

123456

/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/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/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/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/sdm845/display/sdm/include/core/
Dlayer_stack.h135 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/
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/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/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/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/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/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/interfaces/audio/5.0/
DIPrimaryDevice.hal186 * 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/
Dmm_lib2d.c495 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/
DIPrimaryDevice.hal186 * 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/
DIPrimaryDevice.hal186 * 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/
Dconvert.cpp67 dst->rotation = (int) src.rotation; in convertFromHidl()
/hardware/interfaces/camera/device/3.5/default/
DCameraDevice.cpp123 streamBuffer[i++].rotation = static_cast<int> (it.v3_2.rotation); in isStreamCombinationSupported()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.h417 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/
Dmm_lib2d.h205 int jobid, void *userdata, lib2d_client_cb cb, uint32_t rotation);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c999 ((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/
DQCameraParameters.cpp3287 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/
Dcamera_common.h757 int rotation; member
/hardware/qcom/camera/msm8998/mm-image-codec/qomx_core/
DQOMX_JpegExtensions.h211 OMX_U32 rotation; member
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.cpp269 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/
Dv4l2_camera.cpp303 if (stream_config->streams[i]->rotation != CAMERA3_STREAM_ROTATION_0) { in validateDataspacesAndRotations()
305 stream_config->streams[i]->rotation, in validateDataspacesAndRotations()

123456