Home | History | Annotate | Download | only in audio

Lines Matching defs:frame_size

629     size_t frame_size = audio_stream_out_frame_size(stream);
631 size_t in_frames = bytes / frame_size;
685 frame_size /= 2;
757 ret = pcm_write(out->pcm, in_buffer, out_frames * frame_size);