Home | History | Annotate | Download | only in audio

Lines Matching defs:sample_size

544  * as large as frames * sample_size * MAX(in_chans, out_chans).
548 size_t sample_size; /* size of one audio sample, in bytes */
675 samp_size = data->sample_size;
708 br->sample_size = audio_stream_frame_size(&in->stream.common) / in->config.channels;
717 in->buffer = malloc(in->config.period_size * br->sample_size * chans);
2199 hw_frame_size = remix->in_chans * remix->sample_size;
2254 frame_size = in->remix_at_driver->out_chans * in->remix_at_driver->sample_size;