Searched refs:SNDCTL_DSP_GETOSPACE (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/oss/ |
D | gstosssink.c | 462 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()
|
D | gstossdmabuffer.c | 244 if (ioctl (obuf->fd, SNDCTL_DSP_GETOSPACE, &info) == -1) { in gst_ossdmabuffer_acquire()
|
D | gstosssrc.c | 534 ret = ioctl (oss->fd, SNDCTL_DSP_GETOSPACE, &info); in gst_oss_src_delay()
|
/third_party/python/Modules/ |
D | ossaudiodev.c | 660 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/ |
D | module-oss.c | 444 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/ |
D | oss4-audio.c | 634 if (ioctl (fd, SNDCTL_DSP_GETOSPACE, &info) == -1) in gst_oss4_audio_set_format()
|
D | oss4-soundcard.h | 1064 #define SNDCTL_DSP_GETOSPACE __SIOR ('P',12, audio_buf_info) macro
|
/third_party/pulseaudio/src/utils/ |
D | padsp.c | 2237 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()
|