Searched refs:compressed_data (Results 1 – 2 of 2) sorted by relevance
115 uint8_t* compressed_data = str->GetValueCompressed(); in ReportString() local117 data[i] = compressed_data[i]; in ReportString()
483 std::vector<uint8_t> compressed_data; in Write() local485 MaybeCompressData(raw_image_data, image_storage_mode_, &compressed_data); in Write()