OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:periodSize
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/audio/legacy/libalsa-intf/
aplay.c
88
unsigned long
periodSize
, bufferSize, reqBuffSize;
arec.c
92
unsigned long
periodSize
, bufferSize, reqBuffSize;
/hardware/qcom/audio/legacy/alsa_sound/
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
;
Completed in 133 milliseconds