Lines Matching refs:samples_per_frame
170 unsigned int samples_per_frame = 0; in capture_pre_process() local
177 &samples_per_frame, &frames_per_second, in capture_pre_process()
190 channels = samples_per_frame; in capture_pre_process()
234 unsigned int samples_per_frame = 0; in playback_pre_process() local
269 channels = ctx->xfer.samples_per_frame; in playback_pre_process()
273 channels = samples_per_frame; in playback_pre_process()
293 samples_per_frame = channels; in playback_pre_process()
320 samples_per_frame = ctx->cntr_count; in playback_pre_process()
324 &samples_per_frame, &frames_per_second, in playback_pre_process()
360 ctx->xfer.samples_per_frame, in context_pre_process()
386 if (ctx->xfer.samples_per_frame == 1) in context_process_frames()
388 else if (ctx->xfer.samples_per_frame == 2) in context_process_frames()
391 fprintf(stderr, "%u", ctx->xfer.samples_per_frame); in context_process_frames()