Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp670 std::unique_ptr<char[]> decodePixelsBuffer(new char[size]); in testDecodeStride() local
671 void* decodePixels = (void*) decodePixelsBuffer.get(); in testDecodeStride()
681 pixels = (void*) decodePixelsBuffer.release(); in testDecodeStride()
898 std::unique_ptr<char[]> decodePixelsBuffer(new char[size]); in testDecodeScaled() local
899 void* decodePixels = (void*) decodePixelsBuffer.get(); in testDecodeScaled()
1117 std::unique_ptr<char[]> decodePixelsBuffer(new char[size]); in testDecodeCrop() local
1118 void* decodePixels = (void*) decodePixelsBuffer.get(); in testDecodeCrop()