HomeSort by relevance Sort by last modified time
    Searched defs:resolution (Results 26 - 50 of 161) sorted by null

12 3 4 5 6 7

  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 55 jfieldID resolution; member in struct:__anon28126::SensorOffsets
91 sensorOffsets.resolution = _env->GetFieldID(sensorClass, "mResolution","F");
184 env->SetFloatField(sensor, sensorOffsets.resolution, nativeSensor.getResolution());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
timer.h 81 SND_TIMER_EVENT_RESOLUTION = 0, /* val = resolution in ns */
83 SND_TIMER_EVENT_START, /* val = resolution in ns */
85 SND_TIMER_EVENT_CONTINUE, /* val = resolution in ns */
89 SND_TIMER_EVENT_RESUME, /* val = resolution in ns */
101 unsigned int resolution; /**< tick resolution in nanoseconds */ member in struct:_snd_timer_read
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
timer.h 81 SND_TIMER_EVENT_RESOLUTION = 0, /* val = resolution in ns */
83 SND_TIMER_EVENT_START, /* val = resolution in ns */
85 SND_TIMER_EVENT_CONTINUE, /* val = resolution in ns */
89 SND_TIMER_EVENT_RESUME, /* val = resolution in ns */
101 unsigned int resolution; /**< tick resolution in nanoseconds */ member in struct:_snd_timer_read
  /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...]
  /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 
  /external/ImageMagick/MagickCore/
annotate.c 241 % %x x resolution (density)
242 % %y y resolution (density)
255 % %U image resolution units
1290 resolution; local
1854 resolution; local
    [all...]
profile.c 1547 resolution; local
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 379 FT_UShort upem, ppem, resolution; local
403 resolution = FT_GET_USHORT();
405 FT_UNUSED( resolution ); /* What to do with this? */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttsbit.c 333 FT_UShort upem, ppem, resolution; local
357 resolution = FT_GET_USHORT();
359 FT_UNUSED( resolution ); /* What to do with this? */
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttsbit.c 273 FT_UShort ppem, resolution; local
297 resolution = FT_GET_USHORT();
299 FT_UNUSED( resolution ); /* What to do with this? */
    [all...]
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
ConnectActivity.java 281 // Get video resolution from settings.
284 String resolution = sharedPref.getString(keyprefResolution, local
286 String[] dimensions = resolution.split("[ x]+");
294 Log.e(TAG, "Wrong video resolution setting: " + resolution);
  /frameworks/native/services/inputflinger/
EventHub.h 88 int32_t resolution; // resolution in units per mm or radians per mm member in struct:android::RawAbsoluteAxisInfo
96 resolution = 0;
  /frameworks/native/services/inputflinger/host/
InputDriver.cpp 69 float resolution; member in struct:input_int_usage
167 float resolution) {
170 .usage = usage, .min = min, .max = max, .resolution = resolution});
335 input_usage_t usage, int32_t min, int32_t max, float resolution) {
337 driver->inputReportDefinitionDeclareUsageInt(report, id, usage, min, max, resolution);
  /ndk/sources/host-tools/make-3.81/
remake.c 441 /* Avoid spurious rebuilds due to low resolution time stamps. */
444 error (NILF, _("*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"),
1300 int resolution; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 133 int resolution; member in struct:__anon37942
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 132 int resolution; member in struct:__anon39802
  /external/doclava/src/com/google/doclava/
MethodInfo.java 756 private ArrayList<Resolution> mResolutions;
962 for (Resolution r : mResolutions) {
967 public void addResolution(Resolution resolution) {
969 mResolutions = new ArrayList<Resolution>();
972 mResolutions.add(resolution);
976 ArrayList<Resolution> resolutions = mResolutions;
977 mResolutions = new ArrayList<Resolution>();
980 for (Resolution resolution : resolutions)
    [all...]
  /bionic/libc/kernel/uapi/linux/
input.h 51 __s32 resolution; member in struct:input_absinfo
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
platform.c 513 uint64_t resolution; member in struct:PlatSleepAndClockInfo
526 .resolution = 1000000000ull/32768,
540 .resolution = 1000000000ull/32768,
554 .resolution = 1000000000ull/32768,
568 .resolution = 1000000000ull/32768,
582 .resolution = 1000000000ull/1000000,
594 .resolution = 16000000000ull/1000000,
627 predecrement = sleepClock->resolution + sleepClock->maxWakeupTime;
642 if (cpuMathRecipAssistedUdiv64by64(length, sleepClock->resolution, sleepClock->resolutionReciprocal) > sleepClock->maxCounter && !leastBadOption)
  /external/ImageMagick/coders/
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...]
ps.c 465 resolution;
558 if ((image->resolution.x == 0.0) || (image->resolution.y == 0.0))
561 image->resolution.x=geometry_info.rho;
562 image->resolution.y=geometry_info.sigma;
564 image->resolution.y=image->resolution.x;
569 image->resolution.x=geometry_info.rho;
570 image->resolution.y=geometry_info.sigma;
572 image->resolution.y=image->resolution.x
460 resolution; local
1495 resolution, local
    [all...]
psd.c 661 resolution;
664 Resolution info.
666 p=PushShortPixel(MSBEndian,p,&resolution);
667 image->resolution.x=(double) resolution;
668 (void) FormatLocaleString(value,MagickPathExtent,"%g",image->resolution.x);
673 p=PushShortPixel(MSBEndian,p,&resolution);
674 image->resolution.y=(double) resolution;
675 (void) FormatLocaleString(value,MagickPathExtent,"%g",image->resolution.y)
656 resolution; local
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common.cc 358 u32 resolution = flags()->resolution; local
360 if (resolution > 0) {
362 stack.size = Min(stack.size, resolution);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 

Completed in 4782 milliseconds

12 3 4 5 6 7