Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp595 std::unique_ptr<char[]> otherPixelsBuffer(new char[size]); in testDecode() local
596 void* otherPixels = (void*) otherPixelsBuffer.get(); in testDecode()