Searched refs:rdFormat (Results 1 - 2 of 2) sorted by relevance

/system/media/audio_utils/include/audio_utils/
H A Decho_reference.h54 int create_echo_reference(audio_format_t rdFormat,
/system/media/audio_utils/
H A Decho_reference.c471 int create_echo_reference(audio_format_t rdFormat, argument
489 if (rdFormat != AUDIO_FORMAT_PCM_16_BIT ||
490 rdFormat != wrFormat) {
491 ALOGW("create_echo_reference bad format rd %d, wr %d", rdFormat, wrFormat);
506 er->rd_format = rdFormat;
512 er->rd_frame_size = audio_bytes_per_sample(rdFormat) * rdChannelCount;

Completed in 277 milliseconds