| /external/autotest/server/cros/bluetooth/ |
| D | bluetooth_adapter_qr_tests.py | 5 """Server side Bluetooth Quality Report tests.""" 25 # List of the controllers that does not support the Bluetooth Quality Report. 33 # = bluetoothd: quality: BQR Quality Report 75.018599 34 # = bluetoothd: quality: quality_report_id 1 75.018658 35 # = bluetoothd: quality: packet_type 2 75.019402 36 # = bluetoothd: quality: conn_handle 1 75.019477 37 # = bluetoothd: quality: conn_role 0 75.019539 38 # = bluetoothd: quality: tx_power_level 0 75.019601 39 # = bluetoothd: quality: rssi -29 75.019665 40 # = bluetoothd: quality: snr 0 75.019727 [all …]
|
| /external/cronet/third_party/brotli/enc/ |
| D | quality.h | 8 quality levels. */ 31 /* For quality below MIN_QUALITY_FOR_BLOCK_SPLIT there is no block splitting, 35 /* Returns hash-table size for quality levels 0 and 1. */ 36 static BROTLI_INLINE size_t MaxHashTableSize(int quality) { in MaxHashTableSize() argument 37 return quality == FAST_ONE_PASS_COMPRESSION_QUALITY ? 1 << 15 : 1 << 17; in MaxHashTableSize() 48 return params->quality <= 10 ? in MaxZopfliLen() 56 return params->quality <= 10 ? 1 : 5; in MaxZopfliCandidates() 60 params->quality = BROTLI_MIN(int, BROTLI_MAX_QUALITY, in SanitizeParams() 61 BROTLI_MAX(int, BROTLI_MIN_QUALITY, params->quality)); in SanitizeParams() 62 if (params->quality <= MAX_QUALITY_FOR_STATIC_ENTROPY_CODES) { in SanitizeParams() [all …]
|
| /external/brotli/c/enc/ |
| D | quality.h | 8 quality levels. */ 31 /* For quality below MIN_QUALITY_FOR_BLOCK_SPLIT there is no block splitting, 35 /* Returns hash-table size for quality levels 0 and 1. */ 36 static BROTLI_INLINE size_t MaxHashTableSize(int quality) { in MaxHashTableSize() argument 37 return quality == FAST_ONE_PASS_COMPRESSION_QUALITY ? 1 << 15 : 1 << 17; in MaxHashTableSize() 48 return params->quality <= 10 ? in MaxZopfliLen() 56 return params->quality <= 10 ? 1 : 5; in MaxZopfliCandidates() 60 params->quality = BROTLI_MIN(int, BROTLI_MAX_QUALITY, in SanitizeParams() 61 BROTLI_MAX(int, BROTLI_MIN_QUALITY, params->quality)); in SanitizeParams() 62 if (params->quality <= MAX_QUALITY_FOR_STATIC_ENTROPY_CODES) { in SanitizeParams() [all …]
|
| /external/openthread/src/core/thread/ |
| D | link_quality.hpp | 31 * This file includes definitions for storing and processing link quality information. 49 * @addtogroup core-link-quality 52 * This module includes definitions for Thread link quality metrics. 60 …* This can be used to track different link quality related metrics, e.g., CCA failure rate, frame … 191 * Implements a Link Quality Indicator (LQI) averager. 200 * Adds a link quality indicator (LQI) value to the average. 202 * @param[in] aLqi Link Quality Indicator value to be added to the average. 208 * Returns the current average link quality value maintained by the averager. 226 uint8_t mAverage; // The average link quality indicator value. 231 * Represents the link quality constants. [all …]
|
| /external/oboe/tests/ |
| D | testResampler.cpp | 59 MultiChannelResampler::Quality quality) { in checkResampler() argument 85 quality)); in checkResampler() 146 const MultiChannelResampler::Quality qualities[] = in TEST() 148 MultiChannelResampler::Quality::Fastest, in TEST() 149 MultiChannelResampler::Quality::Low, in TEST() 150 MultiChannelResampler::Quality::Medium, in TEST() 151 MultiChannelResampler::Quality::High, in TEST() 152 MultiChannelResampler::Quality::Best in TEST() 156 for (auto quality : qualities) { in TEST() local 158 checkResampler(srcRate, destRate, quality); in TEST() [all …]
|
| /external/libjpeg-turbo/ |
| D | usage.txt | 71 -quality N[,...] Scale quantization tables to adjust image quality. 72 Quality is 0 (worst) to 100 (best); default is 75. 87 memory. Image quality and speed of decompression are 98 The -quality switch lets you trade off compressed file size against quality of 99 the reconstructed image: the higher the quality setting, the larger the JPEG 101 you want to use the lowest quality setting (smallest file) that decompresses 103 purpose the quality setting should generally be between 50 and 95 (the default 104 is 75) for photographic images. If you see defects at -quality 75, then go up 108 -quality 100 will generate a quantization table of all 1's, minimizing loss 110 as well as roundoff error.) For most images, specifying a quality value above [all …]
|
| D | jcparam.c | 70 * The spec says that the values given produce "good" quality, and 71 * when divided by 2, "very good" quality. 98 /* Set or change the 'quality' (quantization) setting, using default tables in jpeg_default_qtables() 99 * and straight percentage-scaling quality scales. in jpeg_default_qtables() 115 /* Set or change the 'quality' (quantization) setting, using default tables in jpeg_set_linear_quality() 116 * and a straight percentage-scaling quality scale. In most cases it's better in jpeg_set_linear_quality() 130 jpeg_quality_scaling(int quality) in jpeg_quality_scaling() argument 131 /* Convert a user-specified quality rating to a percentage scaling factor in jpeg_quality_scaling() 133 * The input 'quality' factor should be 0 (terrible) to 100 (very good). in jpeg_quality_scaling() 136 /* Safety limit on quality factor. Convert 0 to 1 to avoid zero divide. */ in jpeg_quality_scaling() [all …]
|
| /external/speex/include/speex/ |
| D | speex_resampler.h | 9 - Good *perceptual* quality (and not best SNR) 121 * @param quality Resampling quality between 0 and 10, where 0 has poor quality 122 * and 10 has very high quality. 129 int quality, 140 * @param quality Resampling quality between 0 and 10, where 0 has poor quality 141 * and 10 has very high quality. 150 int quality, 264 /** Set (change) the conversion quality. 266 * @param quality Resampling quality between 0 and 10, where 0 has poor 267 * quality and 10 has very high quality. [all …]
|
| /external/autotest/server/site_tests/bluetooth_AdapterQRHealth/ |
| D | bluetooth_AdapterQRHealth.py | 5 """A Batch of Bluetooth Quality Report tests""" 36 @param logging_and_check: set this to True to opend the quality 92 @test_wrapper('Quality Report A2DP test', 97 """Quality Report A2DP test""" 105 @test_wrapper('Quality Report power cycle and A2DP test', 110 """Quality Report power cycle and A2DP test""" 118 @test_wrapper('Quality Report HFP NBS dut as source test', 123 """Quality Report HFP NBS dut as source test""" 131 @test_wrapper('Quality Report HFP WBS dut as source test', 136 """Quality Report HFP WBS dut as source test""" [all …]
|
| /external/autotest/client/cros/audio/ |
| D | check_quality.py | 36 # Holder for quality parameters used in audio_quality_measurement module. 89 # Arguments for quality measurement customization. 91 '--quality-block-size-secs', 94 help='Block size for quality measurement. ' 97 '--quality-frequency-error-threshold', 101 'in quality measurement. ' 104 '--quality-delay-amplitude-threshold', 108 'in quality measurement. ' 111 '--quality-noise-amplitude-threshold', 115 'in quality measurement. ' [all …]
|
| /external/tensorflow/tensorflow/core/kernels/image/ |
| D | encode_jpeg_op.cc | 48 OP_REQUIRES_OK(context, context->GetAttr("quality", &flags_.quality)); in EncodeJpegOp() 49 OP_REQUIRES(context, 0 <= flags_.quality && flags_.quality <= 100, in EncodeJpegOp() 50 errors::InvalidArgument("quality must be in [0,100], got ", in EncodeJpegOp() 51 flags_.quality)); in EncodeJpegOp() 159 // Use default jpeg compression flags except for format and quality. in Compute() 162 // Get jpeg encoding quality. in Compute() 163 const Tensor& quality = context->input(1); in Compute() local 164 OP_REQUIRES(context, TensorShapeUtils::IsScalar(quality.shape()), in Compute() 165 errors::InvalidArgument("quality must be scalar: ", in Compute() 166 quality.shape().DebugString())); in Compute() [all …]
|
| /external/libcups/cups/ |
| D | test2.ppd | 11 *% consistently high-quality files. 43 *cupsUIConstraints envphoto: "*PageSize Env10 *InputSlot Envelope *Quality Photo" 44 *cupsUIResolver envphoto: "*Quality Normal" 50 *cupsUIConstraints loop1: "*PageSize A4 *Quality Photo" 51 *cupsUIResolver loop1: "*Quality Normal" 52 *cupsUIConstraints loop2: "*PageSize A4 *Quality Normal" 53 *cupsUIResolver loop2: "*Quality Photo" 112 *cupsMediaQualifier3: Quality 126 *OpenUI *Quality/Output Mode: PickOne 127 *OrderDependency: 20 AnySetup *Quality [all …]
|
| /external/brotli/java/org/brotli/wrapper/enc/ |
| D | Encoder.java | 29 private int quality = -1; field in Encoder.Parameters 35 this.quality = other.quality; in Parameters() 40 * @param quality compression quality, or -1 for default 42 public Parameters setQuality(int quality) { in setQuality() argument 43 if (quality < -1 || quality > 11) { in setQuality() 44 throw new IllegalArgumentException("quality should be in range [0, 11], or -1"); in setQuality() 46 this.quality = quality; in setQuality() 78 this.encoder = new EncoderJNI.Wrapper(inputBufferSize, params.quality, params.lgwin); in Encoder() 166 EncoderJNI.Wrapper encoder = new EncoderJNI.Wrapper(data.length, params.quality, params.lgwin); in compress()
|
| /external/googleapis/google/cloud/aiplatform/v1beta1/ |
| D | evaluation_service.proto | 94 // Input for summarization quality metric. 97 // Input for pairwise summarization quality metric. 106 // Input for question answering quality metric. 109 // Input for pairwise question answering quality metric. 181 // Result for summarization quality metric. 184 // Result for pairwise summarization quality metric. 195 // Result for question answering quality metric. 198 // Result for pairwise question answering quality metric. 515 // Input for summarization quality metric. 517 // Required. Spec for summarization quality score metric. [all …]
|
| /external/webrtc/modules/audio_processing/aec3/ |
| D | delay_estimate.h | 20 enum class Quality { kCoarse, kRefined }; enum 22 DelayEstimate(Quality quality, size_t delay) in DelayEstimate() 23 : quality(quality), delay(delay) {} in DelayEstimate() 25 Quality quality; member
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
| D | AdaptiveTrackSelection.java | 44 * one of highest quality given the current network conditions and the state of the buffer. 75 * selected track to switch to one of higher quality. 77 * selected track to switch to one of lower quality. 78 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality, 79 * the selection may indicate that media already buffered at the lower quality can be 81 * retained at the lower quality. It must be at least {@code 107 * selected track to switch to one of higher quality. 109 * selected track to switch to one of lower quality. 110 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality, 111 * the selection may indicate that media already buffered at the lower quality can be [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
| D | AdaptiveTrackSelection.java | 45 * one of highest quality given the current network conditions and the state of the buffer. 76 * selected track to switch to one of higher quality. 78 * selected track to switch to one of lower quality. 79 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality, 80 * the selection may indicate that media already buffered at the lower quality can be 82 * retained at the lower quality. It must be at least {@code 108 * selected track to switch to one of higher quality. 110 * selected track to switch to one of lower quality. 111 * @param minDurationToRetainAfterDiscardMs When switching to a video track of higher quality, 112 * the selection may indicate that media already buffered at the lower quality can be [all …]
|
| /external/googleapis/google/cloud/dataplex/v1/ |
| D | logs.proto | 423 // Data scan for data quality. 478 // Data quality result for data scan job. 483 // Whether the data quality result was `pass` or not. 486 // The result of each dimension for data quality result. 492 // The table-level data quality score for the data scan job. 494 // The data quality score ranges between [0, 100] (up to two decimal 498 // The score of each dimension for data quality result. 500 // The value is the data quality score for the dimension. 508 // The value is the data quality score for the column. 531 // Applied configs for data quality type data scan job. [all …]
|
| /external/python/google-api-python-client/googleapiclient/ |
| D | mimeparse.py | 16 quality parameter. 17 - quality(): Determines the quality ('q') of a mime-type when 19 - quality_parsed(): Just like quality() except the second parameter must be 21 - best_match(): Choose the mime-type with the highest quality ('q') 90 the fitness value and the value of the 'q' quality parameter of the best 127 quality parameter of the best match, 0 if no match was found. This function 128 bahaves the same as quality() except that 'parsed_ranges' must be a list of 135 def quality(mime_type, ranges): function 136 """Return the quality ('q') of a mime-type against a list of media-ranges. 138 Returns the quality 'q' of a mime-type when compared against the [all …]
|
| /external/autotest/utils/frozen_chromite/third_party/googleapiclient/ |
| D | mimeparse.py | 16 quality parameter. 17 - quality(): Determines the quality ('q') of a mime-type when 19 - quality_parsed(): Just like quality() except the second parameter must be 21 - best_match(): Choose the mime-type with the highest quality ('q') 87 the fitness value and the value of the 'q' quality parameter of the best 121 quality parameter of the best match, 0 if no match was found. This function 122 bahaves the same as quality() except that 'parsed_ranges' must be a list of 129 def quality(mime_type, ranges): function 130 """Return the quality ('q') of a mime-type against a list of media-ranges. 132 Returns the quality 'q' of a mime-type when compared against the [all …]
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowCamcorderProfile.java | 18 public static void addProfile(int cameraId, int quality, CamcorderProfile profile) { in addProfile() argument 19 profiles.put(cameraId, quality, profile); in addProfile() 29 int quality, in createProfile() argument 44 ClassParameter.from(int.class, quality), in createProfile() 58 protected static boolean hasProfile(int cameraId, int quality) { in hasProfile() argument 59 return profiles.contains(cameraId, quality); in hasProfile() 63 protected static CamcorderProfile get(int cameraId, int quality) { in get() argument 64 return profiles.get(cameraId, quality); in get()
|
| /external/libyuv/include/libyuv/ |
| D | scale.h | 25 kFilterBilinear = 2, // Faster than box, but lower quality scaling down. 26 kFilterBox = 3 // Highest quality. 68 // used. This produces basic (blocky) quality at the fastest speed. 70 // quality image, at the expense of speed. 72 // quality image, at further expense of speed. 135 // used. This produces basic (blocky) quality at the fastest speed. 137 // quality image, at the expense of speed. 139 // quality image, at further expense of speed. 202 // used. This produces basic (blocky) quality at the fastest speed. 204 // quality image, at the expense of speed. [all …]
|
| /external/libaom/third_party/libyuv/include/libyuv/ |
| D | scale.h | 25 kFilterBilinear = 2, // Faster than box, but lower quality scaling down. 26 kFilterBox = 3 // Highest quality. 55 // used. This produces basic (blocky) quality at the fastest speed. 57 // quality image, at the expense of speed. 59 // quality image, at further expense of speed. 103 // used. This produces basic (blocky) quality at the fastest speed. 105 // quality image, at the expense of speed. 107 // quality image, at further expense of speed. 151 // used. This produces basic (blocky) quality at the fastest speed. 153 // quality image, at the expense of speed.
|
| /external/bsdiff/ |
| D | bsdiff_arguments_unittest.cc | 62 int quality; in TEST() local 63 EXPECT_TRUE(BsdiffArguments::ParseQuality("9", &quality, 0, 11)); in TEST() 64 EXPECT_EQ(9, quality); in TEST() 66 // Check the out of range quality values. in TEST() 67 EXPECT_FALSE(BsdiffArguments::ParseQuality("30", &quality, 0, 11)); in TEST() 68 EXPECT_FALSE(BsdiffArguments::ParseQuality("1234567890", &quality, 0, 1000)); in TEST() 69 EXPECT_FALSE(BsdiffArguments::ParseQuality("aabb", &quality, 0, 1000)); in TEST() 77 // Check the out of range quality values. in TEST() 96 // Compression quality out of range for brotli. in TEST()
|
| /external/libxaac/ |
| D | README.md | 3 …quality audio for all signal types, including speech, music, and mixed material. It is the require… 5 … quality. Extended HE-AAC is a well-liked option for a number of applications since it is a strong… 9 …quality. It was observed that minimum delay it can achieve is 15ms. In order to achieve low delay … 11 …quality audio coding at low bit rates. MPEG-D USAC combines advanced audio coding techniques with … 13 …uch as broadcasting, streaming, and teleconferencing which requires high-quality audio compression… 19 * Further Quality enhancements for AAC-ELD and AAC-ELDv2 modes may be pushed as quality assessment …
|