Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 25 of 46) sorted by relevance

12

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraParameters.cpp213 const char* orientation = get("orientation"); in getOrientation() local
214 if (orientation && !strcmp(orientation, portrait)) in getOrientation()
218 void QCameraParameters::setOrientation(int orientation) in setOrientation() argument
220 if (orientation == CAMERA_ORIENTATION_PORTRAIT) { in setOrientation()
DQCameraHAL.cpp106 cameraInfo->orientation = mm_camer_obj->camera_info.sensor_mount_angle; in HAL_getCameraInfo()
/device/lge/mako/camera/
DQCameraParameters.cpp201 const char* orientation = get("orientation"); in getOrientation() local
202 if (orientation && !strcmp(orientation, portrait)) in getOrientation()
206 void QCameraParameters::setOrientation(int orientation) in setOrientation() argument
208 if (orientation == CAMERA_ORIENTATION_PORTRAIT) { in setOrientation()
DQCameraHAL.cpp104 cameraInfo->orientation = mm_camer_obj->camera_info.sensor_mount_angle; in HAL_getCameraInfo()
DQCameraParameters.h242 void setOrientation(int orientation);
/device/lge/mako/camera/mm-camera-interface/
Dmm_omx_jpeg_encoder.c332 int orientation; in omxJpegEncodeNext() local
385 orientation = 1; /*Normal*/ in omxJpegEncodeNext()
388 orientation = 6; /*Rotated 90 CCW*/ in omxJpegEncodeNext()
391 orientation = 3; /*Rotated 180*/ in omxJpegEncodeNext()
394 orientation = 8; /*Rotated 90 CW*/ in omxJpegEncodeNext()
397 orientation = 1; in omxJpegEncodeNext()
404 tag.tag_entry.data._short = orientation; in omxJpegEncodeNext()
406 jpegRotation, orientation); in omxJpegEncodeNext()
439 int orientation; in omxJpegEncode() local
/device/asus/grouper/audio/
Daudio_hw.c117 int orientation; member
212 if (adev->orientation == ORIENTATION_LANDSCAPE) in select_devices()
1092 int orientation; in adev_set_parameters() local
1095 orientation = ORIENTATION_LANDSCAPE; in adev_set_parameters()
1097 orientation = ORIENTATION_PORTRAIT; in adev_set_parameters()
1099 orientation = ORIENTATION_SQUARE; in adev_set_parameters()
1101 orientation = ORIENTATION_UNDEFINED; in adev_set_parameters()
1104 if (orientation != adev->orientation) { in adev_set_parameters()
1105 adev->orientation = orientation; in adev_set_parameters()
1302 adev->orientation = ORIENTATION_UNDEFINED; in adev_open()
/device/google/atv/
Dconfig.ini17 hw.sensors.orientation=no key
/device/generic/goldfish/sensors/
Dsensors_qemu.c335 data->sensors[ID_ORIENTATION].orientation.azimuth = params[0]; in data__poll()
336 data->sensors[ID_ORIENTATION].orientation.pitch = params[1]; in data__poll()
337 data->sensors[ID_ORIENTATION].orientation.roll = params[2]; in data__poll()
338 data->sensors[ID_ORIENTATION].orientation.status = SENSOR_STATUS_ACCURACY_HIGH; in data__poll()
/device/lge/mako/
Dtouch_dev.idc32 touch.orientation.calibration = none
/device/asus/flo/
Dtouch_dev.idc32 touch.orientation.calibration = none
Delan-touchscreen.idc37 touch.orientation.calibration = none
/device/lge/hammerhead/
Dtouch_dev.idc32 touch.orientation.calibration = none
/device/samsung/manta/
DAtmel_maXTouch_Touchscreen.idc32 touch.orientation.calibration = vector
/device/htc/flounder/touch/
Dsynaptics_dsx.idc32 touch.orientation.calibration = none
/device/moto/shamu/
Datmel_mxt_ts.idc32 touch.orientation.calibration = none
/device/lge/mako/camera/QCamera/HAL/core/src/
DQCameraHAL.cpp105 cameraInfo->orientation = mm_camer_obj->camera_info.sensor_mount_angle; in HAL_getCameraInfo()
/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraHAL.cpp100 cameraInfo->orientation = mm_camer_obj->camera_info.sensor_mount_angle; in HAL_getCameraInfo()
/device/asus/grouper/
Delan-touchscreen.idc37 touch.orientation.calibration = none
Dsensor00fn11.idc55 touch.orientation.calibration = vector
Draydium_ts.idc55 touch.orientation.calibration = vector
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraParameters.h239 void setOrientation(int orientation);
/device/lge/hammerhead/camera/
DQCameraParameters.h242 void setOrientation(int orientation);
/device/moto/shamu/camera/
DQCameraParameters.h242 void setOrientation(int orientation);
/device/asus/flo/camera/
DQCameraParameters.h242 void setOrientation(int orientation);

12