Home
last modified time | relevance | path

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

/webrtc/media/src/audio/
H A Dbuffer.rs20 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error>; in from_bytes() method
185 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error> { in from_bytes() method
208 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error> { in from_bytes() method
245 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error> { in from_bytes() method
268 fn from_bytes<B: ByteOrder>(bytes: &[u8], channels: usize) -> Result<Self, Self::Error> { in from_bytes() method
H A Dsample.rs89 fn from_bytes<B: ByteOrder>(bytes: &[u8]) -> Result<Self, std::io::Error> { in from_bytes() method