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

/system/media/audio_utils/
H A Decho_reference.c492 uint32_t rdChannelCount,
514 if ((rdChannelCount != 1 && rdChannelCount != 2) ||
516 ALOGW("create_echo_reference bad channel count rd %d, wr %d", rdChannelCount,
528 er->rd_channel_count = rdChannelCount;
533 er->rd_frame_size = audio_bytes_per_sample(rdFormat) * rdChannelCount;
491 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 79 milliseconds