Searched refs:min_period_size (Results 1 - 2 of 2) sorted by relevance

/system/media/alsa_utils/include/
H A Dalsa_device_profile.h55 unsigned min_period_size; member in struct:__anon1982
/system/media/alsa_utils/
H A Dalsa_device_profile.c70 profile->min_period_size = profile->max_period_size = 0;
119 if (num_sample_frames < profile->min_period_size) {
120 num_sample_frames = profile->min_period_size;
336 profile->min_period_size = pcm_params_get_min(alsa_hw_params, PCM_PARAM_PERIOD_SIZE);
629 profile->min_period_size,profile-> max_period_size);

Completed in 65 milliseconds