Searched refs:SNDCTL_DSP_STEREO (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | oss.c | 119 err = ioctl(audio_fd, SNDCTL_DSP_STEREO, &tmp); in ff_oss_audio_open() 120 CHECK_IOCTL_ERROR(SNDCTL_DSP_STEREO) in ff_oss_audio_open()
|
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | gstossdmabuffer.c | 211 if (ioctl (obuf->fd, SNDCTL_DSP_STEREO, &tmp) == -1) { in gst_ossdmabuffer_acquire()
|
D | gstosssink.c | 452 SET_PARAM (oss, SNDCTL_DSP_STEREO, 1, "STEREO"); in gst_oss_sink_prepare()
|
D | gstosssrc.c | 447 SET_PARAM (oss, SNDCTL_DSP_STEREO, 1, "STEREO"); in gst_oss_src_prepare()
|
/third_party/libsnd/programs/ |
D | sndfile-play.c | 434 if (ioctl (fd, SNDCTL_DSP_STEREO, &stereo) == -1) in opensoundsys_open_device()
|
/third_party/python/Modules/ |
D | ossaudiodev.c | 1264 _EXPORT_INT(m, SNDCTL_DSP_STEREO); in PyInit_ossaudiodev()
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-soundcard.h | 971 #define SNDCTL_DSP_STEREO __SIOWR('P', 3, int) macro
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 2042 case SNDCTL_DSP_STEREO: in dsp_ioctl()
|