Searched defs:echo_reference (Results 1 – 1 of 1) sorted by relevance
37 struct echo_reference { struct38 struct echo_reference_itfe itfe; argument39 int status; // init status40 uint32_t state; // active state: reading, writing or both41 audio_format_t rd_format; // read sample format42 uint32_t rd_channel_count; // read number of channels43 uint32_t rd_sampling_rate; // read sampling rate in Hz44 size_t rd_frame_size; // read frame size (bytes per sample)45 audio_format_t wr_format; // write sample format46 uint32_t wr_channel_count; // write number of channels[all …]