HomeSort by relevance Sort by last modified time
    Searched refs:quality (Results 176 - 200 of 610) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/speech/tts/
Voice.java 33 /** Very low, but still intelligible quality of speech synthesis */
36 /** Low, not human-like quality of speech synthesis */
39 /** Normal quality of speech synthesis */
42 /** High, human-like quality of speech synthesis */
45 /** Very high, almost human-indistinguishable quality of speech synthesis */
72 int quality,
78 this.mQuality = quality;
130 * @return The voice's quality (higher is better)
190 .append(", quality: ").append(mQuality)
  /packages/apps/Camera2/jni/
jpegutil.h 147 std::function<void(size_t)> flush, int quality);
165 int quality,
jpegutil.cpp 145 std::function<void(size_t)> flush, int quality) {
247 jpeg_set_quality(&cinfo, quality, true);
317 int quality,
362 outBufCapacity, flush, quality);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
FilterEnvironment.java 94 public void setQuality(int quality) {
95 mQuality = quality;
  /device/huawei/angler/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 183 * @quality - JPEG Q factor value in the range of 1-100. A factor of 1
184 * produces the smallest, worst quality images, and a factor
185 * of 100 produces the largest, best quality images. A
186 * typical default is 75 for small good quality images.
202 OMX_U32 quality; member in struct:__anon3779
  /device/lge/bullhead/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 183 * @quality - JPEG Q factor value in the range of 1-100. A factor of 1
184 * produces the smallest, worst quality images, and a factor
185 * of 100 produces the largest, best quality images. A
186 * typical default is 75 for small good quality images.
202 OMX_U32 quality; member in struct:__anon4331
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 115 /* jpeg quality: range 0~100 */
116 uint32_t quality; member in struct:__anon4617
  /device/moto/shamu/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 172 * @quality - JPEG Q factor value in the range of 1-100. A factor of 1
173 * produces the smallest, worst quality images, and a factor
174 * of 100 produces the largest, best quality images. A
175 * typical default is 75 for small good quality images.
191 OMX_U32 quality; member in struct:__anon5108
  /external/ImageMagick/coders/
flif.c 172 if (image_info->quality != UndefinedCompressionQuality)
173 flif_decoder_set_quality(flifdec,image_info->quality);
438 if (image_info->quality != UndefinedCompressionQuality)
439 flif_encoder_set_lossy(flifenc,3*(100-image_info->quality));
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
AnimatedGifEncoder.java 231 * Sets quality of color quantization (conversion of images to the maximum 256
237 * @param quality int greater than 0.
239 public void setQuality(int quality) {
240 if (quality < 1)
241 quality = 1;
242 sample = quality;
  /external/skia/src/image/
SkImage.cpp 60 bool SkImage::scalePixels(const SkPixmap& dst, SkFilterQuality quality, CachingHint chint) const {
76 return bm.peekPixels(&pmap) && pmap.scalePixels(dst, quality);
100 SkData* SkImage::encode(SkImageEncoder::Type type, int quality) const {
103 return SkImageEncoder::EncodeData(bm, type, quality);
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.h 45 int32_t sampleRate, src_quality quality);
126 src_quality mFilterQuality; // designed filter quality.
  /hardware/intel/img/psb_video/src/
vsp_VPP.c 157 [QCIF_TO_QVGA] = { .quality = SHARPEN_ON },
158 [QVGA_TO_VGA] = { .quality = SHARPEN_ON },
159 [VGA_TO_SD] = { .quality = SHARPEN_ON },
160 [SD_TO_720P] = { .quality = SHARPEN_ON },
161 [HD720P_TO_1080P] = { .quality = SHARPEN_ON }
180 [QCIF_TO_QVGA] = { .quality = SHARPEN_ON },
181 [QVGA_TO_VGA] = { .quality = SHARPEN_ON },
182 [VGA_TO_SD] = { .quality = SHARPEN_ON },
183 [SD_TO_720P] = { .quality = SHARPEN_ON },
184 [HD720P_TO_1080P] = { .quality = SHARPEN_ON
    [all...]
  /hardware/qcom/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 187 * @quality - JPEG Q factor value in the range of 1-100. A factor of 1
188 * produces the smallest, worst quality images, and a factor
189 * of 100 produces the largest, best quality images. A
190 * typical default is 75 for small good quality images.
206 OMX_U32 quality; member in struct:__anon31905
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
IconUtilities.java 61 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilter.java 75 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterBorder.java 67 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterDownsample.java 53 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterFx.java 59 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterKMeans.java 57 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
ImageFilterRS.java 42 float scaleFactor, int quality);
45 float scaleFactor, int quality, Allocation in) {}
111 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
130 createFilter(rsc, scaleFactor, quality);
ImageFilterSharpen.java 65 int quality) {
  /external/opencv3/3rdparty/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/webp/include/webp/
encode.h 47 // can go from 0 (smaller output, lower quality) to 100 (best quality,
96 float quality; // between 0 (smallest file) and 100 (biggest) member in struct:WebPConfig
97 int method; // quality/speed trade-off (0=fast, 6=slower-better)
127 int partition_limit; // quality degradation allowed to fit the 512k limit
169 // Note that the default values are lossless=0 and quality=75.
176 // set of parameters (referred to by 'preset') and a given quality factor.
180 WebPPreset preset, float quality) {
181 return WebPConfigInitInternal(config, preset, quality,
189 // This function will overwrite several fields from config: 'method', 'quality'
    [all...]
  /external/webp/src/webp/
encode.h 47 // can go from 0 (smaller output, lower quality) to 100 (best quality,
96 float quality; // between 0 (smallest file) and 100 (biggest) member in struct:WebPConfig
97 int method; // quality/speed trade-off (0=fast, 6=slower-better)
127 int partition_limit; // quality degradation allowed to fit the 512k limit
169 // Note that the default values are lossless=0 and quality=75.
176 // set of parameters (referred to by 'preset') and a given quality factor.
180 WebPPreset preset, float quality) {
181 return WebPConfigInitInternal(config, preset, quality,
189 // This function will overwrite several fields from config: 'method', 'quality'
    [all...]

Completed in 989 milliseconds

1 2 3 4 5 6 78 91011>>