Home
last modified time | relevance | path

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

/external/adhd/audio_streams/src/
Daudio_streams.rs52 S16LE, enumerator
62 S16LE => 2, in sample_bytes()
74 S16LE => write!(f, "Signed 16 bit Little Endian"), in fmt()
442 .new_playback_stream(2, SampleFormat::S16LE, 48000, 480) in sixteen_bit_stereo()
454 .new_playback_stream(2, SampleFormat::S16LE, 48000, 480) in consumption_rate()
Dcapture.rs218 .new_capture_stream(2, SampleFormat::S16LE, 48000, 480) in sixteen_bit_stereo()
230 .new_capture_stream(2, SampleFormat::S16LE, 48000, 480) in consumption_rate()
/external/adhd/cras/client/cras_tests/src/
Daudio.rs111 16 => SampleFormat::S16LE, in try_new()
163 SampleFormat::S16LE => buf.write_all(&(sample as i16).to_le_bytes()), in read()
196 format = opts.format.unwrap_or(SampleFormat::S16LE); in playback()
289 SampleFormat::S16LE => { in write()
354 let format = opts.format.unwrap_or(SampleFormat::S16LE); in capture()
Darguments.rs231 Some("S16_LE") => Some(SampleFormat::S16LE), in parse()
/external/adhd/sound_card_init/dsm/src/
Dzero_player.rs153 const FORMAT: SampleFormat = SampleFormat::S16LE;
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_streams.rs50 SampleFormat::S16LE => VIRTIO_SND_PCM_FMT_U16, in from_sample_format()
/external/adhd/cras/client/cras-sys/src/
Dlib.rs652 SampleFormat::S16LE => snd_pcm_format_t::SND_PCM_FORMAT_S16_LE, in from()
/external/crosvm/devices/src/pci/
Dac97_bus_master.rs590 SampleFormat::S16LE, in create_audio_worker()