Searched defs:stream_in (Results 1 – 11 of 11) sorted by relevance
277 struct stream_in { struct282 struct pcm *pcm;283 int standby;284 int source;285 int pcm_device_id;290 bool enable_aec;291 bool enable_ns;293 bool ec_opened;305 bool realtime;311 float zoom;[all …]
5970 struct audio_stream_in **stream_in, in adev_open_input_stream()
123 struct stream_in { struct124 struct audio_stream_in stream; argument126 struct stream_lock lock;128 bool standby;145 struct listnode list_node;148 void * conversion_buffer; /* any conversions are put into here151 size_t conversion_buffer_size; /* in bytes */153 struct pcm_config config;155 audio_io_handle_t handle; // Unique identifier for a stream157 audio_patch_handle_t patch_handle; // Patch handle for this stream[all …]
244 void DeviceHalLocal::closeInputStream(struct audio_stream_in *stream_in) { in closeInputStream()
503 struct audio_stream_in **stream_in, in adev_open_input_stream()
560 struct audio_stream_in **stream_in, in adev_open_input_stream()
624 audio_stream_in **stream_in, in adev_open_input_stream()
1142 struct audio_stream_in** stream_in, in adev_open_input_stream()
1752 struct audio_stream_in** stream_in, in adev_open_input_stream()
1790 struct audio_stream_in** stream_in, in adev_open_input_stream()
1628 struct audio_stream_in **stream_in, in audio_config_compare()