Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_GETOSPACE (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/oss/
Dgstosssink.c462 GET_PARAM (oss, SNDCTL_DSP_GETOSPACE, &info, "GETOSPACE"); in gst_oss_sink_prepare()
546 ret = ioctl (oss->fd, SNDCTL_DSP_GETOSPACE, &info); in gst_oss_sink_delay()
Dgstossdmabuffer.c244 if (ioctl (obuf->fd, SNDCTL_DSP_GETOSPACE, &info) == -1) { in gst_ossdmabuffer_acquire()
Dgstosssrc.c534 ret = ioctl (oss->fd, SNDCTL_DSP_GETOSPACE, &info); in gst_oss_src_delay()
/third_party/python/Modules/
Dossaudiodev.c660 if (ioctl(self->fd, SNDCTL_DSP_GETOSPACE, &ai) < 0) { in oss_bufsize()
682 if (ioctl(self->fd, SNDCTL_DSP_GETOSPACE, &ai) < 0) { in oss_obufcount()
705 if (ioctl(self->fd, SNDCTL_DSP_GETOSPACE, &ai) < 0) { in oss_obuffree()
1241 _EXPORT_INT(m, SNDCTL_DSP_GETOSPACE); in PyInit_ossaudiodev()
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c444 if (ioctl(u->fd, SNDCTL_DSP_GETOSPACE, &info) < 0) { in io_sink_get_latency()
589 if (ioctl(u->fd, SNDCTL_DSP_GETOSPACE, &info) >= 0) { in unsuspend()
938 if (ioctl(u->fd, SNDCTL_DSP_GETOSPACE, &info) < 0) { in thread_func()
1308 if (ioctl(fd, SNDCTL_DSP_GETOSPACE, &info) >= 0) { in pa__init()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-audio.c634 if (ioctl (fd, SNDCTL_DSP_GETOSPACE, &info) == -1) in gst_oss4_audio_set_format()
Doss4-soundcard.h1064 #define SNDCTL_DSP_GETOSPACE __SIOR ('P',12, audio_buf_info) macro
/third_party/pulseaudio/src/utils/
Dpadsp.c2237 case SNDCTL_DSP_GETOSPACE: in dsp_ioctl()
2243 if (request == SNDCTL_DSP_GETOSPACE) in dsp_ioctl()
2252 if (request == SNDCTL_DSP_GETOSPACE) { in dsp_ioctl()