Home
last modified time | relevance | path

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

/device/generic/car/emulator/audio/driver/
Daudio_hw.h88 struct generic_stream_in { struct
89 struct audio_stream_in stream; // Constant after init
90 pthread_mutex_t lock;
91 struct generic_audio_device *dev; // Constant after init
92 audio_devices_t device; // Protected by this->lock
93 struct audio_config req_config; // Constant after init
94 struct pcm *pcm; // Protected by this->lock
95 struct pcm_config pcm_config; // Constant after init
96 int16_t *stereo_to_mono_buf; // Protected by this->lock
97 size_t stereo_to_mono_buf_size; // Protected by this->lock
[all …]