Home
last modified time | relevance | path

Searched refs:pixelsBuffer (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp549 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testDecode() local
550 void* pixels = (void*) pixelsBuffer.get(); in testDecode()
842 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testComputeSampledSize() local
843 void* pixels = (void*) pixelsBuffer.get(); in testComputeSampledSize()
866 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testDecodeScaled() local
867 void* pixels = (void*) pixelsBuffer.get(); in testDecodeScaled()
1085 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testDecodeCrop() local
1086 void* pixels = (void*) pixelsBuffer.get(); in testDecodeCrop()
1225 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testDecodeSetDataSpace() local
1226 void* pixels = (void*) pixelsBuffer.get(); in testDecodeSetDataSpace()