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

1 2 3 4 5 6 78 91011>>

  /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());
  /external/ImageMagick/MagickCore/
identify.c 675 if ((image->resolution.x != 0.0) && (image->resolution.y != 0.0))
677 (void) FormatLocaleFile(file," Resolution: %gx%g\n",image->resolution.x,
678 image->resolution.y);
680 image->columns/image->resolution.x,(double) image->rows/
681 image->resolution.y);
    [all...]
constitute.c 634 geometry_info.rho=next->resolution.x;
638 next->resolution.x=geometry_info.rho/geometry_info.sigma;
644 geometry_info.rho=next->resolution.y;
648 next->resolution.y=geometry_info.rho/geometry_info.sigma;
    [all...]
image.h 201 units; /* resolution/density ppi or ppc */
212 resolution; /* image resolution/density */ member in struct:_Image
  /external/ImageMagick/coders/
json.c 773 if ((image->resolution.x != 0.0) && (image->resolution.y != 0.0))
775 (void) FormatLocaleFile(file," \"resolution\": {\n"
777 image->resolution.x,image->resolution.y);
780 image->columns/image->resolution.x,(double) image->rows/
781 image->resolution.y);
    [all...]
ipl.c 170 image->resolution.x = 1;
171 image->resolution.y = 1;
wmf.c     [all...]
  /external/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp 277 @param sphere_resolution Resolution of the sphere.
334 @param resolution Resolution of the cone.
337 WCone(double length, double radius, int resolution = 6.0, const Color &color = Color::white());
344 @param resolution Resolution of the cone.
348 WCone(double radius, const Point3d& center, const Point3d& tip, int resolution = 6.0, const Color &color = Color::white());
361 @param numsides Resolution of the cylinder.
    [all...]
  /frameworks/base/core/java/android/print/
PrinterCapabilitiesInfo.java 26 import android.print.PrintAttributes.Resolution;
62 private @NonNull List<Resolution> mResolutions;
109 mResolutions = new ArrayList<Resolution>(other.mResolutions);
138 public @NonNull List<Resolution> getResolutions() {
400 mResolutions = new ArrayList<Resolution>();
403 mResolutions.add(Resolution.createFromParcel(parcel));
490 * Adds a supported resolution.
495 * @param resolution A resolution.
502 * @see PrintAttributes.Resolution
    [all...]
PrintAttributes.java 45 * letter size with 300 DPI (dots per inch) resolution, have a margin of
82 private @Nullable Resolution mResolution;
94 mResolution = (parcel.readInt() == 1) ? Resolution.createFromParcel(parcel) : null;
127 * Gets the resolution.
129 * @return The resolution or <code>null</code> if not set.
131 public @Nullable Resolution getResolution() {
136 * Sets the resolution.
138 * @param resolution The resolution.
142 public void setResolution(Resolution resolution)
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PrintSpoolerService.java 41 import android.print.PrintAttributes.Resolution;
814 private static final String TAG_RESOLUTION = "resolution";
980 Resolution resolution = attributes.getResolution(); local
1248 Resolution resolution = new Resolution(id, label, horizontalDpi, verticalDpi); local
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 85 vp8SeqParam.frame_width = mComParams.resolution.width;
86 vp8SeqParam.frame_height = mComParams.resolution.height;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 375 syms[nsyms].resolution = LDPR_UNKNOWN;
438 switch (claimed_file->syms[i].resolution)
  /toolchain/binutils/binutils-2.25/ld/
testplug.c 182 case are integers. We don't allow to specify a resolution as
221 sym->resolution = LDPR_UNKNOWN;
589 TV_MESSAGE (LDPL_INFO, "Sym: '%s%s%s' Resolution: %s",
594 resolutions[claimfile->symbols[n].resolution]);
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /bionic/libc/kernel/uapi/linux/
input.h 51 __s32 resolution; member in struct:input_absinfo
  /bionic/libc/kernel/uapi/sound/
asequencer.h 416 unsigned int resolution; member in struct:snd_seq_queue_timer::__anon1114::__anon1115
  /external/kernel-headers/original/uapi/linux/
input.h 58 * @resolution: specifies resolution for the values reported for
64 * Resolution for main axes (ABS_X, ABS_Y, ABS_Z) is reported in
65 * units per millimeter (units/mm), resolution for rotational axes
74 __s32 resolution; member in struct:input_absinfo
  /external/kernel-headers/original/uapi/sound/
asequencer.h 503 int ppq; /* time resolution, ticks/quarter */
522 unsigned int resolution; /* resolution in Hz */ member in struct:snd_seq_queue_timer::__anon13742::__anon13743
  /hardware/libhardware/include/hardware/
sensors.h 1201 float resolution; member in struct:sensor_t
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asequencer.h 415 unsigned int resolution; member in struct:snd_seq_queue_timer::__anon34200::__anon34201
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asequencer.h 502 int ppq; /* time resolution, ticks/quarter */
521 unsigned int resolution; /* resolution in Hz */ member in struct:snd_seq_queue_timer::__anon34351::__anon34352
  /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.11-4.8/sysroot/usr/include/sound/
asequencer.h 502 int ppq; /* time resolution, ticks/quarter */
521 unsigned int resolution; /* resolution in Hz */ member in struct:snd_seq_queue_timer::__anon39146::__anon39147
  /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

Completed in 475 milliseconds

1 2 3 4 5 6 78 91011>>