Searched refs:requested (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_BitmapTest.cpp | 206 jint requested = 0; in compress() local 208 requested = mCapacity; in compress() 211 requested = static_cast<jint>(size); in compress() 214 mEnv->SetByteArrayRegion(mStorage, 0, requested, in compress() 224 requested); in compress() 232 data = (void*)((char*) data + requested); in compress() 233 size -= requested; in compress()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | MinimalPostProcessingTests.java | 74 boolean requested = isMinimalPostProcessingRequested(displayId); in assertDisplayRequestedMinimalPostProcessing() 75 assertEquals(requested, on); in assertDisplayRequestedMinimalPostProcessing()
|
/cts/tests/tests/mediaediting/ |
D | README.md | 10 …ratio of input videos and validate the output resolution according to the requested aspect ratio. | 59 …s ratio of input videos and validate the output resolution according to the requested aspect ratio.
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 229 for (double requested : requestedFps) { in areAchievableFrameRates() 230 if (requested > confidence90) { in areAchievableFrameRates()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapColorSpaceTest.java | 93 ColorSpace requested = ColorSpace.get(e); in createWithColorSpace() local 94 Bitmap b = Bitmap.createBitmap(32, 32, config, false, requested); in createWithColorSpace() 97 assertSame(requested, cs); in createWithColorSpace() 103 for (ColorSpace requested : new ColorSpace[] { in createWithColorSpace() 107 Bitmap b = Bitmap.createBitmap(32, 32, config, false, requested); in createWithColorSpace() 119 for (ColorSpace requested : new ColorSpace[] { in createWithColorSpace() 123 Bitmap b = Bitmap.createBitmap(32, 32, config, false, requested); in createWithColorSpace()
|
D | ImageDecoderTest.java | 2425 public void checkColorSpace(ColorSpace requested, ColorSpace actual) { 2427 if (this.isF16 && requested != null) { 2428 if (requested == ColorSpace.get(ColorSpace.Named.LINEAR_SRGB)) { 2430 } else if (requested == ColorSpace.get(ColorSpace.Named.SRGB)) { 2433 assertSame(requested, actual); 2435 } else if (requested != null) { 2437 assertSame(requested, actual);
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 294 optimization is explicitly requested. Also, we cannot avoid that in
|