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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
diagnostic.d 1 #name: Diagnostics Quality
  /external/mockito/src/main/java/org/mockito/quality/
package-info.java 7 * Mocking quality related classes.
9 package org.mockito.quality;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/msp430/
bad.d 1 #name: Diagnostics Quality
  /frameworks/base/media/java/android/media/
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...]
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...]
  /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...]
ChooseLockGenericController.java 62 * @return The higher quality of either the specified {@code quality} or the quality required
65 public int upgradeQuality(int quality) {
66 // Compare min allowed password quality
67 return Math.max(quality, mDpm.getPasswordQuality(null, mUserId));
91 * @param quality The minimum required quality. This can either be requirement by device policy
94 public boolean isScreenLockEnabled(ScreenLockType type, int quality) {
95 return type.maxQuality >= quality;
    [all...]
  /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...]
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlayback/
control.quality 8 NAME = "audio_AudioBasicBluetoothPlayback.quality"
9 PURPOSE = "Remotely controlled bluetooth playback audio test with quality check."
20 This test remotely tests bluetooth playback audio function with quality check.
29 check_quality=True, tag="quality")
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/
control.quality 8 NAME = "audio_AudioBasicBluetoothRecord.quality"
9 PURPOSE = "Remotely controlled bluetooth record audio test with quality check."
20 This test remotely tests bluetooth record audio function and quality.
29 check_quality=True, tag="quality")
  /external/autotest/server/site_tests/audio_AudioBasicExternalMicrophone/
control.quality 8 NAME = "audio_AudioBasicExternalMicrophone.quality"
9 PURPOSE = "Remotely controlled external microphone audio test with quality check."
20 This test remotely tests external microphone audio function and quality.
29 check_quality=True, tag="quality")
  /external/autotest/server/site_tests/audio_AudioBasicHeadphone/
control.quality 8 NAME = "audio_AudioBasicHeadphone.quality"
9 PURPOSE = "Remotely controlled headphone audio test with quality check."
20 This test remotely tests headphone audio function and quality.
29 tag="quality")
  /external/tcpdump/tests/
OLSRv1_HNA_sgw_1.out 11 neighbor 172.29.175.221, link-quality 0.00%, neighbor-link-quality 0.00%
13 neighbor 172.31.175.221, link-quality 0.00%, neighbor-link-quality 0.00%
  /cts/tests/tests/media/src/android/media/cts/
CamcorderProfileTest.java 65 LAST_QUALITY + 1, // Unknown normal profile quality
66 LAST_TIMELAPSE_QUALITY + 1, // Unknown timelapse profile quality
67 LAST_HIGH_SPEED_QUALITY + 1 // Unknown high speed timelapse profile quality
71 private CamcorderProfile getWithOptionalId(int quality, int cameraId) {
73 return CamcorderProfile.get(quality);
75 return CamcorderProfile.get(cameraId, quality);
80 Log.v(TAG, String.format("profile: duration=%d, quality=%d, " +
85 profile.quality,
97 assertTrue(Arrays.asList(ALL_SUPPORTED_QUALITIES).contains(profile.quality));
125 private void checkSpecificProfileDimensions(CamcorderProfile profile, int quality) {
214 int quality = specificQualities[i]; local
    [all...]
  /device/generic/goldfish/camera/
media_profiles.xml 25 <!ATTLIST EncoderProfile quality (high|low) #REQUIRED>
41 <!ATTLIST ImageEncoding quality (90|80|70|60|50|40) #REQUIRED>
82 <EncoderProfile quality="qvga" fileFormat="mp4" duration="60">
94 <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
107 <ImageEncoding quality="95" />
108 <ImageEncoding quality="80" />
109 <ImageEncoding quality="70" />
116 <EncoderProfile quality="qvga" fileFormat="mp4" duration="60">
128 <EncoderProfile quality="timelapseqcif" fileFormat="mp4" duration="30">
141 <ImageEncoding quality="95" /
    [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/autotest/server/site_tests/audio_AudioWebRTCLoopback/
control.quality 8 NAME = "audio_AudioWebRTCLoopback.quality"
20 This test remotely tests USB and headphone WebRTC loopback audio function with quality check.
29 tag="quality")
  /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,
  /external/autotest/client/cros/video/
youtube_helper.py 62 def set_playback_quality(self, quality):
63 """Set the video quality to the quality passed in the arg.
65 @param quality: video quality to set.
69 'player.setPlaybackQuality("%s")' % quality)
73 """Returns the playback quality."""
125 @param expected_quality: quality to be set.
156 logging.info("new video quality %s ", supporting_qualities)
160 for quality in supporting_qualities
    [all...]
  /external/ImageMagick/PerlMagick/t/hdf/
write.t 22 q/quality=>54/,
31 q/quality=>55/,
  /external/skia/include/core/
SkFilterQuality.h 18 kNone_SkFilterQuality, //!< fastest but lowest quality, typically nearest-neighbor
21 kHigh_SkFilterQuality, //!< slowest but highest quality, typically bicubic or better
  /external/libjpeg-turbo/
cjpeg.1 39 .BI \-quality " N[,...]"
40 Scale quantization tables to adjust image quality. Quality is 0 (worst) to
63 runs somewhat slower and needs much more memory. Image quality and speed of
82 .B \-quality
83 switch lets you trade off compressed file size against quality of the
84 reconstructed image: the higher the quality setting, the larger the JPEG file,
86 want to use the lowest quality setting (smallest file) that decompresses into
88 purpose the quality setting should generally be between 50 and 95 (the default
90 .B \-quality
    [all...]
  /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...]
  /external/ImageMagick/PerlMagick/t/png/
write-16.t 22 q/quality=>54/,
31 q/quality=>55/,
48 q/quality=>55/,
57 q/quality=>55/,

Completed in 2609 milliseconds

1 2 3 4 5 6 7 8 91011>>