Searched defs:from_bytes (Results 1 – 2 of 2) sorted by relevance
| /webrtc/media/src/audio/ |
| H A D | buffer.rs | 20 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 D | sample.rs | 89 fn from_bytes<B: ByteOrder>(bytes: &[u8]) -> Result<Self, std::io::Error> { in from_bytes() method
|