Searched refs:decodePixelsBuffer (Results 1 – 1 of 1) sorted by relevance
670 std::unique_ptr<char[]> decodePixelsBuffer(new char[size]); in testDecodeStride() local671 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() local899 void* decodePixels = (void*) decodePixelsBuffer.get(); in testDecodeScaled()1117 std::unique_ptr<char[]> decodePixelsBuffer(new char[size]); in testDecodeCrop() local1118 void* decodePixels = (void*) decodePixelsBuffer.get(); in testDecodeCrop()