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

/hardware/qcom/audio/alsa_sound/
H A DAudioUsbALSA.h90 struct pcm * configureDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback);
109 status_t setHardwareParams(pcm *local_handle, uint32_t sampleRate, uint32_t channels, int periodSize);
H A Dalsa_default.cpp331 handle->periodSize = handle->handle->period_size;
347 unsigned long periodSize = pcm->period_size; local
372 params->avail_min = handle->channels - 1 ? periodSize/4 : periodSize/2;
373 params->start_threshold = periodSize/2;
376 params->avail_min = periodSize/(channels * 2);
377 params->start_threshold = periodSize/(channels * 2);
H A DAudioHardwareALSA.h176 unsigned int periodSize; member in struct:android_audio_legacy::alsa_handle_t
H A DAudioStreamOutALSA.cpp237 period_size = mHandle->periodSize;
H A DAudioUsbALSA.cpp590 struct pcm * AudioUsbALSA::configureDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback){ argument
606 err = setHardwareParams(handle, sampleRate, channelCount,periodSize);
H A DAudioStreamInALSA.cpp322 period_size = mHandle->periodSize;
/hardware/qcom/audio/libalsa-intf/
H A Daplay.c88 unsigned long periodSize, bufferSize, reqBuffSize; local
H A Darec.c92 unsigned long periodSize, bufferSize, reqBuffSize; local

Completed in 69 milliseconds