Home | History | Annotate | Download | only in audio_remote_submix

Lines Matching refs:max_frame_size

608     const size_t max_frame_size = max(stream_frame_size, pipe_frame_size);
609 return (pipe_frames * config->pipe_frame_size) / max_frame_size;