Searched refs:compressed_data (Results 1 – 1 of 1) sorted by relevance
221 std::unique_ptr<char[]> compressed_data; in Write() local235 compressed_data.reset(new char[compressed_max_size]); in Write()238 &compressed_data[0], in Write()267 if (compressed_data != nullptr) { in Write()268 image_data_to_write = &compressed_data[0]; in Write()274 reinterpret_cast<char*>(&compressed_data[0]), in Write()284 const bool is_compressed = compressed_data != nullptr; in Write()