Searched refs:total_frames (Results 1 – 2 of 2) sorted by relevance
167 const int total_frames = this->spec.samples; in jackProcessPlaybackCallback() local180 for (framesi = 0; framesi < total_frames; framesi++) { in jackProcessPlaybackCallback()217 const int total_frames = this->spec.samples; in jackProcessCaptureCallback() local225 for (framesi = 0; framesi < total_frames; framesi++) { in jackProcessCaptureCallback()
402 const int total_frames = buflen / frame_size; in ALSA_CaptureFromDevice() local403 snd_pcm_uframes_t frames_left = total_frames; in ALSA_CaptureFromDevice()435 this->hidden->swizzle_func(this, buffer, total_frames - frames_left); in ALSA_CaptureFromDevice()437 return (total_frames - frames_left) * frame_size; in ALSA_CaptureFromDevice()
Completed in 5 milliseconds