Home | History | Annotate | Download | only in audio_extn

Lines Matching defs:in

8  * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
287 ssrmod.real_coeffs, // Coeffs hardcoded in header
288 ssrmod.imag_coeffs, // Coeffs hardcoded in header
381 int32_t audio_extn_ssr_init(struct stream_in *in)
388 in->config.channels = SSR_CHANNEL_INPUT_NUM;
389 in->config.period_size = SSR_PERIOD_SIZE;
390 in->config.period_count = SSR_PERIOD_COUNT;
471 struct stream_in *in = (struct stream_in *)stream;
472 struct audio_device *adev = in->dev;
484 ret = pcm_read(in
486 ALOGE("%s: %s ret:%d", __func__, pcm_get_error(in->pcm),ret);