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

1 2 3 4 56 7 8 91011>>

  /system/media/audio_utils/include/audio_utils/
resampler.h 98 uint32_t quality,
  /external/skia/debugger/
SkDebugger.h 114 void setTexFilterOverride(bool texFilterOverride, SkFilterQuality quality) {
116 fDebugCanvas->overrideTexFiltering(texFilterOverride, quality);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterGrad.java 78 int quality) {
79 createFilter(res, scaleFactor, quality, getInPixelsAllocation());
84 int quality, Allocation in) {
100 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) {
101 if (SIMPLE_ICONS && FilterEnvironment.QUALITY_ICON == quality) {
106 Bitmap ret = super.apply(bitmap, scaleFactor, quality);
  /system/connectivity/shill/dbus/
chromeos_modem_cdma_proxy.cc 157 void ChromeosModemCDMAProxy::SignalQuality(uint32_t quality) {
158 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << quality << ")"; local
162 signal_quality_callback_.Run(quality);
208 const SignalQualityCallback& callback, uint32_t quality) {
209 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << quality << ")"; local
210 callback.Run(quality, Error());
chromeos_modem_gsm_network_proxy.cc 157 void ChromeosModemGSMNetworkProxy::SignalQuality(uint32_t quality) {
158 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << quality << ")"; local
162 signal_quality_callback_.Run(quality);
215 const SignalQualityCallback& callback, uint32_t quality) {
216 SLOG(&proxy_->GetObjectPath(), 2) << __func__ << "(" << quality << ")"; local
217 callback.Run(quality, Error());
chromeos_modem_cdma_proxy.h 82 void SignalQuality(uint32_t quality);
101 uint32_t quality);
chromeos_modem_gsm_network_proxy.h 86 void SignalQuality(uint32_t quality);
106 uint32_t quality);
  /external/opencv3/3rdparty/libjpeg/
jcparam.c 65 * The spec says that the values given produce "good" quality, and
66 * when divided by 2, "very good" quality.
92 /* Set or change the 'quality' (quantization) setting, using default tables
93 * and straight percentage-scaling quality scales.
108 /* Set or change the 'quality' (quantization) setting, using default tables
109 * and a straight percentage-scaling quality scale. In most cases it's better
123 jpeg_quality_scaling (int quality)
124 /* Convert a user-specified quality rating to a percentage scaling factor
126 * The input 'quality' factor should be 0 (terrible) to 100 (very good).
129 /* Safety limit on quality factor. Convert 0 to 1 to avoid zero divide. *
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcparam.c 66 /* Set or change the 'quality' (quantization) setting, using default tables
67 * and a straight percentage-scaling quality scale. In most cases it's better
73 * The spec says that the values given produce "good" quality, and
74 * when divided by 2, "very good" quality.
106 jpeg_quality_scaling (int quality)
107 /* Convert a user-specified quality rating to a percentage scaling factor
109 * The input 'quality' factor should be 0 (terrible) to 100 (very good).
112 /* Safety limit on quality factor. Convert 0 to 1 to avoid zero divide. */
113 if (quality <= 0) quality = 1
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 28 // The pre-processing (quantization) is performed if 'quality' is less than 100.
30 // 'quality' and [0, 1] for 'method':
46 // invalid quality or method, or
84 // Set a moderate default quality setting for alpha.
85 config.quality = 10.f * effort_level;
86 assert(config.quality >= 0 && config.quality <= 100.f);
181 int quality, int method, int filter,
192 const int reduce_levels = (quality < 100);
202 if (quality < 0 || quality > 100)
    [all...]
vp8l.c 474 int width, int height, int quality) {
484 if (!VP8LGetBackwardReferences(width, height, argb, quality, 0, 1, &refs)) {
521 int width, int height, int quality,
548 if (!VP8LGetBackwardReferences(width, height, argb, quality, cache_bits,
554 quality, histogram_bits, cache_bits,
602 quality);
680 int width, int height, int quality,
693 transform_width, transform_height, quality)) {
700 int width, int height, int quality,
705 const int step = (quality == 0) ? 32 : 8
943 const float quality = config->quality; local
977 const int quality = (int)config->quality; 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
76 // Set a low default quality for encoding alpha. Ensure that Alpha quality at
79 config.quality = 8.f * effort_level;
80 assert(config.quality >= 0 && config.quality <= 100.f);
283 int quality, int method, int filter,
294 const int reduce_levels = (quality < 100)
    [all...]
  /frameworks/av/include/media/
MediaProfiles.h 82 * the given quality level, or -1 if error.
98 camcorder_quality quality) const;
101 * Returns true if a profile for the given camera at the given quality exists,
104 bool hasCamcorderProfile(int cameraId, camcorder_quality quality) const;
162 * Returns the number of image encoding quality levels supported.
326 int getCamcorderProfileIndex(int cameraId, camcorder_quality quality) const;
365 static CamcorderProfile *createDefaultCamcorderQcifProfile(camcorder_quality quality);
366 static CamcorderProfile *createDefaultCamcorderCifProfile(camcorder_quality quality);
374 static CamcorderProfile *createDefaultCamcorderTimeLapseQcifProfile(camcorder_quality quality);
375 static CamcorderProfile *createDefaultCamcorderTimeLapse480pProfile(camcorder_quality quality);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 38 int quality; field in class:ImageSavingTask.SaveRequest
70 int quality, float sizeFactor, boolean exit) {
77 request.quality = quality;
118 request.quality, request.sizeFactor, request.exit);
ProcessingService.java 48 private static final String QUALITY = "quality";
144 Uri selectedImageUri, Uri sourceImageUri, boolean doFlatten, int quality,
151 processIntent.putExtra(ProcessingService.QUALITY, quality);
199 int quality = intent.getIntExtra(QUALITY, 100); local
218 flatten, quality, sizeFactor, exit);
237 boolean flatten, int quality, float sizeFactor, boolean exit) {
254 preset, previewImage, flatten, quality, sizeFactor, exit)
    [all...]
  /external/speex/libspeex/
