Home | History | Annotate | Download | only in audio

Lines Matching refs:in_buf

2295     audio_buffer_t in_buf;
2328 /* in_buf.frameCount and out_buf.frameCount indicate respectively
2330 in_buf.frameCount = in->proc_frames_in;
2331 in_buf.s16 = in->proc_buf;
2337 &in_buf,
2341 * in_buf.frameCount and out_buf.frameCount respectively
2343 in->proc_frames_in -= in_buf.frameCount;
2346 in->proc_buf + in_buf.frameCount * in->config.channels,