/external/libyuv/files/include/libyuv/ |
scale.h | 21 kFilterBilinear = 1, // Faster than box, but lower quality scaling down. 22 kFilterBox = 2 // Highest quality 28 // used. This produces basic (blocky) quality at the fastest speed. 30 // quality image, at the expense of speed. 32 // quality image, at further expense of speed.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
network.h | 43 // Keeps track of the available network interfaces over time so that quality 51 // a given network, so that quality is tracked appropriately. 58 // Reads and writes the state of the quality database in a string format. 80 // It also includes the ability to track and estimate quality. 111 // Re-computes the estimate of near-future quality based on the information 115 // Returns the current estimate of the near-future quality of connections 117 double quality() { return quality_; } function in class:talk_base::Network 139 void AddDataPoint(uint32 time, double quality); 142 // quality information into a permanent store. 150 // provide data about the quality of the network at any given moment [all...] |
/external/icu4c/i18n/ |
csr2022.cpp | 30 * @return match quality, in the range of 0-100. 39 int32_t quality; local 84 // Initial quality is based on relative proportion of recongized vs. 86 // All good: quality = 100; 87 // half or less good: quality = 0; 89 quality = (100*hits - 100*misses) / (hits + misses); 91 // Back off quality if there were too few escape sequences seen. 95 quality -= (5-(hits+shifts))*10; 98 if (quality < 0) { 99 quality = 0 [all...] |
/frameworks/av/services/audioflinger/ |
AudioResampler.h | 30 // Determines quality of SRC. 34 // NOTE: high quality SRC will only be supported for 46 int32_t sampleRate, src_quality quality=DEFAULT_QUALITY); 77 AudioResampler(int bitDepth, int inChannelCount, int32_t sampleRate, src_quality quality); 104 // Return 'true' if the quality level is supported without explicit request 105 static bool qualityIsSupported(src_quality quality); 112 static uint32_t qualityMHz(src_quality quality);
|
AudioResampler.cpp | 80 bool AudioResampler::qualityIsSupported(src_quality quality) 82 switch (quality) { 104 if (property_get("af.resampler.quality", value, NULL) > 0) { 109 ALOGD("forcing AudioResampler quality to %d", defaultQuality); 117 uint32_t AudioResampler::qualityMHz(src_quality quality) 119 switch (quality) { 138 int32_t sampleRate, src_quality quality) { 141 if (quality == DEFAULT_QUALITY) { 142 // read the resampler default quality property the first time it is needed 147 quality = defaultQuality 238 src_quality quality = getQuality(); local [all...] |
/device/samsung/tuna/ |
media_profiles.xml | 25 <!ATTLIST EncoderProfile quality (high|low) #REQUIRED> 41 <!ATTLIST ImageEncoding quality (90|80|70|60|50|40) #REQUIRED> 92 <EncoderProfile quality="qvga" fileFormat="3gp" duration="60"> 104 <EncoderProfile quality="cif" fileFormat="mp4" duration="30"> 116 <EncoderProfile quality="480p" fileFormat="mp4" duration="30"> 128 <EncoderProfile quality="720p" fileFormat="mp4" duration="30"> 140 <EncoderProfile quality="1080p" fileFormat="mp4" duration="30"> 152 <EncoderProfile quality="timelapseqvga" fileFormat="mp4" duration="30"> 165 <EncoderProfile quality="timelapsecif" fileFormat="mp4" duration="30"> 178 <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="30" [all...] |
/device/samsung/manta/ |
media_profiles.xml | 25 <!ATTLIST EncoderProfile quality (high|low) #REQUIRED> 40 <!ATTLIST ImageEncoding quality (90|80|70|60|50|40) #REQUIRED> 82 <EncoderProfile quality="1080p" fileFormat="mp4" duration="60"> 95 <EncoderProfile quality="720p" fileFormat="mp4" duration="60"> 109 <EncoderProfile quality="480p" fileFormat="mp4" duration="60"> 123 <EncoderProfile quality="timelapse1080p" fileFormat="mp4" duration="60"> 137 <EncoderProfile quality="timelapse720p" fileFormat="mp4" duration="60"> 151 <EncoderProfile quality="timelapse480p" fileFormat="mp4" duration="60"> 165 <ImageEncoding quality="90" /> 166 <ImageEncoding quality="80" / [all...] |
/external/libvorbis/doc/vorbisenc/ |
examples.html | 20 always produce the most consistent quality output as well as the 21 highest quality for a the bits used. 27 <h2>Example: encoding using a VBR quality mode</h2> 34 Encoding using a VBR quality mode. The usable range is -.1 35 (lowest quality, smallest file) to 1.0 (highest quality, largest file). 36 Example quality mode .4: 44kHz stereo coupled, roughly 128kbps VBR 43 mode that libVorbis does not support (eg, too low a quality mode, etc, 101 Encode using a quality mode, but select that quality mode by asking fo [all...] |
/external/webkit/Source/WebCore/html/ |
AsyncImageResizer.cpp | 43 PassRefPtr<AsyncImageResizer> AsyncImageResizer::create(CachedImage* cachedImage, OutputType outputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption aspectRatioOption, OrientationOption orientationOption) 45 return adoptRef(new AsyncImageResizer(cachedImage, outputType, desiredBounds, successCallback, errorCallback, quality, aspectRatioOption, orientationOption)); 48 AsyncImageResizer::AsyncImageResizer(CachedImage* cachedImage, OutputType outputType, IntSize desiredBounds, ScriptValue successCallback, ScriptValue errorCallback, float quality, AspectRatioOption aspectRatioOption, OrientationOption orientationOption) 54 , m_quality(quality)
|
/libcore/luni/src/main/java/java/lang/ |
StringIndexOutOfBoundsException.java | 59 * Used internally for consistent high-quality error reporting. 67 * Used internally for consistent high-quality error reporting. 75 * Used internally for consistent high-quality error reporting. 83 * Used internally for consistent high-quality error reporting.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
netrom.h | 26 unsigned int quality; member in struct:nr_route_struct
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
netrom.h | 26 unsigned int quality; member in struct:nr_route_struct
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
netrom.h | 26 unsigned int quality; member in struct:nr_route_struct
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
quality.html | 7 <title>ProGuard Quality</title> 22 <h2>Quality</h2> 24 In order to get a feel for the quality of the <b>ProGuard</b> code, it is run 35 <center><a href="http://proguard.sourceforge.net/quality/"
|
/device/asus/grouper/ |
media_profiles.xml | 27 <!ATTLIST EncoderProfile quality (timelapse480p|timelapsecif|timelapseqcif|480p|cif|qcif) #REQUIRED> 42 <!ATTLIST ImageEncoding quality (90|80|70|60|50|40) #REQUIRED> 92 <EncoderProfile quality="qcif" fileFormat="3gp" duration="30"> 105 <EncoderProfile quality="cif" fileFormat="3gp" duration="30"> 118 <EncoderProfile quality="480p" fileFormat="3gp" duration="30"> 131 <EncoderProfile quality="timelapseqcif" fileFormat="3gp" duration="30"> 148 <EncoderProfile quality="timelapsecif" fileFormat="3gp" duration="30"> 165 <EncoderProfile quality="timelapse480p" fileFormat="3gp" duration="30"> 182 <ImageEncoding quality="90" /> 183 <ImageEncoding quality="80" / [all...] |
/development/tools/emulator/system/camera/ |
JpegCompressor.cpp | 45 int quality) 54 if (encode(&mStream, pY, width, height, offsets, quality)) {
|
/frameworks/base/docs/html/distribute/ |
distribute_toc.cs | 82 <div class="nav-section-header"><a href="<?cs var:toroot ?>distribute/googleplay/quality/index.html"> 83 <span class="en">App Quality</span></a> 86 <li><a href="<?cs var:toroot ?>distribute/googleplay/quality/core.html"> 87 <span class="en">Core App Quality</span> 89 <li><a href="<?cs var:toroot ?>distribute/googleplay/quality/tablet.html"> 90 <span class="en">Tablet App Quality</span> 92 <li><a href="<?cs var:toroot ?>distribute/googleplay/strategies/app-quality.html"> 93 <span class="en">Improving App Quality</span>
|
/external/jpeg/ |
usage.doc | 20 you may get poor image quality and/or little compression. 26 is possible if you can tolerate a low-quality image. You can trade off image 27 quality against file size by adjusting the compressor's "quality" setting. 79 -quality N Scale quantization tables to adjust image quality. 80 Quality is 0 (worst) to 100 (best); default is 75. 94 memory. Image quality and speed of decompression are 105 The -quality switch lets you trade off compressed file size against quality o [all...] |
/external/qemu/distrib/jpeg-6b/ |
usage.doc | 20 you may get poor image quality and/or little compression. 26 is possible if you can tolerate a low-quality image. You can trade off image 27 quality against file size by adjusting the compressor's "quality" setting. 79 -quality N Scale quantization tables to adjust image quality. 80 Quality is 0 (worst) to 100 (best); default is 75. 94 memory. Image quality and speed of decompression are 105 The -quality switch lets you trade off compressed file size against quality o [all...] |
/frameworks/av/media/libmedia/ |
MediaProfiles.cpp | 314 CHECK(!strcmp("quality", atts[0]) && 319 const int quality = findTagForName(sCamcorderQualityNameMap, nProfileMappings, atts[1]); local 320 CHECK(quality != -1); 332 profile->mQuality = static_cast<camcorder_quality>(quality); 352 CHECK(!strcmp("quality", atts[0])); 353 int quality = atoi(atts[1]); local 354 ALOGV("%s: cameraId=%d, quality=%d", __func__, cameraId, quality); 363 levels->mLevels.add(quality); 459 static bool isCamcorderProfile(camcorder_quality quality) { 507 camcorder_quality quality = mCamcorderProfiles[i]->mQuality; local [all...] |
/external/webp/src/enc/ |
alpha.c | 26 // The pre-processing (quantization) is performed if 'quality' is less than 100. 28 // 'quality' and [0, 1] for 'method': 44 // invalid quality or method, or 82 // Set moderate default quality setting for alpha. Higher qualities (80 and 84 config.quality = 10.f + 15.f * effort_level; 85 if (config.quality > 100.f) config.quality = 100.f; 161 int quality, int method, int filter, 172 const int reduce_levels = (quality < 100); 182 if (quality < 0 || quality > 100) [all...] |
/frameworks/base/location/java/android/location/ |
LocationRequest.java | 26 * A data object that contains quality of service parameters for requests 29 * <p>LocationRequest objects are used to request a quality of service 65 * at least swap the request to a larger interval and lower quality. 171 int quality; local 173 quality = POWER_NONE; 175 quality = ACCURACY_FINE; 177 quality = POWER_LOW; 182 .setQuality(quality) 196 int quality; local 199 quality = ACCURACY_BLOCK [all...] |
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngrTypes.h | 83 TI_UINT16 lowPassFilterRoamingAttempt; /**< Time to wait in seconds before roaming caused by low connection quality; 86 TI_INT8 apQualityThreshold; /**< Quality indicator (RSSI) to be used when comparing AP List matching quality 117 TI_INT8 lowQualityForBackgroungScanCondition; /**< Indicator used to increase the background scan period when quality is low 120 TI_INT8 normalQualityForBackgroungScanCondition;/**< Indicator used to reduce the background scan period when quality is normal 139 * \brief User Defined Quality Trigger 142 * This struct defines the User Defined Quality Trigger Parameters \n
|
/packages/apps/Settings/src/com/android/settings/ |
CryptKeeperSettings.java | 45 // This is the minimum acceptable password quality. If the current password quality is 163 int quality = lockPatternUtils.getActivePasswordQuality(); local 164 if (quality == DevicePolicyManager.PASSWORD_QUALITY_BIOMETRIC_WEAK 166 // Use the alternate as the quality. We expect this to be 168 quality = lockPatternUtils.getKeyguardStoredPasswordQuality(); 170 if (quality < MIN_PASSWORD_QUALITY) {
|
/external/libvorbis/doc/ |
vorbis-fidelity.html | 80 for discussion of Vorbis's and other formats' audio quality.</p> 93 specifications, listeners may strongly prefer the sound quality of one 98 measurable quality. This preference is <em>subjective</em> and 102 but overall subjective quality generally is not measurable. Different 109 quality. This is why evaluating a perceptual codec via distortion 111 provide insight into the quality or functioning of a codec, but cannot 148 of quality to an average 44.1kHz stereo mp3 encoded at 80 or 96kbps. 152 <p>Thus, when a CODEC <em>must</em> sacrifice subjective quality in order 168 failures when it is necessary to sacrifice subjective quality is a
|