Home
last modified time | relevance | path

Searched refs:count_info (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1157 typedef struct count_info struct
1162 } count_info; typedef
1164 #define SNDCTL_DSP_GETIPTR __SIOR ('P',17, count_info)
1165 #define SNDCTL_DSP_GETOPTR __SIOR ('P',18, count_info)
/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c259 struct count_info info; in mmap_write()
336 struct count_info info; in mmap_read()
361 struct count_info info; in mmap_sink_get_latency()
386 struct count_info info; in mmap_source_get_latency()
/third_party/gstreamer/gstplugins_good/sys/oss/
Dgstossdmabuffer.c142 struct count_info count; in gst_ossdmabuffer_func()
/third_party/python/Modules/
Dossaudiodev.c715 count_info info; in oss_getptr()
/third_party/pulseaudio/src/utils/
Dpadsp.c2329 count_info *info; in dsp_ioctl()
2333 info = (count_info*) argp; in dsp_ioctl()