OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rd_channel_count
(Results
1 - 1
of
1
) sorted by null
/system/media/audio_utils/
echo_reference.c
42
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) {
528
er->
rd_channel_count
= rdChannelCount;
Completed in 196 milliseconds