/third_party/boost/libs/compute/test/ |
D | test_device.cpp | 32 boost::compute::device gpu = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 46 boost::compute::device gpu = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 54 boost::compute::device device1 = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 63 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 92 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 146 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 191 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 223 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 231 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 239 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() [all …]
|
D | test_system.cpp | 27 BOOST_AUTO_TEST_CASE(default_device) in BOOST_AUTO_TEST_CASE() argument 29 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE() 35 boost::compute::device device = boost::compute::system::default_device(); in BOOST_AUTO_TEST_CASE()
|
D | context_setup.hpp | 25 device ( boost::compute::system::default_device() ), in Context()
|
/third_party/ffmpeg/libavdevice/ |
D | pulse_audio_common.c | 57 char *default_device; member 190 info->default_device = av_strdup(i->default_sink_name); in pulse_server_info_cb() 192 info->default_device = av_strdup(i->default_source_name); in pulse_server_info_cb() 193 if (!info->default_device) in pulse_server_info_cb() 237 devices->default_device = -1; in ff_pulse_audio_get_devices() 239 if (!strcmp(devices->devices[i]->device_name, dev_list.default_device)) { in ff_pulse_audio_get_devices() 240 devices->default_device = i; in ff_pulse_audio_get_devices() 246 av_free(dev_list.default_device); in ff_pulse_audio_get_devices()
|
D | fbdev_common.c | 79 const char *default_device = ff_fbdev_default_device(); in ff_fbdev_get_device_list() local 115 if (default_device && !strcmp(device->device_name, default_device)) { in ff_fbdev_get_device_list() 116 device_list->default_device = device_list->nb_devices - 1; in ff_fbdev_get_device_list() 117 default_device = NULL; in ff_fbdev_get_device_list()
|
/third_party/cef/libcef/browser/ |
D | media_capture_devices_dispatcher.cc | 61 std::string default_device; in GetDefaultDevices() local 63 default_device = prefs->GetString(prefs::kDefaultAudioCaptureDevice); in GetDefaultDevices() 64 GetRequestedDevice(default_device, true, false, devices); in GetDefaultDevices() 68 default_device = prefs->GetString(prefs::kDefaultVideoCaptureDevice); in GetDefaultDevices() 69 GetRequestedDevice(default_device, false, true, devices); in GetDefaultDevices()
|
/third_party/gstreamer/gstplugins_bad/ext/openal/ |
D | gstopenalsink.c | 251 sink->default_device = NULL; in gst_openal_sink_init() 293 if (!sink->default_device) in gst_openal_sink_set_property() 297 if (!sink->default_device) in gst_openal_sink_set_property() 301 if (!sink->default_device) in gst_openal_sink_set_property() 317 ALCdevice *device = sink->default_device; in gst_openal_sink_get_property() 579 if (sink->default_device == NULL) { in gst_openal_sink_getcaps() 592 ALCcontext *context = alcCreateContext (sink->default_device, NULL); in gst_openal_sink_getcaps() 599 GST_ALC_ERROR (sink->default_device)); in gst_openal_sink_getcaps() 630 sink->default_device = sink->user_device; in gst_openal_sink_open() 633 sink->default_device = alcGetContextsDevice (sink->user_context); in gst_openal_sink_open() [all …]
|
D | gstopenalsrc.c | 208 openalsrc->default_device = OPENAL_DEFAULT_DEVICE; in gst_openal_src_init() 222 g_free (openalsrc->default_device); in gst_openal_src_finalize() 235 openalsrc->default_device = g_value_dup_string (value); in gst_openal_src_set_property() 254 g_value_set_string (value, openalsrc->default_device); in gst_openal_src_get_property() 504 alcCaptureOpenDevice (openalsrc->default_device, openalsrc->rate, in gst_openal_src_prepare()
|
D | gstopenalsrc.h | 96 gchar *default_device; member
|
/third_party/boost/libs/compute/include/boost/compute/ |
D | system.hpp | 79 static device default_device() in default_device() function in boost::compute::system 81 static device default_device = find_default_device(); in default_device() local 83 return default_device; in default_device() 152 static context default_context(default_device()); in default_context() 160 static command_queue queue(default_context(), default_device()); in default_queue()
|
/third_party/boost/boost/compute/ |
D | system.hpp | 79 static device default_device() in default_device() function in boost::compute::system 81 static device default_device = find_default_device(); in default_device() local 83 return default_device; in default_device() 152 static context default_context(default_device()); in default_context() 160 static command_queue queue(default_context(), default_device()); in default_queue()
|
/third_party/libdrm/tests/tegra/ |
D | openclose.c | 30 static const char default_device[] = "/dev/dri/card0"; variable 40 device = default_device; in main()
|
/third_party/boost/libs/compute/example/ |
D | hello_world.cpp | 22 compute::device device = compute::system::default_device(); in main()
|
D | memory_limits.cpp | 20 compute::device device = compute::system::default_device(); in main()
|
D | copy_data.cpp | 23 compute::device device = compute::system::default_device(); in main()
|
D | mapped_view.cpp | 26 compute::device gpu = compute::system::default_device(); in main()
|
D | print_vector.cpp | 25 compute::device gpu = compute::system::default_device(); in main()
|
D | point_centroid.cpp | 29 compute::device device = compute::system::default_device(); in main()
|
D | transform_sqrt.cpp | 25 compute::device device = compute::system::default_device(); in main()
|
D | host_sort.cpp | 31 compute::device gpu = compute::system::default_device(); in main()
|
D | time_copy.cpp | 28 compute::device gpu = compute::system::default_device(); in main()
|
/third_party/boost/libs/compute/perf/ |
D | perf_bernoulli_distribution.cpp | 29 compute::device device = compute::system::default_device(); in main()
|
D | perf_uniform_int_distribution.cpp | 29 compute::device device = compute::system::default_device(); in main()
|
D | perf_discrete_distribution.cpp | 29 compute::device device = compute::system::default_device(); in main()
|
D | perf_fill.cpp | 25 boost::compute::device device = boost::compute::system::default_device(); in main()
|