Searched refs:calibrated (Results 1 – 11 of 11) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 501 …nvert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->calibrated); in inv_apply_calibration() 638 if (sensors.temp.calibrated[0]) in inv_set_mpl_gyro_bias() 639 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0]; in inv_set_mpl_gyro_bias() 799 sensors.accel.calibrated[0] = accel[0]; in inv_build_accel() 800 sensors.accel.calibrated[1] = accel[1]; in inv_build_accel() 801 sensors.accel.calibrated[2] = accel[2]; in inv_build_accel() 873 sensors.compass.calibrated[0] = compass[0]; in inv_build_compass() 874 sensors.compass.calibrated[1] = compass[1]; in inv_build_compass() 875 sensors.compass.calibrated[2] = compass[2]; in inv_build_compass() 903 sensors.temp.calibrated[0] = temp; in inv_build_temp() [all …]
|
D | data_builder.h | 88 long calibrated[3]; member
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 706 …nvert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->calibrated); in inv_apply_calibration() 852 if (sensors.temp.calibrated[0]) in inv_set_mpl_gyro_bias() 853 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0]; in inv_set_mpl_gyro_bias() 1025 sensors.accel.calibrated[0] = accel[0]; in inv_build_accel() 1026 sensors.accel.calibrated[1] = accel[1]; in inv_build_accel() 1027 sensors.accel.calibrated[2] = accel[2]; in inv_build_accel() 1099 sensors.compass.calibrated[0] = compass[0]; in inv_build_compass() 1100 sensors.compass.calibrated[1] = compass[1]; in inv_build_compass() 1101 sensors.compass.calibrated[2] = compass[2]; in inv_build_compass() 1129 sensors.temp.calibrated[0] = temp; in inv_build_temp() [all …]
|
D | data_builder.h | 90 long calibrated[3]; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_calibrated_timestamps.adoc | 23 This extension provides an interface to query calibrated timestamps obtained
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | datalogger_outputs.c | 214 *value = pt->calibrated[0]; 236 ltemp = pt->calibrated[0]; in inv_get_sensor_type_temperature_float()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_calibrated_timestamps.adoc | 38 …vide a method to capture simultaneous timestamps across different domains so they can be calibrated 116 === How can an application extrapolate future device timestamp values from the calibrated timestamp… 132 …or reporting the maximum deviation of the timestamp values returned by calibrated timestamp querie… 135 However, it is possible to return the maximum deviation any single calibrated timestamp query can h… 149 …east the maximum of the length of the ticks of the set of time domains calibrated and thus can nev…
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 256 * This implies that the display must have been calibrated unless
|
/hardware/interfaces/biometrics/face/1.0/ |
D | types.hal | 268 * The sensor needs to be re-calibrated. This is an unexpected condition,
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 74 * To obtain calibrated size information, see
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 7614 [[calibrated-timestamps]] 7617 [open,refpage='vkGetCalibratedTimestampsEXT',desc='Query calibrated timestamps',type='protos'] 7623 host operation), Vulkan allows querying calibrated timestamps from multiple 7626 To query calibrated timestamps from a set of time domains, call: 7634 domains the calibrated timestamps should be captured from. 7636 64-bit unsigned integer values in which the requested calibrated 7640 calibrated timestamp values is returned. 7673 …TimestampInfoEXT',desc='Structure specifying the input parameters of a calibrated timestamp query'… 7683 domain from which the calibrated timestamp value should be returned.
|