Searched refs:periodBytes (Results 1 – 1 of 1) sorted by relevance
278 …oUsbALSA::setHardwareParams(pcm *txHandle, uint32_t sampleRate, uint32_t channels, int periodBytes) in setHardwareParams() argument299 ALOGV("Setting period size:%d samplerate:%d, channels: %d",periodBytes,sampleRate, channels); in setHardwareParams()300 param_set_min(params, SNDRV_PCM_HW_PARAM_PERIOD_BYTES, periodBytes); in setHardwareParams()