HomeSort by relevance Sort by last modified time
    Searched full:calibrated (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.mm 25 // SkBitmapToNSImage returns a bitmap in the calibrated color space (sRGB),
27 // to the calibrated color space before testing.
  /external/chromium_org/chrome/browser/ui/tests/
ui_gfx_image_unittest.mm 33 // SkBitmapToNSImage returns a bitmap in the calibrated color space (sRGB),
35 // to the calibrated color space before testing.
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 32 /** Set if the calibrated data has been solved for */
75 /** Calibrated data */
76 long calibrated[3]; member in struct:inv_single_sensor_t
84 * INV_CALIBRATED_SET if calibrated data has been solved for */
98 * INV_CALIBRATED_SET if calibrated data has been solved for */
data_builder.c 420 * calibrated data in the body frame. Also store raw data for body frame.
429 // Convert raw to calibrated
440 inv_convert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->calibrated);
548 if (sensors.temp.calibrated[0])
549 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0];
592 * Calibrated data is in m/s^2 scaled by 2^16 in body frame.
597 * The upper bit INV_CALIBRATED, is set if the data was calibrated
622 sensors.accel.calibrated[0] = accel[0];
623 sensors.accel.calibrated[1] = accel[1];
624 sensors.accel.calibrated[2] = accel[2]
    [all...]
hal_outputs.c 131 /** Gyroscope calibrated data (rad/s) in body frame.
227 * @param[out] values Compass data in (uT), length 3. May be calibrated by having
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 33 /** Set if the calibrated data has been solved for */
85 /** Calibrated data */
86 long calibrated[3]; member in struct:inv_single_sensor_t
94 * INV_CALIBRATED_SET if calibrated data has been solved for */
109 * INV_CALIBRATED_SET if calibrated data has been solved for */
data_builder.c 457 * calibrated data in the body frame. Also store raw data for body frame.
466 // Convert raw to calibrated
477 inv_convert_to_body_with_scale(sensor->orientation, sensor->sensitivity << 1, raw32, sensor->calibrated);
619 if (sensors.temp.calibrated[0])
620 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0];
653 * Gyro calibrated bias.
711 * Calibrated data is in m/s^2 scaled by 2^16 in body frame.
716 * The upper bit INV_CALIBRATED, is set if the data was calibrated
741 sensors.accel.calibrated[0] = accel[0];
742 sensors.accel.calibrated[1] = accel[1]
    [all...]
hal_outputs.c 35 Disable this only for testing purpose (e.g. comparing the raw and calibrated
147 /** Gyroscope calibrated data (rad/s) in body frame.
312 * @param[out] values Compass data in (uT), length 3. May be calibrated by having
340 * @param[out] values Compass data in (uT), length 3. May be calibrated by having
  /external/chromium_org/skia/ext/
skia_utils_mac.h 68 // conversion. Only valid for colors in calibrated and device color spaces.
72 // Prefer sRGB over calibrated colors.
skia_utils_mac_unittest.mm 81 // SkBitmapToNSImage returns a bitmap in the calibrated color space (sRGB),
83 // to the calibrated color space before testing.
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.h 65 // TODO: if 3rd-party provides calibrated compass data, just return 1
libmllite.so 
  /hardware/ti/wlan/mac80211/ti-utils/
README 70 adb shell "echo Copy calibrated NVS file"
108 --- How to change MAC address in calibrated NVS
224 to change ini part of NVS which already calibrated.
  /external/chromium_org/content/browser/device_orientation/
accelerometer_mac.cc 45 // Retrieve per-axis calibrated values.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.h 32 // - Score: Final calibrated score based on the compound distance, which is sent to java as the
  /hardware/ti/wlan/mac80211/ti-utils/scripts/
go.sh 402 # 9. copy calibrated NVS file to proper place
403 echo -e "+++ Copy calibrated NVS file to $path_to_install"
412 echo -e "\n\tDear Customer, you are ready to use our calibrated device\n"
499 # 8. copy calibrated NVS file to proper place
500 echo -e "+++ Copy calibrated NVS file to $path_to_install"
509 echo -e "\n\tDear Customer, you are ready to use our calibrated device\n"
  /external/kernel-headers/original/asm-mips/lasat/
lasat.h 226 * early stage of the boot process where ndelay is not calibrated.
  /external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
SDL_bejoystick.cc 119 /* Set the joystick to calibrated mode */
  /hardware/invensense/60xx/libsensors_iio/
libmllite.so 
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
libmllite.so 
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 340 MPL_LOGE("Could not store calibrated data on file - "
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 344 MPL_LOGE("Could not store calibrated data on file - "
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
libmllite.so 
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 595 /* Get camera parameters for specified camera. If camera is not calibrated
609 /* Get camera parameters for specified camera. If camera is not calibrated
  /external/chromium_org/ash/touch/
touch_uma.cc 232 // Prefer raw event location (when available) over calibrated location.

Completed in 2264 milliseconds

1 2 3