Searched refs:periodSize (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.h | 90 …eDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback); 109 …tus_t setHardwareParams(pcm *local_handle, uint32_t sampleRate, uint32_t channels, int periodSize);
|
D | alsa_default.cpp | 333 handle->periodSize = handle->handle->period_size; in setHardwareParams() 349 unsigned long periodSize = pcm->period_size; in setSoftwareParams() local 374 params->avail_min = handle->channels - 1 ? periodSize/4 : periodSize/2; in setSoftwareParams() 375 params->start_threshold = periodSize/2; in setSoftwareParams() 378 params->avail_min = periodSize/(channels * 2); in setSoftwareParams() 379 params->start_threshold = periodSize/(channels * 2); in setSoftwareParams()
|
D | AudioStreamOutALSA.cpp | 237 period_size = mHandle->periodSize; in write()
|
D | AudioUsbALSA.cpp | 590 …eDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback){ in configureDevice() argument 606 err = setHardwareParams(handle, sampleRate, channelCount,periodSize); in configureDevice()
|
D | AudioHardwareALSA.h | 177 unsigned int periodSize; member
|
D | AudioStreamInALSA.cpp | 325 period_size = mHandle->periodSize; in read()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | aplay.c | 88 unsigned long periodSize, bufferSize, reqBuffSize; in set_params() local
|
D | arec.c | 92 unsigned long periodSize, bufferSize, reqBuffSize; in set_params() local
|