OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:periodSize
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h
90
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
);
alsa_default.cpp
333
handle->
periodSize
= handle->handle->period_size;
349
unsigned long
periodSize
= pcm->period_size;
374
params->avail_min = handle->channels - 1 ?
periodSize
/4 :
periodSize
/2;
375
params->start_threshold =
periodSize
/2;
378
params->avail_min =
periodSize
/(channels * 2);
379
params->start_threshold =
periodSize
/(channels * 2);
[
all
...]
AudioHardwareALSA.h
177
unsigned int
periodSize
;
AudioStreamOutALSA.cpp
237
period_size = mHandle->
periodSize
;
AudioUsbALSA.cpp
590
struct pcm * AudioUsbALSA::configureDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int
periodSize
, bool playback){
606
err = setHardwareParams(handle, sampleRate, channelCount,
periodSize
);
[
all
...]
AudioStreamInALSA.cpp
325
period_size = mHandle->
periodSize
;
[
all
...]
/hardware/qcom/audio/legacy/libalsa-intf/
aplay.c
88
unsigned long
periodSize
, bufferSize, reqBuffSize;
arec.c
92
unsigned long
periodSize
, bufferSize, reqBuffSize;
Completed in 35 milliseconds