Searched defs:rd_channel_count (Results 1 - 1 of 1) sorted by relevance

/system/media/audio_utils/
H A Decho_reference.c42 uint32_t rd_channel_count; // read number of channels member in struct:echo_reference
90 // this is er->rd_channel_count here as we resample after stereo to mono conversion if any
92 er->rd_channel_count;
188 if (er->rd_channel_count != er->wr_channel_count ||
211 if (er->rd_channel_count != er->wr_channel_count) {
230 er->rd_channel_count,
243 if (er->rd_channel_count != er->wr_channel_count) {
522 er->rd_channel_count = rdChannelCount;

Completed in 26 milliseconds