resample.c 39 - Good *perceptual* quality (and not best SNR)
121 int quality; member in struct:SpeexResamplerState_
218 /* This table maps conversion quality to internal parameters. There are two
561 st->oversample = quality_map[st->quality].oversample;
562 st->filt_len = quality_map[st->quality].base_length;
567 st->cutoff = quality_map[st->quality].downsample_bandwidth * st->den_rate / st->num_rate;
584 st->cutoff = quality_map[st->quality].upsample_bandwidth;
607 st->sinc_table[i*st->filt_len+j] = sinc(st->cutoff,((j-(spx_int32_t)st->filt_len/2+1)-((float)i)/st->den_rate), st->filt_len, quality_map[st->quality].window_func);
613 if (st->quality>8)
629 st->sinc_table[i+4] = sinc(st->cutoff,(i/(float)st->oversample - st->filt_len/2), st->filt_len, quality_map[st->quality].window_func)
    [all...]
  /external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh 4 # and harvests signal strength and quality numbers for us, then restarts
108 if_quality=${if_quality#Link Quality=};
180 progress Allowing link $gateway strength/quality readings to stabilise;
231 802.11$test freq $if_freq quality $if_quality rx $if_signal tx $tx_db
237 802.11$test freq 0 quality 0/70 rx -100 dBm tx -100 dBm
  /external/skia/tests/
BlurTest.cpp 418 const SkBlurQuality quality = blurMaskFilterFlags_as_quality(blurMaskFilterFlags); local
438 REPORTER_ASSERT(reporter, rec.fQuality == quality);
444 SkBlurStyle style, SkBlurQuality quality, bool expectSuccess) {
454 REPORTER_ASSERT(reporter, rec.fQuality == quality);
477 SkBlurStyle style, SkBlurQuality quality, bool expectSuccess) {
484 test_delete_looper(reporter, builder.detachLooper(), sigma, style, quality, false);
489 test_delete_looper(reporter, builder.detachLooper(), sigma, style, quality, false);
494 test_delete_looper(reporter, builder.detachLooper(), sigma, style, quality, expectSuccess);
500 test_delete_looper(reporter, builder.detachLooper(), sigma, style, quality, false);
519 const SkBlurQuality quality = blurMaskFilterFlags_as_quality(flags) local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
mime_io.cpp 533 uint8 quality,
680 if (quality)
691 if (quality)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java 110 int quality) {
112 src.compress(format, quality, os);
  /external/glide/library/src/main/java/com/bumptech/glide/
BitmapTypeRequest.java 89 * given format and quality to a byte array.
95 * @param quality The quality level from 0-100 to use to compress the {@link Bitmap}.
98 public BitmapRequestBuilder<ModelType, byte[]> toBytes(Bitmap.CompressFormat compressFormat, int quality) {
99 return transcode(new BitmapBytesTranscoder(compressFormat, quality), byte[].class);
  /external/libjpeg-turbo/
example.c 68 * and a compression quality factor are passed in.
72 write_JPEG_file (char * filename, int quality)
135 * Here we just illustrate the use of quality (quantization table) scaling:
137 jpeg_set_quality(&cinfo, quality, TRUE /* limit to baseline-JPEG values */);
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 108 public boolean takeScreenshot(File storePath, int quality) {
117 screenshot.compress(Bitmap.CompressFormat.PNG, quality, bos);
  /packages/apps/Camera2/jni/
jpegutilnative.cpp 63 * @param quality the jpeg-quality (1-100) to use
82 jint quality,
98 quality, //
  /packages/apps/Settings/src/com/android/settings/
SetupEncryptionInterstitial.java 41 public static Intent createStartIntent(Context ctx, int quality,
43 Intent startIntent = EncryptionInterstitial.createStartIntent(ctx, quality,

Completed in 3893 milliseconds

1 2 3 4 56 7 8 91011>>