Searched refs:pixelsBuffer (Results 1 – 1 of 1) sorted by relevance
549 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testDecode() local550 void* pixels = (void*) pixelsBuffer.get(); in testDecode()842 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testComputeSampledSize() local843 void* pixels = (void*) pixelsBuffer.get(); in testComputeSampledSize()866 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testDecodeScaled() local867 void* pixels = (void*) pixelsBuffer.get(); in testDecodeScaled()1085 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testDecodeCrop() local1086 void* pixels = (void*) pixelsBuffer.get(); in testDecodeCrop()1225 std::unique_ptr<char[]> pixelsBuffer(new char[size]); in testDecodeSetDataSpace() local1226 void* pixels = (void*) pixelsBuffer.get(); in testDecodeSetDataSpace()