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

/system/media/audio_utils/
H A Decho_reference.c472 uint32_t rdChannelCount,
494 if ((rdChannelCount != 1 && rdChannelCount != 2) ||
496 ALOGW("create_echo_reference bad channel count rd %d, wr %d", rdChannelCount, wrChannelCount);
507 er->rd_channel_count = rdChannelCount;
512 er->rd_frame_size = audio_bytes_per_sample(rdFormat) * rdChannelCount;
471 create_echo_reference(audio_format_t rdFormat, uint32_t rdChannelCount, uint32_t rdSamplingRate, audio_format_t wrFormat, uint32_t wrChannelCount, uint32_t wrSamplingRate, struct echo_reference_itfe **echo_reference) argument

Completed in 50 milliseconds