HomeSort by relevance Sort by last modified time
    Searched refs:resolution (Results 51 - 75 of 387) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 106 h263PictureParams.picture_width = mComParams.resolution.width;
107 h263PictureParams.picture_height = mComParams.resolution.height;
142 sliceHeight = mComParams.resolution.height;
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 297 list->resolution = COMPASS_MPU9150_RESOLUTION;
307 list->resolution = COMPASS_AKM8975_RESOLUTION;
316 list->resolution = COMPASS_MPU9350_RESOLUTION;
323 list->resolution = COMPASS_YAS53x_RESOLUTION;
330 list->resolution = COMPASS_AMI306_RESOLUTION;
340 list->resolution = COMPASS_AKM8975_RESOLUTION;
PressureSensor.IIO.secondary.cpp 164 list->resolution = PRESSURE_BMP280_RESOLUTION;
175 list->resolution = PRESSURE_BMP280_RESOLUTION;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/1.0.2.v20150114/
aether-api-1.0.2.v20150114.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 122 // Test marker resolution.
129 // Found the target marker. Now check the marker resolution of it.
134 IMarkerResolution resolution = resolutions[0]; local
135 assertNotNull(resolution);
136 assertTrue(resolution.getLabel().contains("Create resource"));
141 //resolution.run(marker);
232 // Test marker resolution.
237 // Found the target marker. Now check the marker resolution of it.
242 IMarkerResolution resolution = resolutions[0]; local
243 assertNotNull(resolution);
    [all...]
  /external/ImageMagick/coders/
pango.c 207 image->resolution.x == 0.0 ? 90.0 : image->resolution.x);
307 (image->resolution.x == 0.0 ? 90.0 : image->resolution.x)*PANGO_SCALE+36)/
365 (image->resolution.x == 0.0 ? 90.0 : image->resolution.x)+45.0)/90.0+
377 (image->resolution.y == 0.0 ? 90.0 : image->resolution.y)+45.0)/90.0+
pdf.c 490 if ((image->resolution.x == 0.0) || (image->resolution.y == 0.0))
493 image->resolution.x=geometry_info.rho;
494 image->resolution.y=geometry_info.sigma;
496 image->resolution.y=image->resolution.x;
501 image->resolution.x=geometry_info.rho;
502 image->resolution.y=geometry_info.sigma;
504 image->resolution.y=image->resolution.x
1239 resolution, local
    [all...]
ps3.c 853 resolution,
942 resolution.x=image->resolution.x;
943 resolution.y=image->resolution.y;
944 if ((resolution.x == 0.0) || (resolution.y == 0.0))
947 resolution.x=geometry_info.rho;
948 resolution.y=geometry_info.sigma;
950 resolution.y=resolution.x
847 resolution, local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 169 #this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons)
170 resolution.devMode=false
  /frameworks/native/include/input/
InputDevice.h 72 float resolution; member in struct:android::InputDeviceInfo::MotionRange
95 float min, float max, float flat, float fuzz, float resolution);
  /frameworks/native/services/sensorservice/
RotationVectorSensor.cpp 39 .resolution = 1.0f / (1<<24),
125 .resolution = 1.0f / (1<<24),
CorrectedGyroSensor.cpp 48 .resolution = mGyro.getResolution(),
GravitySensor.cpp 47 .resolution = mAccelerometer.getResolution(),
LinearAccelerationSensor.cpp 42 .resolution = gsensor.getResolution(),
OrientationSensor.cpp 40 .resolution = 1.0f/256.0f, // FIXME: real value here
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.primary.cpp 409 list->resolution = COMPASS_MPU9150_RESOLUTION;
420 list->resolution = COMPASS_AKM8975_RESOLUTION;
431 list->resolution = COMPASS_AKM8963_RESOLUTION;
442 list->resolution = COMPASS_AKM9911_RESOLUTION;
453 list->resolution = COMPASS_AKM9912_RESOLUTION;
461 list->resolution = COMPASS_AMI306_RESOLUTION;
471 list->resolution = COMPASS_YAS53x_RESOLUTION;
483 list->resolution = COMPASS_AKM8975_RESOLUTION;
PressureSensor.IIO.secondary.cpp 163 list->resolution = PRESSURE_BMP280_RESOLUTION;
174 list->resolution = PRESSURE_BMP280_RESOLUTION;
  /sdk/eclipse/buildConfig/
build.properties 146 #this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons)
147 resolution.devMode=false
  /external/v8/src/js/
promise.js 242 function ResolvePromise(promise, resolution) {
243 if (resolution === promise) {
244 return RejectPromise(promise, MakeTypeError(kPromiseCyclic, resolution));
246 if (IS_RECEIVER(resolution)) {
249 var then = resolution.then;
254 // Resolution is a native promise and if it's already resolved or
255 // rejected, shortcircuit the resolution procedure by directly
257 if (IsPromise(resolution) && then === PromiseThen) {
258 var thenableState = GET_PRIVATE(resolution, promiseStateSymbol);
262 var thenableValue = GET_PRIVATE(resolution, promiseResultSymbol)
    [all...]
  /external/eigen/demos/mandelbrot/
mandelbrot.cpp 114 double resolution = widget->xradius*2/widget->width(); local
116 if(resolution < 1e-4f) max_iter += 128 * ( - 4 - std::log10(resolution));
119 single_precision = resolution > 1e-7f;
153 setWindowTitle(QString("resolution ")+QString::number(xradius*2/width(), 'e', 2)
168 setWindowTitle(QString("recomputing at 1/%1 resolution...").arg(draft));
  /external/fonttools/Lib/fontTools/ttLib/tables/
sbixBitmapSet.py 11 resolution: H # 00 48
24 def __init__(self, rawdata=None, size=0, resolution=72):
27 self.resolution = resolution
106 xmlWriter.simpletag("resolution", value=self.resolution)
117 if name in ["size", "resolution"]:
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
GEOLocationElement.java 18 * RFC-3825 defines a resolution field for each of latitude, longitude and altitude as "the number
28 * RFC-6225 redefines the "resolution" from RFC-3825 with an "uncertainty" value with these
33 * The res fields provides the resolution as the exponent to a power of two,
35 * Unknown resolution is indicated by not setting the respective resolution field in the RealValue.
71 public RealValue(double value, int resolution) {
73 mResolution = resolution;
275 * Convert an absolute variance value into absolute resolution representation,
276 * where the variance = 2^resolution.
279 * @return the absolute resolution
    [all...]
  /hardware/bsp/intel/peripheral/sensors/mraa/sensors/
LSM303dAccelerometer.cpp 29 .resolution = 0.00003f,
LSM303dOrientation.cpp 29 .resolution = .00003f,

Completed in 355 milliseconds

1 23 4 5 6 7 8 91011>>