Searched defs:generic_stream_in (Results 1 – 3 of 3) sorted by relevance
83 struct generic_stream_in { struct84 struct audio_stream_in stream; // Constant after init85 pthread_mutex_t lock;86 struct generic_audio_device *dev; // Constant after init87 audio_devices_t device; // Protected by this->lock88 struct audio_config req_config; // Constant after init89 struct pcm *pcm; // Protected by this->lock90 struct pcm_config pcm_config; // Constant after init91 int16_t *stereo_to_mono_buf; // Protected by this->lock92 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]
87 struct generic_stream_in { struct88 struct audio_stream_in stream; // Constant after init89 pthread_mutex_t lock;90 struct generic_audio_device *dev; // Constant after init91 audio_devices_t device; // Protected by this->lock92 struct audio_config req_config; // Constant after init93 struct pcm *pcm; // Protected by this->lock94 struct pcm_config pcm_config; // Constant after init95 int16_t *stereo_to_mono_buf; // Protected by this->lock96 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]
208 struct generic_stream_in { struct209 struct audio_stream_in stream; // Constant after init210 pthread_mutex_t lock;211 struct generic_audio_device *dev; // Constant after init212 audio_devices_t device; // Protected by this->lock213 struct audio_config req_config; // Constant after init214 struct pcm *pcm; // Protected by this->lock215 struct pcm_config pcm_config; // Constant after init216 int16_t *stereo_to_mono_buf; // Protected by this->lock217 size_t stereo_to_mono_buf_size; // Protected by this->lock[all …]