Home
last modified time | relevance | path

Searched defs:echo_reference (Results 1 – 1 of 1) sorted by relevance

/system/media/audio_utils/
Decho_reference.c37 struct echo_reference { struct
38 struct echo_reference_itfe itfe; argument
39 int status; // init status
40 uint32_t state; // active state: reading, writing or both
41 audio_format_t rd_format; // read sample format
42 uint32_t rd_channel_count; // read number of channels
43 uint32_t rd_sampling_rate; // read sampling rate in Hz
44 size_t rd_frame_size; // read frame size (bytes per sample)
45 audio_format_t wr_format; // write sample format
46 uint32_t wr_channel_count; // write number of channels
[all …]