Lines Matching defs:from
113 fn from(value: (u32, u32)) -> Self { in from() method
119 fn from(value: Resolution) -> Self { in from() method
133 fn from(value: Rect) -> Self { in from() method
139 fn from(value: Resolution) -> Self { in from() method
145 fn from(value: ((u32, u32), (u32, u32))) -> Self { in from() method
156 fn from(fourcc: u32) -> Self { in from() method
162 fn from(fourcc: Fourcc) -> Self { in from() method
168 fn from(n: &[u8; 4]) -> Self { in from() method
174 fn from(n: Fourcc) -> Self { in from() method
249 fn from(fourcc: Fourcc) -> DecodedFormat { in from() method
260 fn from(format: DecodedFormat) -> Fourcc { in from() method
295 fn from(fourcc: Fourcc) -> EncodedFormat { in from() method
308 fn from(format: EncodedFormat) -> Fourcc { in from() method