Searched refs:ANDROID_BITMAP_FORMAT_NONE (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_BitmapTest.cpp | 86 info.format = ANDROID_BITMAP_FORMAT_NONE; in getFormat() 91 return ANDROID_BITMAP_FORMAT_NONE; in getFormat() 324 mBadInfo.format = ANDROID_BITMAP_FORMAT_NONE; in next()
|
D | android_graphics_cts_AImageDecoderTest.cpp | 146 ASSERT_EQ(ANDROID_BITMAP_FORMAT_NONE, format); in testNullDecoder() 344 for (auto newFormat : { ANDROID_BITMAP_FORMAT_RGBA_4444, ANDROID_BITMAP_FORMAT_NONE }) { in testSetFormat() 396 case ANDROID_BITMAP_FORMAT_NONE: in bytesPerPixel() 441 for (auto badFormat : { ANDROID_BITMAP_FORMAT_RGBA_4444, ANDROID_BITMAP_FORMAT_NONE }) { in testGetMinimumStride() 522 if (androidBitmapFormat == ANDROID_BITMAP_FORMAT_NONE) { in testDecode()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | AImageDecoderTest.java | 84 private static final int ANDROID_BITMAP_FORMAT_NONE = 0; field in AImageDecoderTest 125 ANDROID_BITMAP_FORMAT_NONE, in getBitMapFormatsUnpremul() 348 case ANDROID_BITMAP_FORMAT_NONE: in testDecode10BitHeif() 385 case ANDROID_BITMAP_FORMAT_NONE: in testDecode10BitAvif() 421 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_NONE, unpremul, bm); in testDecode() 433 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_NONE, unpremul, bm); in testDecodeResources() 1026 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_NONE, false /* unpremul */, bm); 1188 nTestDecode(aimagedecoder, ANDROID_BITMAP_FORMAT_NONE, false /* unpremul */, bm);
|
D | BitmapTest.java | 2852 private static final int ANDROID_BITMAP_FORMAT_NONE = 0; 2875 return ANDROID_BITMAP_FORMAT_NONE; in configToFormat()
|