Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/encoder/
Dencoder.rs149 let (allowed_width, allowed_height) = in populate_src_params()
153 stride = allowed_width; in populate_src_params()
173 src_params.frame_width = allowed_width; in populate_src_params()
/external/crosvm/devices/src/virtio/video/
Dformat.rs262 let allowed_width = clamp_size(desired_width, width.min, width.step); in find_closest_resolution() localVariable
264 return (allowed_width, allowed_height); in find_closest_resolution()