Home
last modified time | relevance | path

Searched defs:chunks_ptr (Results 1 – 1 of 1) sorted by relevance

/webrtc/media/src/audio/
H A Dbuffer.rs190 let chunks_ptr = bytes.as_ptr() as *const [u8; STRIDE]; in from_bytes() localVariable
213 let chunks_ptr = bytes.as_ptr() as *const [u8; STRIDE]; in from_bytes() localVariable
250 let chunks_ptr = bytes.as_ptr() as *const [u8; STRIDE]; in from_bytes() localVariable
273 let chunks_ptr = bytes.as_ptr() as *const [u8; STRIDE]; in from_bytes() localVariable