HomeSort by relevance Sort by last modified time
    Searched refs:minreq (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpMemory.cpp 140 size_t minreq = (size + sizeof(struct chunk) + pool->alignmask) & ~pool->alignmask; local
142 if (minreq >= pool->chunksize) {
145 ch = (struct chunk*)malloc(minreq);
152 pool->free = (uintptr_t)ch + minreq;
  /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...]
  /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...]
  /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...]
  /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...]

Completed in 130 milliseconds