Searched defs:generic_stream_out (Results 1 – 2 of 2) sorted by relevance
174 struct generic_stream_out { struct175 struct audio_stream_out stream; // Constant after init176 pthread_mutex_t lock;177 struct generic_audio_device *dev; // Constant after init178 audio_devices_t device; // Protected by this->lock179 struct audio_config req_config; // Constant after init180 struct pcm_config pcm_config; // Constant after init181 audio_vbuffer_t buffer; // Constant after init184 bool standby; // Protected by this->lock185 uint64_t underrun_position; // Protected by this->lock[all …]
52 struct generic_stream_out { struct68 struct generic_stream_out *out = (struct generic_stream_out *)stream; in out_get_sample_rate() argument