Searched defs:generic_stream_in (Results 1 – 3 of 3) 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 …]
206 struct generic_stream_in { struct207 struct audio_stream_in stream; // Constant after init208 pthread_mutex_t lock;209 struct generic_audio_device *dev; // Constant after init210 audio_devices_t device; // Protected by this->lock211 struct audio_config req_config; // Constant after init212 struct pcm *pcm; // Protected by this->lock213 struct pcm_config pcm_config; // Constant after init214 int16_t *stereo_to_mono_buf; // Protected by this->lock215 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]
209 struct generic_stream_in { struct210 struct audio_stream_in stream; // Constant after init211 pthread_mutex_t lock;212 struct generic_audio_device *dev; // Constant after init213 audio_devices_t device; // Protected by this->lock214 struct audio_config req_config; // Constant after init215 struct pcm *pcm; // Protected by this->lock216 struct pcm_config pcm_config; // Constant after init217 int16_t *stereo_to_mono_buf; // Protected by this->lock218 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]