Searched refs:otherPixelsBuffer (Results 1 – 1 of 1) sorted by relevance
595 std::unique_ptr<char[]> otherPixelsBuffer(new char[size]); in testDecode() local596 void* otherPixels = (void*) otherPixelsBuffer.get(); in testDecode()