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

1 2 3 45 6 7 8 91011>>

  /frameworks/native/services/inputflinger/host/
InputDriver.h 57 float resolution) = 0;
104 float resolution) override;
157 input_usage_t usage, int32_t min, int32_t max, float resolution);
  /cts/tests/tests/print/src/android/print/cts/
CustomPrintOptionsTest.java 24 import android.print.PrintAttributes.Resolution;
65 private final Resolution DEFAULT_RESOLUTION = new Resolution("300x300", "300x300", 300, 300);
78 private final Resolution[] RESOLUTIONS = { DEFAULT_RESOLUTION,
79 new Resolution("600x600", "600x600", 600, 600)
123 * @param resolution The resolution to use
129 final Integer colorMode, final Integer duplexMode, final Resolution resolution)
242 if (resolution != null)
    [all...]
PrintAttributesTest.java 24 import android.print.PrintAttributes.Resolution;
71 private final Resolution RESOLUTIONS[] = {
72 new Resolution("300x300", "300x300", 300, 300),
73 new Resolution("600x600", "600x600", 600, 600),
74 new Resolution("1200x1200", "1200x1200", 1200, 1200)
90 * @param resolution {@link Resolution} to use
95 Resolution resolution) {
96 if (mediaSize == null && colorMode == 0 && duplexMode == 0 && resolution == null)
    [all...]
  /external/bison/src/
conflicts.c 63 | RESOLUTION. |
68 enum conflict_resolution resolution)
72 /* The description of the resolution. */
73 switch (resolution)
103 switch (resolution)
144 /* The description of the resolution. */
145 switch (resolution)
150 " <resolution rule=\"%d\" symbol=\"%s\""
159 " <resolution rule=\"%d\" symbol=\"%s\""
167 " <resolution rule=\"%d\" symbol=\"%s\"
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.primary.cpp 409 list->resolution = COMPASS_MPU9150_RESOLUTION;
419 list->resolution = COMPASS_AKM8975_RESOLUTION;
427 list->resolution = COMPASS_AMI306_RESOLUTION;
437 list->resolution = COMPASS_YAS53x_RESOLUTION;
449 list->resolution = COMPASS_AKM8975_RESOLUTION;
  /external/sonivox/arm-wt-22k/lib_src/
eas_tonecontrol.c 85 /* calculate a new tick time based on resolution & tempo */
90 pData->tick = ((60 * 1000) << 8) / (pData->tempo * pData->resolution);
651 pData->resolution = 64;
692 /* or resolution */
887 * Get the resolution field and process it
892 EAS_I8 resolution; local
894 /* get resolution */
895 if (TC_GetNextChar(pEASData->hwInstData, pData, &resolution) != EAS_SUCCESS)
897 if (resolution < 0)
901 pData->resolution = resolution
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 31 import org.eclipse.aether.resolution.ArtifactDescriptorRequest
32 import org.eclipse.aether.resolution.ArtifactDescriptorResult
33 import org.eclipse.aether.resolution.ArtifactRequest
  /external/ImageMagick/coders/
dps.c 215 if ((image->resolution.x != 0.0) && (image->resolution.y != 0.0))
216 pixels_per_point=MagickMin(image->resolution.x,image->resolution.y)/
mpc.c 659 if (LocaleCompare(keyword,"resolution") == 0)
662 image->resolution.x=geometry_info.rho;
663 image->resolution.y=geometry_info.sigma;
665 image->resolution.y=image->resolution.x;
    [all...]
sct.c 220 image->resolution.x=1.0*image->columns/width;
221 image->resolution.y=1.0*image->rows/height;
  /frameworks/base/core/java/android/view/
InputDevice.java 731 float min, float max, float flat, float fuzz, float resolution) {
732 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution));
810 float resolution) {
817 mResolution = resolution;
898 * Gets the resolution for input device measurements with respect to this axis.
899 * @return The resolution in units per millimeter, or units per radian for rotational axes.
    [all...]
  /frameworks/base/core/jni/
android_view_InputDevice.cpp 75 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution);
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 134 mComParams.resolution.width = 0;
135 mComParams.resolution.height = 0;
310 mVideoWidth = mComParams.resolution.width;
311 mVideoHeight = mComParams.resolution.height;
VideoEncoderDef.h 367 VideoResolution resolution; member in struct:VideoParamsCommon
396 this->resolution = other.resolution;
602 VideoResolution resolution; member in struct:VideoConfigResolution
VideoEncoderAVC.cpp 70 // mVideoParamsAVC.sliceNum.iSliceNum = (mComParams.resolution.height + 15) / 16;
940 LOG_W("No such level can support that resolution");
    [all...]
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 35 def run_once(self, source_path, codec, resolution, host, args,
136 codec + '_' + resolution,
  /external/autotest/server/site_tests/display_LidCloseOpen/
display_LidCloseOpen.py 94 resolution = self.chameleon_port.get_resolution()
96 resolution, self.test_mirrored, self.errors)
  /external/v8/test/mjsunit/
debug-evaluate-shadowed-context.js 9 // incorrect variable resolution when a context-allocated variable is
  /external/v8/test/webkit/fast/js/
Promise-resolve.js 26 description('Test Promise resolution.');
  /external/v8/test/webkit/
global-resolve-through-eval.js 24 description("Make sure we do a correct property resolution of a global object property when contained by eval.");
  /bionic/libc/kernel/uapi/sound/
asound.h 676 unsigned long resolution; member in struct:snd_timer_ginfo
694 unsigned long resolution; member in struct:snd_timer_gstatus
712 unsigned long resolution; member in struct:snd_timer_info
732 unsigned int resolution; member in struct:snd_timer_status
759 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /external/ImageMagick/www/api/
resize.php 232 <p>ResampleImage() resize image in terms of its pixel size, so that when displayed at the given resolution it will be the same size in terms of real world units as the original image at the original resolution.</p>
250 <dd>the image to be resized to fit the given resolution. </dd>
254 <dd>the new image x resolution. </dd>
258 <dd>the new image y resolution. </dd>
  /external/kernel-headers/original/uapi/sound/
asound.h 693 unsigned long resolution; /* average period resolution in ns */ member in struct:snd_timer_ginfo
694 unsigned long resolution_min; /* minimal period resolution in ns */
695 unsigned long resolution_max; /* maximal period resolution in ns */
709 unsigned long resolution; /* current period resolution in ns */ member in struct:snd_timer_gstatus
710 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */
711 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */
726 unsigned long resolution; \/* average period resolution in ns *\/ member in struct:snd_timer_info
745 unsigned int resolution; \/* current period resolution in ns *\/ member in struct:snd_timer_status
769 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 647 unsigned long resolution; member in struct:snd_timer_ginfo
665 unsigned long resolution; member in struct:snd_timer_gstatus
684 unsigned long resolution; member in struct:snd_timer_info
704 unsigned int resolution; member in struct:snd_timer_status
730 unsigned int resolution; member in struct:snd_timer_read
    [all...]

Completed in 817 milliseconds

1 2 3 45 6 7 8 91011>>