Searched refs:device_mode (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/iostreams/ |
D | skip.hpp | 91 typedef typename mode_of<Device>::type device_mode; in skip() typedef 95 is_convertible<device_mode, input_seekable> in skip() 99 is_convertible<device_mode, output_seekable> in skip() 105 is_convertible<device_mode, input>::value) ) in skip()
|
D | compose.hpp | 70 typedef typename mode_of<Device>::type device_mode; typedef in boost::iostreams::detail::composite_device 425 !(is_convertible<device_mode, input>::value) || in close() 426 !(is_convertible<device_mode, output>::value) in close() 438 } else if (is_convertible<device_mode, input>::value) { in close()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstwasapiutil.h | 108 gint device_mode, IMMDevice * device, IAudioClient * client,
|
D | gstwasapiutil.c | 459 gint device_mode, IMMDevice * device, IAudioClient * client, in gst_wasapi_util_get_device_format() argument 471 if (device_mode == AUDCLNT_SHAREMODE_SHARED) in gst_wasapi_util_get_device_format()
|
/third_party/alsa-utils/alsaconf/ |
D | alsaconf.in | 277 if /sbin/modinfo -p snd | grep -q device_mode ; then
|