Home
last modified time | relevance | path

Searched refs:default_device (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/boost/libs/compute/test/
Dtest_device.cpp32 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 …]
Dtest_system.cpp27 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()
Dcontext_setup.hpp25 device ( boost::compute::system::default_device() ), in Context()
/third_party/ffmpeg/libavdevice/
Dpulse_audio_common.c57 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()
Dfbdev_common.c79 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/
Dmedia_capture_devices_dispatcher.cc61 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/
Dgstopenalsink.c251 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 …]
Dgstopenalsrc.c208 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()
Dgstopenalsrc.h96 gchar *default_device; member
/third_party/boost/libs/compute/include/boost/compute/
Dsystem.hpp79 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/
Dsystem.hpp79 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/
Dopenclose.c30 static const char default_device[] = "/dev/dri/card0"; variable
40 device = default_device; in main()
/third_party/boost/libs/compute/example/
Dhello_world.cpp22 compute::device device = compute::system::default_device(); in main()
Dmemory_limits.cpp20 compute::device device = compute::system::default_device(); in main()
Dcopy_data.cpp23 compute::device device = compute::system::default_device(); in main()
Dmapped_view.cpp26 compute::device gpu = compute::system::default_device(); in main()
Dprint_vector.cpp25 compute::device gpu = compute::system::default_device(); in main()
Dpoint_centroid.cpp29 compute::device device = compute::system::default_device(); in main()
Dtransform_sqrt.cpp25 compute::device device = compute::system::default_device(); in main()
Dhost_sort.cpp31 compute::device gpu = compute::system::default_device(); in main()
Dtime_copy.cpp28 compute::device gpu = compute::system::default_device(); in main()
/third_party/boost/libs/compute/perf/
Dperf_bernoulli_distribution.cpp29 compute::device device = compute::system::default_device(); in main()
Dperf_uniform_int_distribution.cpp29 compute::device device = compute::system::default_device(); in main()
Dperf_discrete_distribution.cpp29 compute::device device = compute::system::default_device(); in main()
Dperf_fill.cpp25 boost::compute::device device = boost::compute::system::default_device(); in main()

12345