HomeSort by relevance Sort by last modified time
    Searched full:quality (Results 251 - 275 of 2126) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/distribute/googleplay/quality/
tablet.jd 1 page.title=Tablet App Quality Checklist
8 <li><a href="#core-app-quality">1. Test for Basic Tablet App Quality</a></li>
34 you focus on key aspects of quality, feature set, and UI that can have a
48 <h2 id="core-app-quality" style="margin-top:1.5em;">1. Test for basic tablet app quality</h2>
51 that it meets the <em>core app quality criteria</em> for all of the devices
53 href="{@docRoot}distribute/googleplay/quality/core.html">Core App Quality Guidelines</a>.
777 quickly generate a high-quality promotional image of your app running on
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 142 * - Add average quality (for user space calibration)
258 #define SIOCGIWSPY 0x8B11 /* get spy info (quality of link) */
359 #define IWEVQUAL 0x8C01 /* Quality part of statistics (scan) */
694 * Quality of the link
698 __u8 qual; /* link quality (%retries, SNR,
731 * Quality range (for spy threshold)
736 struct iw_quality qual; /* Quality of the link */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 142 * - Add average quality (for user space calibration)
258 #define SIOCGIWSPY 0x8B11 /* get spy info (quality of link) */
359 #define IWEVQUAL 0x8C01 /* Quality part of statistics (scan) */
694 * Quality of the link
698 __u8 qual; /* link quality (%retries, SNR,
731 * Quality range (for spy threshold)
736 struct iw_quality qual; /* Quality of the link */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 142 * - Add average quality (for user space calibration)
258 #define SIOCGIWSPY 0x8B11 /* get spy info (quality of link) */
359 #define IWEVQUAL 0x8C01 /* Quality part of statistics (scan) */
694 * Quality of the link
698 __u8 qual; /* link quality (%retries, SNR,
731 * Quality range (for spy threshold)
736 struct iw_quality qual; /* Quality of the link */
    [all...]
  /external/ceres-solver/internal/ceres/
canonical_views_clustering.cc 127 // Add canonical view if quality improves, or if minimum is not
156 // Computes the difference in the quality score if 'candidate' were
165 // Compute how much the quality score changes if the candidate view
  /external/clang/www/
get_involved.html 83 <li>A high-quality implementation: The implementation must fit well into Clang's architecture, follow LLVM's coding conventions, and meet Clang's quality standards, including high-quality diagnostics and rich AST representations. This is particularly important for language extensions, because users will learn how those extensions work through the behavior of the compiler.</li>
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 228 VPX_CQ, /**< Constrained Quality (CQ) mode */
229 VPX_Q, /**< Constant Quality (Q) mode */
395 * correct presentation resolution. This increases visual quality at
450 /*!\brief Minimum (Best Quality) Quantizer
452 * The quantizer is the most direct control over the quality of the
461 /*!\brief Maximum (Worst Quality) Quantizer
463 * The quantizer is the most direct control over the quality of the
795 * VPx GOOD QUALITY mode. */
797 * VPx BEST QUALITY mode. */
807 * output quality. The encoder can be given an unlimited time to produce th
    [all...]
  /external/webp/
README 129 which will convert the input file to a WebP file using a quality factor of 80
130 on a 0->100 scale (0 being the lowest quality, 100 being the best. Default
133 (in RGBA format) without any loss. The -q quality parameter will in this case
148 -q <float> ............. quality factor (0:small..100:big)
149 -alpha_q <int> ......... Transparency-compression quality (0..100).
165 -partition_limit <int> . limit quality to fit the 512k limit on
204 visual quality are:
220 but with better quality.
228 * 'm' controls the trade-off between encoding speed and quality. Default is 4.
231 of quality
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScriptGL.java 155 * @param Q The quality of samples, range 0-1. Used to decide between
157 * different rendering quality.
162 throw new RSIllegalArgumentException("Quality out of 0-1 range.");
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 226 int mGyroAccuracy; // value indicating the quality of the gyro calibr.
227 int mAccelAccuracy; // value indicating the quality of the accel calibr.
228 int mCompassAccuracy; // value indicating the quality of the compass calibr.
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
VideoCaptureIntentTest.java 161 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // use low quality to speed up
204 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // low quality
216 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1); // high quality
  /development/samples/ApiDemos/res/xml/
device_admin_quality.xml 18 <!-- This screen is shown for the "Password Quality" header. -->
  /external/chromium_org/chrome/browser/chromeos/login/
user_image.cc 16 // Default quality for encoding user images.
  /external/chromium_org/media/webm/chromeos/
webm_encoder.h 38 // uses realtime deadline, otherwise - "good quality" deadline.
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
MultiChannelResampler.h 51 // Each channel will be resampled using a high-quality SincResampler.
  /external/chromium_org/third_party/libwebp/webp/
encode.h 47 // can go from 0 (smaller output, lower quality) to 100 (best quality,
93 float quality; // between 0 (smallest file) and 100 (biggest) member in struct:WebPConfig
94 int method; // quality/speed trade-off (0=fast, 6=slower-better)
123 int partition_limit; // quality degradation allowed to fit the 512k limit
153 // Note that the default values are lossless=0 and quality=75.
160 // set of parameters (referred to by 'preset') and a given quality factor.
164 WebPPreset preset, float quality) {
165 return WebPConfigInitInternal(config, preset, quality,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 42 swap_chain_desc.SampleDesc.Quality = 0;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
de.po 33 msgid "Image Quality"
208 "default quality"
215 "default quality. Color version, usable with 2d GL apps"
242 msgid "Texture filtering quality vs. speed, AKA ?brilinear? texture filtering"
  /external/chromium_org/third_party/opus/src/silk/
resampler_rom.h 48 /* Tables for 2x upsampler, high quality */
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 137 // STEP 1: Highest quality direct scale?
140 // doing high quality scaling. If so, do the bitmap scale here and
212 // than this, then the mipmaps quality may be greater (certainly faster)
213 // so we only keep High quality if the scale is greater than this.
230 * Medium quality means use a mipmap for down-scaling, and just bilper
309 // initialize our filter quality to the one requested by the caller.
311 // or can't provide as high a quality filtering as the user requested.
320 // quality to avoid re-filtering an already perfectly scaled image.
405 // No need to do this if we're doing HQ sampling; if filter quality is
    [all...]
  /external/chromium_org/win8/metro_driver/
direct3d_helper.cc 102 swap_chain_desc.SampleDesc.Quality = 0;
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 58 # password quality basically stolen from OV libkadm5
  /external/eigen/bench/btl/data/
mk_new_gnuplot.sh 52 convert -background white -density 120 -rotate 90 -resize 800 +dither -colors 256 -quality 0 ../${DIR}/$WHAT.ps -background white -flatten ../${DIR}/$WHAT.png
  /external/guava/guava/src/com/google/common/hash/
HashFunction.java 57 * <p>A high-quality hash function strives for some subset of the following virtues:
61 * <i>some</i> token attempt, one measure of the quality of a hash function is <i>how
116 * to be poor-quality, in part because they end up depending on <i>other</i> existing
117 * poor-quality {@code hashCode} implementations, including those in many JDK classes.
  /external/libgsm/
README 19 The quality of the algorithm is good enough for reliable speaker

Completed in 834 milliseconds

<<11121314151617181920>>