Home | History | Annotate | Download | only in driver

Lines Matching refs:dsp_frames

416 static int out_get_render_position(const struct audio_stream_out *stream, uint32_t *dsp_frames) {
417 if (stream == NULL || dsp_frames == NULL) {
422 *dsp_frames = out->frames_rendered;