Home
last modified time | relevance | path

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

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