OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minreq
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc
81
attr->
minreq
= latency / kPlaybackRequestFactor;
82
attr->prebuf = attr->tlength - attr->
minreq
;
83
LOG(LS_VERBOSE) << "Configuring latency = " << attr->tlength << ",
minreq
= "
84
<< attr->
minreq
<< ", minfill = " << attr->prebuf;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
def.h
254
* this option is set, the
minreq
value of the buffer metrics gets
349
uint32_t
minreq
;
member in struct:pa_buffer_attr
351
* less than
minreq
bytes from the client, instead waits until the
[
all
...]
stream.h
114
* \li
minreq
- Minimum free number of the bytes in the playback
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h
279
* this option is set, the
minreq
value of the buffer metrics gets
389
uint32_t
minreq
;
member in struct:pa_buffer_attr
391
* less than
minreq
bytes from the client, instead waits until the
[
all
...]
stream.h
115
* \li
minreq
- Minimum free number of the bytes in the playback
[
all
...]
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc
1197
_playBufferAttr.
minreq
= latency / WEBRTC_PA_PLAYBACK_REQUEST_FACTOR;
1200
_playBufferAttr.
minreq
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpulsecommon-0.9.21.so
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulsecommon-1.1.so
Completed in 137 milliseconds