/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraParameters.cpp | 213 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()
|
D | QCameraHAL.cpp | 106 cameraInfo->orientation = mm_camer_obj->camera_info.sensor_mount_angle; in HAL_getCameraInfo()
|
/device/google/contexthub/firmware/misc/variant/nucleo/ |
D | Makefile | 51 SRCS_os += src/drivers/orientation/orientation.c
|
/device/google/contexthub/firmware/misc/variant/lunchbox/ |
D | Makefile | 48 SRCS_os += src/drivers/orientation/orientation.c
|
/device/google/atv/ |
D | config.ini | 17 hw.sensors.orientation=no key
|
/device/generic/goldfish/sensors/ |
D | sensors_qemu.c | 309 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/ |
D | synaptics_dsx.idc | 32 touch.orientation.calibration = none
|
/device/lge/bullhead/ |
D | synaptics_rmi4_i2c.idc | 32 touch.orientation.calibration = none
|
/device/moto/shamu/ |
D | atmel_mxt_ts.idc | 32 touch.orientation.calibration = none
|
/device/huawei/angler/ |
D | synaptics_dsx.idc | 32 touch.orientation.calibration = none
|
/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraHAL.cpp | 100 cameraInfo->orientation = mm_camer_obj->camera_info.sensor_mount_angle; in HAL_getCameraInfo()
|
/device/moto/shamu/camera/ |
D | QCameraParameters.h | 242 void setOrientation(int orientation);
|
/device/huawei/angler/camera/ |
D | QCameraParameters.h | 242 void setOrientation(int orientation);
|
/device/lge/bullhead/camera/ |
D | QCameraParameters.h | 242 void setOrientation(int orientation);
|
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
D | QCameraParameters.h | 239 void setOrientation(int orientation);
|
/device/moto/shamu/camera/QCamera/HAL/wrapper/ |
D | QualcommCamera.cpp | 187 info->orientation = camInfo.orientation; in get_camera_info()
|
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg_exif.c | 603 int16_t orientation = 0; in process_meta_data() local 607 (void *)&orientation); in process_meta_data()
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera.cpp | 236 info->orientation = atoi(valstr); in getCameraInfo() 238 info->orientation = 0; in getCameraInfo()
|
D | EmulatedFakeCamera3.cpp | 214 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/ |
D | CwMcuSensor.cpp | 303 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/ |
D | QCamera2HWI.cpp | 7348 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/ |
D | QCamera2HWI.cpp | 7348 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/ |
D | QCamera3HWI.cpp | 3918 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/ |
D | QCamera3HWI.cpp | 5396 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/ |
D | QCamera3HWI.cpp | 5393 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()
|