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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
def.h 219 uint32_t minreq; /**< Playback only: minimum request. The server does not request less than minreq bytes from the client, instead waints until the buffer is free enough to request more bytes at once */ member in struct:pa_buffer_attr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 219 uint32_t minreq; /**< Playback only: minimum request. The server does not request less than minreq bytes from the client, instead waints until the buffer is free enough to request more bytes at once */ member in struct:pa_buffer_attr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
def.h 219 uint32_t minreq; /**< Playback only: minimum request. The server does not request less than minreq bytes from the client, instead waints until the buffer is free enough to request more bytes at once */ member in struct:pa_buffer_attr
  /external/chromium_org/media/audio/pulse/
pulse_util.cc 175 buffer_attributes.minreq = buffer_size;
275 // |minreq| bytes. |tlength| should be a multiple of |minreq|; too low and
280 pa_buffer_attributes.minreq = params.GetBytesPerBuffer();
  /external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
SDL_pulseaudio.c 479 paattr.minreq = mixlen; /* -1 can lead to pa_stream_writable_size()
486 paattr.minreq = mixlen;
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.cc 94 attr->minreq = latency / kPlaybackRequestFactor;
95 attr->prebuf = attr->tlength - attr->minreq;
96 LOG(LS_VERBOSE) << "Configuring latency = " << attr->tlength << ", minreq = "
97 << attr->minreq << ", minfill = " << attr->prebuf;
    [all...]

Completed in 840 milliseconds