Searched refs:rdFormat (Results 1 – 2 of 2) sorted by relevance
55 int create_echo_reference(audio_format_t rdFormat,
485 int create_echo_reference(audio_format_t rdFormat, in create_echo_reference() argument503 if (rdFormat != AUDIO_FORMAT_PCM_16_BIT || in create_echo_reference()504 rdFormat != wrFormat) { in create_echo_reference()505 ALOGW("create_echo_reference bad format rd %d, wr %d", rdFormat, wrFormat); in create_echo_reference()521 er->rd_format = rdFormat; in create_echo_reference()527 er->rd_frame_size = audio_bytes_per_sample(rdFormat) * rdChannelCount; in create_echo_reference()