Home
last modified time | relevance | path

Searched refs:rdChannelCount (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/include/audio_utils/
Decho_reference.h56 uint32_t rdChannelCount,
/system/media/audio_utils/
Decho_reference.c486 uint32_t rdChannelCount, in create_echo_reference() argument
508 if ((rdChannelCount != 1 && rdChannelCount != 2) || in create_echo_reference()
510 ALOGW("create_echo_reference bad channel count rd %d, wr %d", rdChannelCount, in create_echo_reference()
522 er->rd_channel_count = rdChannelCount; in create_echo_reference()
527 er->rd_frame_size = audio_bytes_per_sample(rdFormat) * rdChannelCount; in create_echo_reference()