/external/libvpx/vpx/ |
vp8cx.h | 136 * speed at the expense of quality. 160 /*!\brief control function to set constrained quality level
|
/external/llvm/docs/ |
DeveloperPolicy.rst | 46 quality. 117 LLVM has a code review policy. Code review is one way to increase the quality of 144 development in addition to the high quality of its source base: the combination 199 Quality 202 The minimum quality standards that any change must satisfy before being 244 Commits that violate these quality standards (e.g. are very broken) may be 253 quality patches. If you would like commit access, please send an email to 375 facilitate the maintenance of a high quality code base.
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
AudioSpecificConfig.java | 911 0x0E High Quality Audio Profile L1
912 0x0F High Quality Audio Profile L2
913 0x10 High Quality Audio Profile L3
914 0x11 High Quality Audio Profile L4
915 0x12 High Quality Audio Profile L5
916 0x13 High Quality Audio Profile L6
917 0x14 High Quality Audio Profile L7
918 0x15 High Quality Audio Profile L8
[all...] |
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
MessageDigestAlgorithm.java | 30 * @param qop_value Indicates what "quality of protection" the client has applied to the 107 * @param qop_value Indicates what "quality of protection" the client has applied to the
|
/external/qemu/distrib/jpeg-6b/ |
jfdctfst.c | 30 * quality-setting files than with low-quality ones.
|
jpegtran.1 | 31 cannot perform lossy operations such as changing the image quality. 70 file. The quality setting and so forth are determined by the input file.
|
libjpeg.doc | 81 A wide range of quality vs. speed tradeoffs are possible in JPEG processing, 84 ranging from very-high-quality down to fast-preview operation. On the 85 compression side we have generally not provided low-quality choices, since 87 low-quality modes may not meet the JPEG standard's accuracy requirements; 600 returned image to be scaled and allow various speed/quality tradeoffs to be [all...] |
/external/quake/quake/src/QW/docs/ |
glqwcl-readme.txt | 52 There are several options that let you trade off visual quality for better
97 This is the highest quality texture mapping (trilinear), but only very high
|
/external/speex/libspeex/ |
nb_celp.h | 98 float vbr_quality; /**< Quality setting for VBR encoding */ 99 float relative_quality; /**< Relative quality that will be needed by VBR */
|
/external/tcpdump/ |
ieee802_11_radio.h | 124 * Quality of Barker code lock. Unitless. Monotonically 126 * Quality" in datasheets. (Is there a standard way to measure
|
/external/webp/src/enc/ |
backward_references.h | 196 // Evaluates best possible backward references for specified quality. 200 int quality, int cache_bits, int use_2d_locality,
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
radiotap.h | 131 * Quality of Barker code lock. Unitless. Monotonically 133 * Quality" in datasheets. (Is there a standard way to measure
|
/external/wpa_supplicant_8/src/utils/ |
radiotap.h | 131 * Quality of Barker code lock. Unitless. Monotonically 133 * Quality" in datasheets. (Is there a standard way to measure
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.cpp | 51 int width, int height, int quality) { 58 jpeg_set_quality(cinfo, quality, TRUE);
|
/packages/apps/Camera/tests/src/com/android/camera/activity/ |
CameraTestCase.java | 229 "jpeg-thumbnail-quality=60;jpeg-quality=95;" +
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BitmapUtils.java | 242 public static byte[] compressToBytes(Bitmap bitmap, int quality) { 244 bitmap.compress(CompressFormat.JPEG, quality, baos);
|
/external/skia/src/effects/ |
SkBlurMask.cpp | 555 SkScalar radius, Style style, Quality quality, 562 // Force high quality off for small radii (performance) 563 if (radius < SkIntToScalar(3)) quality = kLow_Quality; 566 int passCount = (quality == kHigh_Quality) ? 3 : 1; 619 if (quality == kHigh_Quality) {
|
/frameworks/base/docs/html/develop/ |
index.jd | 41 <p>Tablets are a growing part of the Android installed base and they offer new opportunities for user engagement and monetization. If you are targeting tablets, check out the <strong>Tablet App Quality Checklist</strong> for tips and techniques on how to deliver a great app experience for tablet users. </p> 43 href="/distribute/googleplay/quality/tablet.html" class="button">Read 133 <li><a href="{@docRoot}distribute/googleplay/quality/core.html"> 134 <h4>Core App Quality Guidelines</h4> 135 <p>This document helps you assess basic aspects of quality in your app through a compact set of core app quality criteria and associated tests. All Android apps should meet these criteria.</p>
|
/hardware/samsung_slsi/exynos5/include/ |
ExynosCamera.h | 454 //! Returns the quality setting for the JPEG picture. 457 //! Returns the quality setting for the EXIF thumbnail in Jpeg picture. 629 //! Sets Jpeg quality of captured picture. 630 bool setJpegQuality(int quality); 632 //! Sets the quality of the EXIF thumbnail in Jpeg picture. 633 bool setJpegThumbnailQuality(int quality);
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXAlgo.cpp | 635 CAMHAL_LOGDA("Camera mode: HIGH QUALITY"); 821 status_t OMXCameraAdapter::setImageQuality(unsigned int quality) 838 jpegQualityConf.nQFactor = quality; 846 CAMHAL_LOGEB("Error while configuring jpeg Quality 0x%x", eError); 858 unsigned int quality) 898 thumbConf.nQuality = quality; [all...] |
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngr_autoSM.c | 206 * This procedure is called when an Roaming event occurs: BSS LOSS, LOW Quality etc. 364 { /* Do not insert APs with low quality to the selection table, 365 if the Roaming Trigger was low Quality */ 366 TRACE8(pRoamingMngr->hReport, REPORT_SEVERITY_INFORMATION, "candidate AP %x-%x-%x-%x-%x-%x with RSSI too low =%d, Quality=%d \n", pRoamingMngr->pListOfAPs->BSSList[index].BSSID[0], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[1], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[2], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[3], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[4], pRoamingMngr->pListOfAPs->BSSList[index].BSSID[5], pRoamingMngr->pListOfAPs->BSSList[index].RSSI, pRoamingMngr->roamingMngrConfig.apQualityThreshold); 418 * low quality. 472 { /* If the trigger to Roam is low quality, and there are no candidate APs
|
/external/jpeg/ |
libjpeg.doc | 81 A wide range of quality vs. speed tradeoffs are possible in JPEG processing, 84 ranging from very-high-quality down to fast-preview operation. On the 85 compression side we have generally not provided low-quality choices, since 87 low-quality modes may not meet the JPEG standard's accuracy requirements; 600 returned image to be scaled and allow various speed/quality tradeoffs to be [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 279 * how pixels are stored. This affects the quality (color depth) as 321 * @deprecated Because of the poor quality of this configuration, 333 * quality. It should be used whenever possible. [all...] |
/external/libvpx/vp8/encoder/ |
ratectrl.c | 365 // Reset the active worst quality to the baseline value for key frames. 652 // Reset the active worst quality to the baseline value for key frames. [all...] |
/external/webkit/Source/WebCore/platform/graphics/cg/ |
GraphicsContextCG.cpp | 1321 CGContextSetInterpolationQuality(platformContext(), quality); local [all...] |