Home
last modified time | relevance | path

Searched refs:HARDWARE (Results 1 – 25 of 34) sorted by relevance

12

/cts/tests/video/src/android/video/cts/
DVideoCodecClaimsPerformanceTest.java100 ComponentClass.HARDWARE}); in input()
103 ComponentClass.HARDWARE}); in input()
106 ComponentClass.HARDWARE}); in input()
144 ComponentClass.HARDWARE}); in input()
146 isTv ? 60 : 30, false, ComponentClass.HARDWARE}); in input()
178 ComponentClass.HARDWARE}); in input()
180 isTv ? 60 : 30, false, ComponentClass.HARDWARE}); in input()
191 ComponentClass.HARDWARE}); in input()
197 ComponentClass.HARDWARE}); in input()
DHevcVp9ClaimsPerformanceTest.java82 ComponentClass.HARDWARE}); in input()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareBitmapTests.java67 options.inPreferredConfig = Bitmap.Config.HARDWARE; in createHardwareOptions()
101 assertEquals(Bitmap.Config.HARDWARE, hardwareBitmap.getConfig()); in testCreateFromPicture()
111 assertEquals(Bitmap.Config.HARDWARE, hardwareBitmap.getConfig()); in testReadbackThroughPicture()
131 assertEquals(Bitmap.Config.HARDWARE, hardwareBitmap.getConfig()); in testReadbackThroughPictureNoEndRecording()
160 Bitmap scaled = Bitmap.createBitmap(picture, 24, 24, Bitmap.Config.HARDWARE); in testCreateScaledBitmapFromPicture()
162 assertEquals(Bitmap.Config.HARDWARE, scaled.getConfig()); in testCreateScaledBitmapFromPicture()
182 testBitmapCopy(R.drawable.robot, Bitmap.Config.RGB_565, Bitmap.Config.HARDWARE); in testBitmapConfigFromRGB565()
187 testBitmapCopy(R.drawable.robot, Bitmap.Config.ARGB_8888, Bitmap.Config.HARDWARE); in testBitmapConfigFromARGB8888()
192 testBitmapCopy(R.drawable.robot, Bitmap.Config.HARDWARE, Bitmap.Config.HARDWARE); in testBitmapConfigFromHardwareToHardware()
197 testBitmapCopy(R.drawable.robot, Bitmap.Config.HARDWARE, Bitmap.Config.ARGB_8888); in testBitmapConfigFromHardwareToARGB8888()
[all …]
DColorSpaceTests.java20 import static android.graphics.Bitmap.Config.HARDWARE;
77 Bitmap bitmapHardware = loadAsset("green-p3.png", HARDWARE); in testDrawDisplayP3()
109 Bitmap bitmapHardware = loadAsset("orange-prophotorgb.png", HARDWARE); in testDrawProPhotoRGB()
142 Bitmap bitmapHardware = loadAsset("red-adobergb.png", HARDWARE); in testDrawTranslucentAdobeRGB()
DCanvasTests.java281 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inSwCanvas()
288 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inPictureCanvas_inSwCanvas()
298 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testDrawHwBitmap_inPictureCanvas_inPictureCanvas_inSwCanvas()
312 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testHwBitmapShaderInSwCanvas1()
325 Bitmap hwBitmap = getImmutableBitmap().copy(Bitmap.Config.HARDWARE, false); in testHwBitmapShaderInSwCanvas2()
/cts/tests/accessibility/common/src/android/accessibility/cts/common/
DAccessibilityShortcutSettingsRule.java50 private static final int HARDWARE = 2; field in AccessibilityShortcutSettingsRule
86 updateShortcutSetting(uiAutomation, HARDWARE, mA11yShortcutTargetSetting); in after()
100 return updateShortcutSetting(uiAutomation, HARDWARE, useShortcutList); in configureAccessibilityShortcut()
126 waitForShortcutStateChange(uiAutomation, HARDWARE, expectedList); in waitForAccessibilityShortcutStateChange()
196 case HARDWARE: return ACCESSIBILITY_SHORTCUT_TARGET_SERVICE; in shortcutTypeToSettingName()
234 case HARDWARE: return "HARDWARE"; in shortcutTypeToString()
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderQualityRegressionCodecTest.java21 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
79 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
117 true, HARDWARE); in testQualityRegressionWrtAvc()
DVideoEncoderFrameRateTest.java19 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
99 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
DVideoEncoderMaxBFrameTest.java22 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
93 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
DVideoEncoderQualityRegressionBFrameTest.java21 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
82 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
DVideoEncoderPsnrTest.java21 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
99 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
DVideoEncoderTargetBitrateTest.java21 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
114 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
DVideoEncoderIntraFrameIntervalTest.java24 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
107 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
DVideoEncoderAdaptiveBitRateTest.java21 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
111 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
DVideoEncoderMultiResTest.java21 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
142 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
DVideoEncoderRoiTest.java22 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
192 return prepareParamList(exhaustiveArgsList, true, false, true, false, HARDWARE); in input()
DVideoEncoderMinMaxTest.java21 import static android.mediav2.common.cts.CodecTestBase.ComponentClass.HARDWARE;
246 HARDWARE)); in input()
/cts/tests/tests/transition/src/android/transition/cts/
DSharedElementCallbackTest.java52 bitmap = bitmap.copy(Bitmap.Config.HARDWARE, false); in testSnapshot()
74 assertSame(Bitmap.Config.HARDWARE, finalBitmap.getConfig()); in testSnapshot()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java284 mBitmap.copy(Config.HARDWARE, true); in testCopyMutableHwBitmap()
409 Bitmap.createBitmap(100, 100, Config.HARDWARE); in testCreateMutableBitmapWithHardwareConfig()
433 assertEquals(Config.HARDWARE, hardwareBitmap.getConfig()); in testCreateBitmapFromHardwareBitmap()
436 assertEquals(Config.HARDWARE, ret.getConfig()); in testCreateBitmapFromHardwareBitmap()
638 bitmap = Bitmap.createBitmap(picture, 100, 100, Config.HARDWARE); in testCreateBitmap_Picture_immutable()
775 bitmap = bitmap.copy(Config.HARDWARE, false); in testGetHardwareBufferConfig()
789 bitmap = bitmap.copy(Config.HARDWARE, false); in testGetHardwareBufferTwice()
802 bitmap = bitmap.copy(Config.HARDWARE, false); in testGetHardwareBufferMatches()
819 bitmap = bitmap.copy(Config.HARDWARE, false); in testGetHardwareBufferRecycled()
939 options.inPreferredConfig = Bitmap.Config.HARDWARE; in testGetColorHardware()
[all …]
DBitmap_ConfigTest.java54 assertEquals(Config.HARDWARE, config[5]); in testValues()
DGainmapTest.java118 if (bitmap.getConfig() == Bitmap.Config.HARDWARE) { in checkGainmap()
128 if (bitmap.getConfig() == Bitmap.Config.HARDWARE) { in checkGainmap()
147 if (bitmap.getConfig() == Bitmap.Config.HARDWARE) { in checkFountainGainmap()
157 if (bitmap.getConfig() == Bitmap.Config.HARDWARE) { in checkFountainGainmap()
182 hardwareOptions.inPreferredConfig = Bitmap.Config.HARDWARE; in getGainmapDecodeVariations()
548 assertEquals(Bitmap.Config.HARDWARE, bitmap.getConfig()); in testHardwareGainmapCopy()
554 assertEquals(Bitmap.Config.HARDWARE, gainmapData.getConfig()); in testHardwareGainmapCopy()
DBitmapFactoryTest.java478 options.inPreferredConfig = Bitmap.Config.HARDWARE; in testDecodeReuseHardware()
764 options.inPreferredConfig = Config.HARDWARE; in testMutableHardwareInDecodeResource()
772 options.inPreferredConfig = Config.HARDWARE; in testMutableHardwareInDecodeByteArray()
780 options.inPreferredConfig = Config.HARDWARE; in testMutableHardwareInDecodeFile()
788 options.inPreferredConfig = Config.HARDWARE; in testMutableHardwareInDecodeFileDescriptor()
796 options.inPreferredConfig = Config.HARDWARE; in testMutableHardwareInDecodeResourceStream()
805 options.inPreferredConfig = Bitmap.Config.HARDWARE; in testDecodeHardwareBitmap()
809 assertEquals(Config.HARDWARE, hardwareBitmap.getConfig()); in testDecodeHardwareBitmap()
DBitmapColorSpaceTest.java618 opts.inPreferredConfig = Bitmap.Config.HARDWARE; in p3hardware()
972 options.inPreferredConfig = Bitmap.Config.HARDWARE; in copyHardwareToAlpha8()
974 assertSame(Bitmap.Config.HARDWARE, b.getConfig()); in copyHardwareToAlpha8()
1122 assertEquals(Bitmap.Config.HARDWARE, b.getConfig()); in testEncodeP3hardware()
1152 options.inPreferredConfig = Bitmap.Config.HARDWARE; in test16bitHardware()
1154 assertEquals(Bitmap.Config.HARDWARE, b.getConfig()); in test16bitHardware()
/cts/tests/quickaccesswallet/src/android/quickaccesswallet/
DTestBaseQuickAccessWalletService.java93 Icon cardImage = Icon.createWithBitmap(bitmap.copy(Bitmap.Config.HARDWARE, false)); in onWalletCardsRequested()
/cts/hostsidetests/videoencodingminimum/app/src/android/videoencodingmin/app/
DVideoTranscoderTest.java147 cType = CodecTestBase.ComponentClass.HARDWARE; in parseEncoderConfigurationFile()

12