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

/system/media/audio_utils/
H A Decho_reference.c474 audio_format_t wrFormat,
490 rdFormat != wrFormat) {
491 ALOGW("create_echo_reference bad format rd %d, wr %d", rdFormat, wrFormat);
509 er->wr_format = wrFormat;
513 er->wr_frame_size = audio_bytes_per_sample(wrFormat) * wrChannelCount;
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 220 milliseconds