Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 25 of 34) 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/google/contexthub/firmware/misc/variant/nucleo/
DMakefile51 SRCS_os += src/drivers/orientation/orientation.c
/device/google/contexthub/firmware/misc/variant/lunchbox/
DMakefile48 SRCS_os += src/drivers/orientation/orientation.c
/device/google/atv/
Dconfig.ini17 hw.sensors.orientation=no key
/device/generic/goldfish/sensors/
Dsensors_qemu.c309 events[ID_ORIENTATION].orientation.azimuth = params[0]; in sensor_device_poll_event_locked()
310 events[ID_ORIENTATION].orientation.pitch = params[1]; in sensor_device_poll_event_locked()
311 events[ID_ORIENTATION].orientation.roll = params[2]; in sensor_device_poll_event_locked()
312 events[ID_ORIENTATION].orientation.status = in sensor_device_poll_event_locked()
/device/htc/flounder/touch/
Dsynaptics_dsx.idc32 touch.orientation.calibration = none
/device/lge/bullhead/
Dsynaptics_rmi4_i2c.idc32 touch.orientation.calibration = none
/device/moto/shamu/
Datmel_mxt_ts.idc32 touch.orientation.calibration = none
/device/huawei/angler/
Dsynaptics_dsx.idc32 touch.orientation.calibration = none
/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraHAL.cpp100 cameraInfo->orientation = mm_camer_obj->camera_info.sensor_mount_angle; in HAL_getCameraInfo()
/device/moto/shamu/camera/
DQCameraParameters.h242 void setOrientation(int orientation);
/device/huawei/angler/camera/
DQCameraParameters.h242 void setOrientation(int orientation);
/device/lge/bullhead/camera/
DQCameraParameters.h242 void setOrientation(int orientation);
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraParameters.h239 void setOrientation(int orientation);
/device/moto/shamu/camera/QCamera/HAL/wrapper/
DQualcommCamera.cpp187 info->orientation = camInfo.orientation; in get_camera_info()
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_exif.c603 int16_t orientation = 0; in process_meta_data() local
607 (void *)&orientation); in process_meta_data()
/device/generic/goldfish/camera/
DEmulatedCamera.cpp236 info->orientation = atoi(valstr); in getCameraInfo()
238 info->orientation = 0; in getCameraInfo()
DEmulatedFakeCamera3.cpp214 info->orientation = gEmulatedCameraFactory.getFakeCameraOrientation(); in getCameraInfo()
1114 static const int32_t orientation = 90; // Aligned with 'long edge' in constructStaticInfo() local
1115 ADD_STATIC_ENTRY(ANDROID_SENSOR_ORIENTATION, &orientation, 1); in constructStaticInfo()
/device/htc/flounder/sensor_hub/libsensors/
DCwMcuSensor.cpp303 mPendingEvents[CW_ORIENTATION].orientation.status = SENSOR_STATUS_ACCURACY_HIGH; in CwMcuSensor()
368 mPendingEvents[CW_ORIENTATION_W].orientation.status = SENSOR_STATUS_ACCURACY_HIGH; in CwMcuSensor()
1171 mPendingEvents[sensorsid].orientation.status = bias[0]; in processEvent()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.cpp7348 int16_t orientation; in getExifData() local
7351 orientation = 1; in getExifData()
7354 orientation = 6; in getExifData()
7357 orientation = 3; in getExifData()
7360 orientation = 8; in getExifData()
7363 orientation = 1; in getExifData()
7369 (void *)&orientation); in getExifData()
7373 (void *)&orientation); in getExifData()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWI.cpp7348 int16_t orientation; in getExifData() local
7351 orientation = 1; in getExifData()
7354 orientation = 6; in getExifData()
7357 orientation = 3; in getExifData()
7360 orientation = 8; in getExifData()
7363 orientation = 1; in getExifData()
7369 (void *)&orientation); in getExifData()
7373 (void *)&orientation); in getExifData()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3918 int32_t orientation = in extractJpegMetadata() local
3920 if ((orientation == 90) || (orientation == 270)) { in extractJpegMetadata()
5593 info->orientation = gCamCapability[cameraId]->sensor_mount_angle; in getCamInfo()
6780 int32_t orientation = in translateToHalMetadata() local
6783 if (orientation == 0) { in translateToHalMetadata()
6785 } else if (orientation == 90) { in translateToHalMetadata()
6787 } else if (orientation == 180) { in translateToHalMetadata()
6789 } else if (orientation == 270) { in translateToHalMetadata()
6793 …tParmEntryToBatch(hal_metadata, CAM_INTF_META_JPEG_ORIENTATION, sizeof(orientation), &orientation); in translateToHalMetadata()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HWI.cpp5396 int32_t orientation = in extractJpegMetadata() local
5398 if ((orientation == 90) || (orientation == 270)) { in extractJpegMetadata()
7156 info->orientation = (int)gCamCapability[cameraId]->sensor_mount_angle; in getCamInfo()
8638 int32_t orientation = frame_settings.find(ANDROID_JPEG_ORIENTATION).data.i32[0]; in translateToHalMetadata() local
8640 if (orientation == 0) { in translateToHalMetadata()
8642 } else if (orientation == 90) { in translateToHalMetadata()
8644 } else if (orientation == 180) { in translateToHalMetadata()
8646 } else if (orientation == 270) { in translateToHalMetadata()
8650 ADD_SET_PARAM_ENTRY_TO_BATCH(hal_metadata, CAM_INTF_META_JPEG_ORIENTATION, orientation); in translateToHalMetadata()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3HWI.cpp5393 int32_t orientation = in extractJpegMetadata() local
5395 if ((orientation == 90) || (orientation == 270)) { in extractJpegMetadata()
7153 info->orientation = (int)gCamCapability[cameraId]->sensor_mount_angle; in getCamInfo()
8635 int32_t orientation = frame_settings.find(ANDROID_JPEG_ORIENTATION).data.i32[0]; in translateToHalMetadata() local
8637 if (orientation == 0) { in translateToHalMetadata()
8639 } else if (orientation == 90) { in translateToHalMetadata()
8641 } else if (orientation == 180) { in translateToHalMetadata()
8643 } else if (orientation == 270) { in translateToHalMetadata()
8647 ADD_SET_PARAM_ENTRY_TO_BATCH(hal_metadata, CAM_INTF_META_JPEG_ORIENTATION, orientation); in translateToHalMetadata()

12