Lines Matching refs:samples_per_frame
198 state->cache.samples_per_frame;
213 assert(pos == xfer->samples_per_frame);
270 state->cache.samples_per_frame;
285 assert(pos == xfer->samples_per_frame);
345 unsigned int *samples_per_frame)
371 *samples_per_frame = 0;
381 ++(*samples_per_frame);
389 unsigned int *samples_per_frame,
438 if (*samples_per_frame == 0)
439 *samples_per_frame = channels;
441 if (*samples_per_frame != channels) {
456 *samples_per_frame, state->frames_per_period * 2);