Searched refs:rdFormat (Results 1 – 2 of 2) sorted by relevance
55 int create_echo_reference(audio_format_t rdFormat,
511 int create_echo_reference(audio_format_t rdFormat, in create_echo_reference() argument529 if (rdFormat != AUDIO_FORMAT_PCM_16_BIT || in create_echo_reference()530 rdFormat != wrFormat) { in create_echo_reference()531 ALOGW("create_echo_reference bad format rd %d, wr %d", rdFormat, wrFormat); in create_echo_reference()547 er->rd_format = rdFormat; in create_echo_reference()553 er->rd_frame_size = audio_bytes_per_sample(rdFormat) * rdChannelCount; in create_echo_reference()