Home
last modified time | relevance | path

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

/webrtc/constraints/src/
H A Denumerations.rs74 CropAndScale, enumerator
85 Self::CropAndScale.to_string() in crop_and_scale()
93 Self::CropAndScale => f.write_str("crop-and-scale"), in fmt()
125 assert_eq!(ResizeMode::CropAndScale.to_string(), "crop-and-scale"); in to_string()