HomeSort by relevance Sort by last modified time
    Searched refs:quality (Results 1 - 25 of 717) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/main/java/org/mockito/quality/
package-info.java 7 * Mocking quality related classes.
9 package org.mockito.quality;
MockitoHint.java 5 package org.mockito.quality;
  /external/ImageMagick/PerlMagick/t/png/
write.t 21 testReadWrite( 'input_bw.png', 'output_bw.png', q/quality=>95/,
39 q/quality=>55/,
49 q/quality=>54/,
58 q/quality=>55/,
67 q/quality=>55/,
write-16.t 22 q/quality=>54/,
31 q/quality=>55/,
48 q/quality=>55/,
57 q/quality=>55/,
  /external/ImageMagick/PerlMagick/t/fpx/
write.t 21 testReadWrite( 'input_bw.fpx', 'output_bw.fpx', q/quality=>95/,
39 q/quality=>54/,
48 q/quality=>55/,
  /external/ImageMagick/PerlMagick/t/hdf/
write.t 22 q/quality=>54/,
31 q/quality=>55/,
  /external/brotli/enc/
quality.h 8 quality levels. */
30 /* For quality below MIN_QUALITY_FOR_BLOCK_SPLIT there is no block splitting,
45 int quality; member in struct:BrotliEncoderParams
53 /* Returns hash-table size for quality levels 0 and 1. */
54 static BROTLI_INLINE size_t MaxHashTableSize(int quality) {
55 return quality == FAST_ONE_PASS_COMPRESSION_QUALITY ? 1 << 15 : 1 << 17;
66 return params->quality <= 10 ?
74 return params->quality <= 10 ? 1 : 5;
78 params->quality = BROTLI_MIN(int, BROTLI_MAX_QUALITY,
79 BROTLI_MAX(int, BROTLI_MIN_QUALITY, params->quality));
    [all...]
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 49 * Quality level corresponding to the lowest available resolution.
54 * Quality level corresponding to the highest available resolution.
59 * Quality level corresponding to the qcif (176 x 144) resolution.
64 * Quality level corresponding to the cif (352 x 288) resolution.
69 * Quality level corresponding to the 480p (720 x 480) resolution.
76 * Quality level corresponding to the 720p (1280 x 720) resolution.
81 * Quality level corresponding to the 1080p (1920 x 1080) resolution.
89 * Quality level corresponding to the QVGA (320x240) resolution.
94 * Quality level corresponding to the 2160p (3840x2160) resolution.
98 // Start and end of quality lis
218 public int quality; field in class:CamcorderProfile
    [all...]
CameraProfile.java 27 * capture (jpeg) quality levels (0-100) used for low, medium, and high
28 * quality settings in the Camera application.
34 * Define three quality levels for JPEG image encoding.
45 * Cache the Jpeg encoding quality parameters
50 * Returns a pre-defined still image capture (jpeg) quality level
51 * used for the given quality level in the Camera application for
55 * @param quality The target quality level
57 public static int getJpegEncodingQualityParameter(int quality) {
63 return getJpegEncodingQualityParameter(i, quality);
    [all...]
  /external/brotli/tests/
roundtrip_test.sh 21 for quality in 1 6 9 11; do
22 echo "Roundtrip testing $file at quality $quality"
25 $BRO -f -q $quality -i $file -o $compressed
29 cat $file | $BRO -q $quality | $BRO -d >$uncompressed
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
BitmapBytesTranscoder.java 17 private final int quality; field in class:BitmapBytesTranscoder
23 public BitmapBytesTranscoder(Bitmap.CompressFormat compressFormat, int quality) {
25 this.quality = quality;
31 toTranscode.get().compress(compressFormat, quality, os);
  /external/brotli/python/
brotli.py 23 def compress(string, mode=MODE_GENERIC, quality=11, lgwin=22, lgblock=0,
31 quality (int, optional): Controls the compression-speed vs compression-
32 density tradeoff. The higher the quality, the slower the compression.
38 quality. Defaults to 0.
48 compressor = Compressor(mode=mode, quality=quality, lgwin=lgwin,
  /platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/
IYouTubeGoHelper.java 55 * This method checks if video quality is the same as provided parameter and changes
58 * @param quality the desired {@code IYouTubeGoHelper.GoVideoQuality}
60 void chooseVideoQuality(GoVideoQuality quality);
65 * This method clicks on the first video on home page, sets video quality and
68 * @param quality the desired {@code IYouTubeGoHelper.GoVideoQuality}
70 void playHomePageVideo(GoVideoQuality quality);
104 * selects video quality and presses play button.
106 * @param quality the desired {@code IYouTubeGoHelper.GoVideoQuality}
108 void playSearchResultPageVideo(GoVideoQuality quality);
118 * Setup expectations: Choose Video Quality pop up is open
    [all...]
  /device/generic/goldfish/camera/
Thumbnail.h 31 int thumbnailWidth, int thumbnailHeight, int quality,
  /external/skia/src/core/
SkMaskCache.h 26 static SkCachedData* FindAndRef(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
29 static SkCachedData* FindAndRef(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
36 static void Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
39 static void Add(SkScalar sigma, SkBlurStyle style, SkBlurQuality quality,
  /external/webp/src/mux/
animi.h 29 // is_lossless, quality - (in) encoding settings.
36 int is_lossless, float quality, int* const x_offset, int* const y_offset,
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
genPCLm.h 27 extern void write_JPEG_Buff(ubyte *outBuff, int quality, int image_width, int image_height,
  /external/mockito/src/main/java/org/mockito/
MockitoSession.java 8 import org.mockito.quality.MockitoHint;
9 import org.mockito.quality.Strictness;
  /external/mockito/src/main/java/org/mockito/exceptions/misusing/
UnnecessaryStubbingException.java 11 import org.mockito.quality.MockitoHint;
12 import org.mockito.quality.Strictness;
  /frameworks/base/telephony/java/com/android/ims/
ImsConfigListener.aidl 53 * Notifies client the value of the get operation result on the video quality item.
56 * @param quality. as defined in com.android.ims.ImsConfig#OperationValuesConstants.
61 void onGetVideoQuality(int status, int quality);
64 * Notifies client the set value operation result for video quality item.
  /cts/suite/audio_quality/
Android.mk 24 CTS_AUDIO_INSTALL_DIR := $(HOST_OUT)/cts-audio-quality/android-cts-audio-quality
25 CTS_AUDIO_QUALITY_ZIP := $(HOST_OUT)/cts-audio-quality/android-cts-audio-quality.zip
42 zip -rq $(notdir $@) android-cts-audio-quality -x android-cts-audio-quality/reports/\*
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGOutputStream.java 37 public JPEGOutputStream(OutputStream out, int width, int height, int quality,
40 setConfig(width, height, quality, format);
43 public boolean setConfig(int width, int height, int quality, int format) {
44 // Clamp quality to range (0, 100]
45 quality = Math.max(Math.min(quality, 100), 1);
63 mQuality = quality;
135 native private int setup(OutputStream out, int width, int height, int format, int quality);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
BitmapEncoder.java 29 private int quality; field in class:BitmapEncoder
35 public BitmapEncoder(Bitmap.CompressFormat compressFormat, int quality) {
37 this.quality = quality;
46 bitmap.compress(format, quality, os);
  /packages/apps/Settings/src/com/android/settings/password/
ScreenLockType.java 23 * the associated quality, and also some helper functions to translate between them.
52 * The default quality of the type of lock used. For example, in the case of PIN, the default
53 * quality if PASSWORD_QUALITY_NUMERIC, while the highest quality is
59 * The highest quality for the given type of lock. For example, in the case of password, the
60 * default quality is PASSWORD_QUALITY_ALPHABETIC, but the highest possible quality is
67 ScreenLockType(int quality, String preferenceKey) {
68 this(quality, quality, preferenceKey)
    [all...]
  /frameworks/base/location/java/android/location/
LocationRequest.java 28 * A data object that contains quality of service parameters for requests
31 * <p>LocationRequest objects are used to request a quality of service
67 * at least swap the request to a larger interval and lower quality.
177 int quality; local
179 quality = POWER_NONE;
181 quality = ACCURACY_FINE;
183 quality = POWER_LOW;
188 .setQuality(quality)
203 int quality; local
206 quality = ACCURACY_BLOCK
    [all...]

Completed in 1710 milliseconds

1 2 3 4 5 6 7 8 91011>>