Searched defs:generic_stream_in (Results 1 – 4 of 4) sorted by relevance
73 struct generic_stream_in { struct74 struct audio_stream_in stream; // Constant after init75 pthread_mutex_t lock;76 struct generic_audio_device *dev; // Constant after init77 audio_devices_t device; // Protected by this->lock78 struct audio_config req_config; // Constant after init79 struct pcm *pcm; // Protected by this->lock80 struct pcm_config pcm_config; // Constant after init81 int16_t *stereo_to_mono_buf; // Protected by this->lock82 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]
199 struct generic_stream_in { struct200 struct audio_stream_in stream; // Constant after init201 pthread_mutex_t lock;202 struct generic_audio_device *dev; // Constant after init203 audio_devices_t device; // Protected by this->lock204 struct audio_config req_config; // Constant after init205 struct pcm *pcm; // Protected by this->lock206 struct pcm_config pcm_config; // Constant after init207 int16_t *stereo_to_mono_buf; // Protected by this->lock208 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]
196 struct generic_stream_in { struct197 struct audio_stream_in stream; // Constant after init198 pthread_mutex_t lock;199 struct generic_audio_device *dev; // Constant after init200 audio_devices_t device; // Protected by this->lock201 struct audio_config req_config; // Constant after init202 struct pcm *pcm; // Protected by this->lock203 struct pcm_config pcm_config; // Constant after init204 int16_t *stereo_to_mono_buf; // Protected by this->lock205 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]
60 struct generic_stream_in { struct61 struct audio_stream_in stream;62 struct generic_audio_device *dev;63 audio_devices_t device;