Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
Dvsoc_composer.cpp45 bool rot_scale = from_w != to_h || from_h != to_w; in LayerNeedsScaling() local
49 return needs_rot ? rot_scale : not_rot_scale; in LayerNeedsScaling()
/device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
Dvsoc_composer.cpp47 bool rot_scale = from_w != to_h || from_h != to_w; in LayerNeedsScaling() local
51 return needs_rot ? rot_scale : not_rot_scale; in LayerNeedsScaling()