Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_CHANNELS (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Modules/
Dossaudiodev.c46 # ifndef SNDCTL_DSP_CHANNELS
47 # define SNDCTL_DSP_CHANNELS SOUND_PCM_WRITE_CHANNELS macro
357 return _do_ioctl_1(self->fd, args, "channels", SNDCTL_DSP_CHANNELS); in oss_channels()
586 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, &channels) == -1) { in oss_setparameters()
639 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, nchannels) < 0) in _ssize()
1228 _EXPORT_INT(m, SNDCTL_DSP_CHANNELS); in PyInit_ossaudiodev()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/dsp/
DSDL_dspaudio.c194 if (ioctl(this->hidden->audio_fd, SNDCTL_DSP_CHANNELS, &value) < 0) { in DSP_OpenDevice()
/third_party/gstreamer/gstplugins_good/sys/oss/
Doss_probe.c217 ioctl (probe->fd, SNDCTL_DSP_CHANNELS, &n_channels); in check_rate()
Dgstossdmabuffer.c217 if (ioctl (obuf->fd, SNDCTL_DSP_CHANNELS, &tmp) == -1) { in gst_ossdmabuffer_acquire()
Dgstosshelper.c335 ret = ioctl (probe->fd, SNDCTL_DSP_CHANNELS, &n_channels); in gst_oss_helper_rate_check_rate()
Dgstosssink.c453 SET_PARAM (oss, SNDCTL_DSP_CHANNELS, channels, "CHANNELS"); in gst_oss_sink_prepare()
Dgstosssrc.c448 SET_PARAM (oss, SNDCTL_DSP_CHANNELS, channels, "CHANNELS"); in gst_oss_src_prepare()
/third_party/pulseaudio/src/modules/oss/
Doss-util.c203 if (ioctl(fd, SNDCTL_DSP_CHANNELS, &channels) < 0) { in pa_oss_auto_format()
/third_party/libsnd/programs/
Dsndfile-play.c449 if (ioctl (fd, SNDCTL_DSP_CHANNELS, &channels) != 0) in opensoundsys_open_device()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-audio.c611 if (ioctl (fd, SNDCTL_DSP_CHANNELS, &chans) == -1) in gst_oss4_audio_set_format()
Doss4-soundcard.h976 #define SNDCTL_DSP_CHANNELS __SIOWR('P', 6, int) macro
/third_party/pulseaudio/src/utils/
Dpadsp.c2053 case SNDCTL_DSP_CHANNELS: { in dsp_ioctl()