Searched defs:stream_out (Results 1 – 9 of 9) sorted by relevance
151 struct stream_out { struct152 struct audio_stream_out stream; argument153 pthread_mutex_t lock; /* see note below on mutex acquisition order */154 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */155 pthread_cond_t cond;156 struct pcm_config config;157 struct compr_config compr_config;158 struct pcm *pcm;159 struct compress *compr;160 int standby;[all …]
2606 struct audio_stream_out **stream_out, in adev_open_output_stream()
125 struct stream_out { struct126 struct audio_stream_out stream; argument128 pthread_mutex_t lock;129 struct pcm *pcm;130 bool standby;133 struct pcm_config pcm_config;134 uint32_t channel_mask;137 uint32_t sample_rate;138 uint32_t buffer_size;139 uint32_t channels;[all …]
94 struct stream_out { struct95 struct audio_stream_out stream; argument97 pthread_mutex_t lock; /* see note below on mutex acquisition order */98 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by playback thread */99 bool standby;101 struct audio_device *dev; /* hardware information - only using this for the lock */103 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */104 alsa_device_proxy proxy; /* state of the stream */106 unsigned hal_channel_count; /* channel count exposed to AudioFlinger.111 audio_channel_mask_t hal_channel_mask; /* channel mask exposed to AudioFlinger. */[all …]
78 struct stream_out { struct79 struct audio_stream_out stream; argument81 struct stream_lock lock;83 bool standby;85 struct audio_device *adev; /* hardware information - only using this for the lock */87 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */88 alsa_device_proxy proxy; /* state of the stream */90 unsigned hal_channel_count; /* channel count exposed to AudioFlinger.95 audio_channel_mask_t hal_channel_mask; /* USB devices deal in channel counts, not masks101 struct listnode list_node;[all …]
521 struct audio_stream_out **stream_out) in adev_open_output_session()557 struct audio_stream_out **stream_out, in adev_open_output_stream()
295 struct audio_stream_out **stream_out, in adev_open_output_stream()
493 struct audio_stream_out **stream_out, in adev_open_output_stream()
1339 struct audio_stream_out **stream_out, in audio_config_compare()