/packages/apps/Camera/tests/src/com/android/camera/functional/ |
VideoCaptureIntentTest.java | 138 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // use low quality to speed up 181 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 0); // low quality 193 mIntent.putExtra(MediaStore.EXTRA_VIDEO_QUALITY, 1); // high quality
|
/packages/apps/VideoEditor/src/com/android/videoeditor/ |
ExportOptionsDialog.java | 123 // Setup the movie quality spinner 132 // Set the default quality to "Medium" 152 * Convert the spinner selection to a movie quality
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
main.html | 78 <li><a href="quality.html">Quality</a>: a discussion of the (excellent) quality
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
preparing.jd | 9 <li><a href="#core-app-quality">3. Test for Core App Quality</a></li> 90 <h2 id="core-app-quality">3. Test for Core App Quality</h2> 93 it meets the basic quality expectations for all Android apps, on all of the devices that you 94 are targeting. You can check your app's quality by setting up a test 95 environment and testing the app against a short set of <strong>core app quality criteria</strong>. 97 href="{@docRoot}distribute/googleplay/quality/core.html">Core App Quality Guidelines</a>. 102 href="{@docRoot}distribute/googleplay/quality/tablet.html">Tablet App Quality Checklist</a [all...] |
/packages/apps/Camera/res/values/ |
strings.xml | 86 <!-- The Video quality settings in preference [CHAR LIMIT=21] --> 87 <string name="pref_video_quality_title">Video quality</string> 88 <!-- The default quality value is 5 (720p) --> 90 <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] --> 92 <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] --> 94 <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] --> 96 <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT (…) [all...] |
/frameworks/base/docs/html/distribute/googleplay/quality/ |
core.jd | 1 page.title=Core App Quality Guidelines 5 <h2>Quality Criteria</h2> 22 <li><a href="{@docRoot}distribute/googleplay/quality/tablet.html">Tablet App Quality Checklist</a></li> 23 <li><a href="{@docRoot}distribute/googleplay/strategies/app-quality.html">Improving App Quality</a></li> 30 <p>App quality directly influences the long-term success of your app—in 32 Android users expect high-quality apps, even more so if they've spent money on 35 <p>This document helps you assess basic aspects of quality in your app through a 36 compact set of <em>core app quality criteria</em> and associated tests. Al [all...] |
/frameworks/native/include/media/openmax/ |
OMX_Image.h | 241 * quality and size. Q Factor provides a more simple means of controlling 242 * JPEG compression quality, without directly programming Quantization 250 * produces the smallest, worst quality images, and a factor 251 * of 100 produces the largest, best quality images. A 252 * typical default is 75 for small good quality images
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_Image.h | 224 * quality and size. Q Factor provides a more simple means of controlling 225 * JPEG compression quality, without directly programming Quantization 233 * produces the smallest, worst quality images, and a factor 234 * of 100 produces the largest, best quality images. A 235 * typical default is 75 for small good quality images
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Image.h | 224 * quality and size. Q Factor provides a more simple means of controlling
225 * JPEG compression quality, without directly programming Quantization
233 * produces the smallest, worst quality images, and a factor
234 * of 100 produces the largest, best quality images. A
235 * typical default is 75 for small good quality images
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Image.h | 224 * quality and size. Q Factor provides a more simple means of controlling 225 * JPEG compression quality, without directly programming Quantization 233 * produces the smallest, worst quality images, and a factor 234 * of 100 produces the largest, best quality images. A 235 * typical default is 75 for small good quality images
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
scanMngrApi.h | 254 * \brief Change quality level (normal / deteriorating) 257 * \param bLowQuality - TI_TRUE if quality is deteriorating, TI_FALSE if quality is normal 262 * according to the current AP quality level 268 * \brief Change quality level (normal / deteriorating)
|
/external/libvpx/vpx/ |
vpx_encoder.h | 183 VPX_CQ /**< Constant Quality (CQ) mode */ 351 * correct presentation resolution. This increases visual quality at 406 /*!\brief Minimum (Best Quality) Quantizer 408 * The quantizer is the most direct control over the quality of the 417 /*!\brief Maximum (Worst Quality) Quantizer 419 * The quantizer is the most direct control over the quality of the 651 * VPx GOOD QUALITY mode. */ 653 * VPx BEST QUALITY mode. */ 663 * output quality. The encoder can be given an unlimited time to produce the 665 * supercedes the VPx notion of "best quality, good quality, realtime" [all...] |
/packages/apps/LegacyCamera/res/values/ |
strings.xml | 107 <!-- The Video quality settings in preference [CHAR LIMIT=21] --> 108 <string name="pref_video_quality_title">Video quality</string> 109 <!-- The default quality value is 5 (720p) --> 111 <!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] --> 113 <!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] --> 115 <!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] --> 219 <string name="spaceIsLow_content" product="nosdcard">Your USB storage is running out of space. Change the quality setting or delete some images or other files.</string [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
PssmShadowRenderer.java | 62 * This result in a better quality shadow than standard shadow mapping.<br> for 149 * @param nbSplits the number of shadow maps rendered (the more shadow maps the more quality, the less fps). 150 * @param nbSplits the number of shadow maps rendered (the more shadow maps the more quality, the less fps). 162 * @param nbSplits the number of shadow maps rendered (the more shadow maps the more quality, the less fps). 471 * a low value give a more linear repartition resulting in a constant quality in the shadow over the extends, but near shadows could look very jagged 472 * a high value give a more logarithmic repartition resulting in a high quality for near shadows, but the quality quickly decrease over the extend.
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 107 /** Constant quality, variable bit rate, fixed quantization level. */ 165 /** Specifies the picture quality factor on the scale of 1 to 10. It trades off 166 the picture quality with the frame rate. Higher frame quality means lower frame rate. 167 Lower frame quality for higher frame rate.*/ 171 the encoder will try to meet the specified frame rate regardless of the frame quality.*/ 200 /** Specifies high quality but also high complexity mode for rate control. */
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConnApi.h | 101 /* 1 */ ROAMING_TRIGGER_LOW_QUALITY_FOR_BG_SCAN, /**< Low quality trigger for background scan */ 102 /* 2 */ ROAMING_TRIGGER_NORMAL_QUALITY_FOR_BG_SCAN, /**< Normal quality trigger for background scan */ 106 /* 5 */ ROAMING_TRIGGER_LOW_QUALITY, /**< Low quality for roaming */ 342 * The local STA capabilities (IEs) of quality and privacy, which are required for 382 * Roaming Manager calls this function in order to evaluate the quality of new 383 * AP candidates for roaming against the quality of current AP. 412 * Among all candidate APs of acceptable quality that are not neighbor APs,
|
/external/kernel-headers/original/linux/ |
wireless.h | 142 * - Add average quality (for user space calibration) 246 #define SIOCGIWSPY 0x8B11 /* get spy info (quality of link) */ 347 #define IWEVQUAL 0x8C01 /* Quality part of statistics (scan) */ 667 * Quality of the link 671 __u8 qual; /* link quality (%retries, SNR, 704 * Quality range (for spy threshold) 709 struct iw_quality qual; /* Quality of the link */ 849 struct iw_quality qual; /* Quality of the link [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
wireless_copy.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) */ 718 * Quality of the link 722 __u8 qual; /* link quality (%retries, SNR, 755 * Quality range (for spy threshold) 760 struct iw_quality qual; /* Quality of the link */ [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/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/webp/ |
README | 163 which will convert the input file to a WebP file using a quality factor of 80 164 on a 0->100 scale (0 being the lowest quality, 100 being the best. Default 167 (in RGBA format) without any loss. The -q quality parameter will in this case 182 -q <float> ............. quality factor (0:small..100:big) 183 -alpha_q <int> ......... Transparency-compression quality (0..100). 198 -partition_limit <int> . limit quality to fit the 512k limit on 230 visual quality are: 246 but with better quality. 254 * 'm' controls the trade-off between encoding speed and quality. Default is 4. 257 of quality [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
RenderScriptGL.java | 154 * @param Q The quality of samples, range 0-1. Used to decide between 156 * different rendering quality. 161 throw new RSIllegalArgumentException("Quality out of 0-1 range.");
|
/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
|