Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_streams.rs83 direction: StreamDirection, in new_stream()
162 direction: StreamDirection, in new()
/external/adhd/audio_streams/src/
Dshm_streams.rs198 direction: StreamDirection, in new_stream()
305 _direction: StreamDirection, in new_stream()
450 _direction: StreamDirection, in new_stream()
Daudio_streams.rs83 pub enum StreamDirection { enum
/external/adhd/cras/client/libcras/src/
Dcras_shm_stream.rs80 direction: StreamDirection, in try_new()
Dlibcras.rs618 direction: StreamDirection, in new_stream()
/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc81 enum StreamDirection { kForward = 0, kReverse }; enum