HomeSort by relevance Sort by last modified time
    Searched defs:sensitivity (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/opencv3/modules/videostab/include/opencv2/videostab/
deblurring.hpp 102 float sensitivity() const { return sensitivity_; } function in class:cv::videostab::WeightingDeblurer
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.9150.cpp 233 long sensitivity; local
236 inv_read_data(compassSysFs.compass_scale, &sensitivity);
237 return sensitivity;
CompassSensor.IIO.primary.cpp 348 long sensitivity; local
351 inv_read_data(compassSysFs.compass_scale, &sensitivity);
352 return sensitivity;
MPLSensor.cpp 381 /* the following threshold can be modified for SMD sensitivity */
826 long sensitivity; local
827 sensitivity = mCompassSensor->getSensitivity();
828 inv_set_compass_orientation_and_scale(orient, sensitivity);
829 mCompassScale = sensitivity;
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 231 long sensitivity; local
234 inv_read_data(compassSysFs.compass_scale, &sensitivity);
235 return sensitivity;
CompassSensor.IIO.primary.cpp 348 long sensitivity; local
351 inv_read_data(compassSysFs.compass_scale, &sensitivity);
352 return sensitivity;
MPLSensor.cpp 884 long sensitivity; local
885 sensitivity = mCompassSensor->getSensitivity();
886 inv_set_compass_orientation_and_scale(orient, sensitivity);
887 mCompassScale = sensitivity;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 26 # qpol does not expose an equivalent of a sensitivity declaration.
35 # since it has the sensitivity name, dominance, and there
36 # is a 1:1 correspondence between the sensitivity declarations
71 """Factory function for creating MLS sensitivity objects."""
76 if isinstance(sym, Sensitivity):
83 return Sensitivity(policy, sym)
86 return Sensitivity(policy, qpol.qpol_level_t(policy, str(sym)))
88 raise exception.InvalidSensitivity("{0} is not a valid sensitivity".format(sym))
112 raise exception.InvalidLevel("{0} is invalid ({1} is not a valid sensitivity)".
143 "{0} is invalid (one or more categories are not associated with the sensitivity)"
306 def sensitivity(self): member in class:BaseMLSLevel
362 def sensitivity(self): member in class:LevelDecl
417 def sensitivity(self): member in class:Level
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
BurstCaptureTest.java 287 assertTrue(String.format("Cam %s: Sensitivity is not valid: %d",
311 int sensitivity = burstResult.get(CaptureResult.SENSOR_SENSITIVITY); local
314 assertTrue("Cam " + cameraId + ": Sensitivity not locked!",
315 sensitivity == burstSensitivity);
ImageReaderTest.java 916 Integer sensitivity = getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY); local
    [all...]
StillCaptureTest.java 240 * sensitivity) with or without compensation, verify if the exposure value is legal (conformed
1167 int sensitivity = getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY); local
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
and_constructor.c 117 int32_t sensitivity, sample_rate_us = 0; local
203 r = fread(&sensitivity, sizeof(sensitivity), 1, inv_construct.file);
204 inv_set_gyro_orientation_and_scale(orientation, sensitivity);
209 r = fread(&sensitivity, sizeof(sensitivity), 1, inv_construct.file);
210 inv_set_accel_orientation_and_scale(orientation, sensitivity);
215 r = fread(&sensitivity, sizeof(sensitivity), 1, inv_construct.file);
216 inv_set_compass_orientation_and_scale(orientation, sensitivity);
    [all...]
  /system/media/camera/tests/
camera_metadata_tests.cpp 238 int32_t sensitivity = 800; local
241 &sensitivity, 1);
317 EXPECT_EQ(sensitivity, *entry.data.i32);
402 int32_t sensitivity = 100; local
405 &sensitivity, 1);
992 int32_t sensitivity = 800; local
995 &sensitivity, 1);
    [all...]
  /external/v8/src/
i18n.cc 482 // Set flags first, and then override them with sensitivity if necessary.
506 icu::UnicodeString sensitivity; local
507 if (ExtractStringSetting(isolate, options, "sensitivity", &sensitivity)) {
508 if (sensitivity == UNICODE_STRING_SIMPLE("base")) {
510 } else if (sensitivity == UNICODE_STRING_SIMPLE("accent")) {
512 } else if (sensitivity == UNICODE_STRING_SIMPLE("case")) {
571 resolved, factory->NewStringFromStaticChars("sensitivity"),
575 resolved, factory->NewStringFromStaticChars("sensitivity"),
585 resolved, factory->NewStringFromStaticChars("sensitivity"),
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 456 static const int32_t sensitivity = 100; local
457 ADD_OR_SIZE(ANDROID_SENSOR_SENSITIVITY, &sensitivity, 1);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.h 91 long sensitivity; member in struct:inv_single_sensor_t
220 void inv_set_gyro_orientation_and_scale(int orientation, long sensitivity);
222 long sensitivity);
224 long sensitivity);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 89 long sensitivity; member in struct:inv_single_sensor_t
217 void inv_set_gyro_orientation_and_scale(int orientation, long sensitivity);
219 long sensitivity);
221 long sensitivity);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 443 static const int32_t sensitivity = 100; local
444 settings.update(ANDROID_SENSOR_SENSITIVITY, &sensitivity, 1);
840 uint32_t sensitivity; local
849 sensitivity = (entry.count > 0) ? entry.data.i32[0] : Sensor::kSensitivityRange[0];
    [all...]
  /bionic/libc/kernel/uapi/linux/
wireless.h 474 __s32 sensitivity; member in struct:iw_range
  /development/ndk/platforms/android-21/include/linux/
wireless.h 496 __s32 sensitivity; member in struct:iw_range
  /development/ndk/platforms/android-3/include/linux/
wireless.h 464 __s32 sensitivity; member in struct:iw_range
  /external/kernel-headers/original/uapi/linux/
wireless.h 96 * - Add sensitivity
243 #define SIOCSIWSENS 0x8B08 /* set sensitivity (dBm) */
244 #define SIOCGIWSENS 0x8B09 /* get sensitivity (dBm) */
994 __s32 sensitivity; member in struct:iw_range
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wireless.h 96 * - Add sensitivity
243 #define SIOCSIWSENS 0x8B08 /* set sensitivity (dBm) */
244 #define SIOCGIWSENS 0x8B09 /* get sensitivity (dBm) */
992 __s32 sensitivity; member in struct:iw_range
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wireless.h 96 * - Add sensitivity
243 #define SIOCSIWSENS 0x8B08 /* set sensitivity (dBm) */
244 #define SIOCGIWSENS 0x8B09 /* get sensitivity (dBm) */
994 __s32 sensitivity; member in struct:iw_range
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
wireless.h 464 __s32 sensitivity; member in struct:iw_range

Completed in 530 milliseconds

1 2 3 4