Home
last modified time | relevance | path

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

/webrtc/media/src/audio/
H A Dbuffer.rs186 const STRIDE: usize = std::mem::size_of::<i16>(); in from_bytes() constant
187 assert_eq!(bytes.len() % STRIDE, 0); in from_bytes()
191 let chunks_len = bytes.len() / STRIDE; in from_bytes()
209 const STRIDE: usize = std::mem::size_of::<i16>(); in from_bytes() constant
210 assert_eq!(bytes.len() % STRIDE, 0); in from_bytes()
214 let chunks_len = bytes.len() / STRIDE; in from_bytes()
246 const STRIDE: usize = std::mem::size_of::<i16>(); in from_bytes() constant
247 assert_eq!(bytes.len() % STRIDE, 0); in from_bytes()
251 let chunks_len = bytes.len() / STRIDE; in from_bytes()
270 assert_eq!(bytes.len() % STRIDE, 0); in from_bytes()
[all …]