Searched defs:periodSize (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_PCM.c257 snd_pcm_uframes_t periodSize; member in struct:tag_AlsaPcmInfo
401 ret = snd_pcm_sw_params_set_avail_min(info->handle, info->swParams, info->periodSize);
465 ret = snd_pcm_hw_params_get_period_size(info->hwParams, &info->periodSize, &dir);
473 (int) info->periodSize, info->periods, info->bufferSizeInBytes);
H A DPLATFORM_API_LinuxOS_ALSA_PCM.c257 snd_pcm_uframes_t periodSize; member in struct:tag_AlsaPcmInfo
401 ret = snd_pcm_sw_params_set_avail_min(info->handle, info->swParams, info->periodSize);
465 ret = snd_pcm_hw_params_get_period_size(info->hwParams, &info->periodSize, &dir);
473 (int) info->periodSize, info->periods, info->bufferSizeInBytes);

Completed in 34 milliseconds