Home
last modified time | relevance | path

Searched refs:GetDeviceName (Results 1 – 25 of 37) sorted by relevance

12

/external/webrtc/modules/video_capture/linux/
Ddevice_info_linux.h25 int32_t GetDeviceName(uint32_t deviceNumber,
Ddevice_info_linux.cc71 int32_t DeviceInfoLinux::GetDeviceName(uint32_t deviceNumber, in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoLinux
/external/webrtc/sdk/objc/native/src/audio/
Dhelpers.h52 std::string GetDeviceName();
Dhelpers.mm80 std::string GetDeviceName() {
/external/webrtc/modules/desktop_capture/win/
Ddxgi_adapter_duplicator.h64 const std::string& GetDeviceName(int id) const;
Ddxgi_adapter_duplicator.cc159 const std::string& DxgiAdapterDuplicator::GetDeviceName(int id) const { in GetDeviceName() function in webrtc::DxgiAdapterDuplicator
Ddxgi_duplicator_controller.cc407 output->push_back(duplicator.GetDeviceName(i)); in GetDeviceNamesUnlocked()
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.h44 int32_t GetDeviceName(uint32_t deviceNumber,
Ddevice_info_ds.cc106 int32_t DeviceInfoDS::GetDeviceName(uint32_t deviceNumber, in GetDeviceName() function in webrtc::videocapturemodule::DeviceInfoDS
/external/webrtc/modules/video_capture/
Dvideo_capture.h35 virtual int32_t GetDeviceName(uint32_t deviceNumber,
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc262 absl::string_view GetDeviceName(const Node* node) { in GetDeviceName() function
271 absl::string_view device_name = GetDeviceName(node); in GetDeviceParsedName()
Dutils.h186 absl::string_view GetDeviceName(const Node* node);
/external/webrtc/test/
Dvcm_capturer.cc35 if (device_info->GetDeviceName(static_cast<uint32_t>(capture_device_index), in Init()
/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.h92 bool GetDeviceName(TFE_Context* ctx, tensorflow::string* device_name,
Dc_api_remote_test_util.cc161 ASSERT_TRUE(GetDeviceName(ctx, &cpu_device_name, "CPU")); in TestRemoteExecuteSilentCopies()
Dc_api_test.cc418 if (GetDeviceName(ctx, &gpu_device_name, "GPU")) { in TensorHandleSilentCopy()
433 ASSERT_TRUE(GetDeviceName(ctx, &cpu_device_name, "CPU")); in TensorHandleSilentCopy()
490 if (GetDeviceName(ctx, &gpu_device_name, "GPU")) { in SetAndGetOpDevices()
568 if (GetDeviceName(ctx, &gpu_device_name, "GPU")) { in TEST()
619 if (GetDeviceName(ctx, &gpu_device_name, "GPU")) { in ExecuteAdd()
636 ASSERT_TRUE(GetDeviceName(ctx, &cpu_device_name, "CPU")); in ExecuteAdd()
/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win_unittest.cc229 core_audio_utility::GetDeviceName(default_render_device.Get()); in TEST_F()
242 core_audio_utility::GetDeviceName(audio_device.Get()); in TEST_F()
263 device_name = core_audio_utility::GetDeviceName(audio_device.Get()); in TEST_F()
275 core_audio_utility::GetDeviceName(audio_device.Get()); in TEST_F()
287 device_name = core_audio_utility::GetDeviceName(audio_device.Get()); in TEST_F()
Dcore_audio_utility_win.h404 webrtc::AudioDeviceName GetDeviceName(IMMDevice* device);
/external/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc166 EXPECT_EQ(0, device_info_->GetDeviceName(device, device_name, 256, in OpenVideoCaptureDevice()
/external/webrtc/modules/audio_device/mac/
Daudio_device_mac.h171 int32_t GetDeviceName(const AudioObjectPropertyScope scope,
Daudio_device_mac.cc847 return GetDeviceName(kAudioDevicePropertyScopeOutput, index, name); in PlayoutDeviceName()
865 return GetDeviceName(kAudioDevicePropertyScopeInput, index, name); in RecordingDeviceName()
1651 int32_t AudioDeviceMac::GetDeviceName(const AudioObjectPropertyScope scope, in GetDeviceName() function in webrtc::AudioDeviceMac
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h210 static port::Status GetDeviceName(GpuDeviceHandle device,
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h340 string GetDeviceName(FunctionLibraryRuntime::Handle handle) const;
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer.cc84 GetDeviceName(context.virtual_placer.get(), *node_def); in NumConvOnDeviceWithDataTypeOverThreshold()
Dgeneric_layout_optimizer_transposer.cc268 GetDeviceName(context.virtual_placer.get(), *node_def); in ShouldProcess()
497 const string device = GetDeviceName( in UpdateEdge()
533 GetDeviceName(context->virtual_placer.get(), *src_node_def), in UpdateEdge()
1954 string GetDeviceName(const VirtualPlacer* virtual_placer, const NodeDef& node) { in GetDeviceName() function

12