Home
last modified time | relevance | path

Searched refs:PA_STREAM_DONT_MOVE (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulse/
Ddef.h280 PA_STREAM_DONT_MOVE = 0x0200U, enumerator
374 #define PA_STREAM_DONT_MOVE PA_STREAM_DONT_MOVE macro
Dstream.c1213 PA_STREAM_DONT_MOVE| in create_stream()
1320 PA_TAG_BOOLEAN, flags & PA_STREAM_DONT_MOVE, in create_stream()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel-sink-new.c341 …PA_STREAM_INTERPOLATE_TIMING | PA_STREAM_DONT_MOVE | PA_STREAM_START_CORKED | PA_STREAM_AUTO_TIMIN… in context_state_cb()
Dmodule-tunnel-source-new.c339 …PA_STREAM_INTERPOLATE_TIMING|PA_STREAM_DONT_MOVE|PA_STREAM_AUTO_TIMING_UPDATE|PA_STREAM_START_CORK… in context_state_cb()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/
DSDL_pulseaudio.c622 flags |= PA_STREAM_DONT_MOVE; in PULSEAUDIO_OpenDevice()