Home
last modified time | relevance | path

Searched refs:periodSize (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.h90 …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);
Dalsa_default.cpp333 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()
DAudioStreamOutALSA.cpp237 period_size = mHandle->periodSize; in write()
DAudioUsbALSA.cpp590 …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()
DAudioHardwareALSA.h177 unsigned int periodSize; member
DAudioStreamInALSA.cpp325 period_size = mHandle->periodSize; in read()
/hardware/qcom/audio/legacy/libalsa-intf/
Daplay.c88 unsigned long periodSize, bufferSize, reqBuffSize; in set_params() local
Darec.c92 unsigned long periodSize, bufferSize, reqBuffSize; in set_params() local