Home | History | Annotate | Download | only in audio

Lines Matching defs:in_buf

2641     audio_buffer_t in_buf;
2689 /* in_buf.frameCount and out_buf.frameCount indicate respectively
2691 in_buf.frameCount = in->proc_buf_frames;
2692 in_buf.s16 = in->proc_buf_in;
2703 &in_buf,
2708 * in_buf.frameCount and out_buf.frameCount respectively
2710 in->proc_buf_frames -= in_buf.frameCount;
2714 in->proc_buf_in + in_buf.frameCount * in->config.channels,