Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc110 auto actual_width = cvd::AlignToPowerOf2(config.x_res() * 4, 4);// align to 16 in GetIvServerCommand() local
113 cvd::AlignToPageSize(actual_width * config.y_res() + 16 /* padding */); in GetIvServerCommand()