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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
def.h 269 PA_STREAM_ADJUST_LATENCY = 0x2000U,
291 * PA_STREAM_ADJUST_LATENCY. \since 0.9.12 */
343 #define PA_STREAM_ADJUST_LATENCY PA_STREAM_ADJUST_LATENCY
369 * with. When PA_STREAM_ADJUST_LATENCY is not set this value will
371 * PA_STREAM_ADJUST_LATENCY is set the overall latency of the sink
373 * PA_STREAM_ADJUST_LATENCY if you are interested in adjusting the
409 * PA_STREAM_ADJUST_LATENCY is set the overall source latency will
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.h 24 // able to compile against old headers but still use PA_STREAM_ADJUST_LATENCY
26 #ifndef PA_STREAM_ADJUST_LATENCY
27 #define PA_STREAM_ADJUST_LATENCY 0x2000U
38 // First PulseAudio protocol version that supports PA_STREAM_ADJUST_LATENCY.
audio_device_pulse_linux.cc 1169 // PA_STREAM_ADJUST_LATENCY to make the server adjust parameters
1176 _playStreamFlags |= PA_STREAM_ADJUST_LATENCY;
1285 // PA_STREAM_ADJUST_LATENCY to make the server adjust parameters
1292 _recStreamFlags |= PA_STREAM_ADJUST_LATENCY
    [all...]
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 30 // First PulseAudio protocol version that supports PA_STREAM_ADJUST_LATENCY.
    [all...]

Completed in 536 milliseconds