Searched defs:submix_stream_in (Results 1 – 1 of 1) sorted by relevance
176 struct submix_stream_in { struct177 struct audio_stream_in stream;178 struct submix_audio_device *dev;179 int route_handle;180 bool input_standby;181 bool output_standby_rec_thr; // output standby state as seen from record thread183 struct timespec record_start_time;185 uint64_t read_counter_frames;186 uint64_t read_counter_frames_since_standby;190 volatile int32_t ref_count;[all …]