Home | History | Annotate | Download | only in audio

Lines Matching refs:out_frames

620     size_t out_frames;
678 out_frames = out->buffer_frames;
681 out->buffer, &out_frames);
684 out_frames = in_frames;
745 ret = pcm_write(out->pcm, in_buffer, out_frames * frame_size);
752 out->written += out_frames;