Searched defs:stream_out (Results 1 – 6 of 6) sorted by relevance
263 struct stream_out { struct264 struct audio_stream_out stream; argument265 pthread_mutex_t lock; /* see note below on mutex acquisition order */266 pthread_cond_t cond;267 struct pcm_config config;268 struct listnode pcm_dev_list;269 struct compr_config compr_config;270 struct compress* compr;271 int standby;272 unsigned int sample_rate;[all …]
3687 struct audio_stream_out **stream_out, in adev_open_output_stream()
124 struct stream_out { struct125 struct audio_stream_out stream; argument127 pthread_mutex_t lock; /* see note below on mutex acquisition order */128 struct pcm *pcm;129 struct pcm_config *pcm_config;130 bool standby;131 uint64_t written; /* total frames written, not cleared when entering standby */133 struct resampler_itfe *resampler;134 int16_t *buffer;135 size_t buffer_frames;[all …]
156 struct stream_out { struct157 struct audio_stream_out stream; argument159 pthread_mutex_t lock; /* see note below on mutex acquisition order */160 struct pcm *pcm[PCM_TOTAL];161 struct pcm_config config;162 unsigned int pcm_device;163 bool standby; /* true if all PCMs are inactive */164 audio_devices_t device;168 bool disabled;169 audio_channel_mask_t channel_mask;[all …]
374 struct audio_stream_out **stream_out, in adev_open_output_stream()
492 struct audio_stream_out **stream_out, in adev_open_output_stream()