Home
last modified time | relevance | path

Searched refs:PCM_ENABLE_OUTPUT (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/oss/
Dgstossdmabuffer.c308 tmp = PCM_ENABLE_OUTPUT; in gst_ossdmabuffer_play()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1155 # define PCM_ENABLE_OUTPUT 0x00000002 macro
1869 #define OPEN_WRITE PCM_ENABLE_OUTPUT
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c176 enable_bits |= PCM_ENABLE_OUTPUT; in trigger()
194 if (u->sink && !(enable_bits & PCM_ENABLE_OUTPUT)) { in trigger()
/third_party/pulseaudio/src/utils/
Dpadsp.c2197 *(int*) argp |= PCM_ENABLE_OUTPUT; in dsp_ioctl()
2211 i->play_precork = !((*(int*) argp) & PCM_ENABLE_OUTPUT); in dsp_ioctl()
2214 if (dsp_cork(i, i->play_stream, !((*(int*) argp) & PCM_ENABLE_OUTPUT)) < 0) in dsp_ioctl()