Home
last modified time | relevance | path

Searched refs:input_image_size (Results 1 – 1 of 1) sorted by relevance

/art/patchoat/
Dpatchoat.cc589 int64_t input_image_size = input_image->GetLength(); in Patch() local
590 if (input_image_size < 0) { in Patch()
594 std::unique_ptr<MemMap> original(MemMap::MapFile(input_image_size, in Patch()