Searched refs:deviceName (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.cpp20 getDeviceFromName(const std::string &deviceName, AMDGPUSubtarget *ptr, argument
23 if (deviceName.c_str()[2] == '7') {
24 switch (deviceName.c_str()[3]) {
32 } else if (deviceName == "cypress") {
39 } else if (deviceName == "juniper") {
46 } else if (deviceName == "redwood") {
53 } else if (deviceName == "cedar") {
60 } else if (deviceName == "barts"
61 || deviceName == "turks") {
68 } else if (deviceName
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.cpp20 getDeviceFromName(const std::string &deviceName, AMDGPUSubtarget *ptr, argument
23 if (deviceName.c_str()[2] == '7') {
24 switch (deviceName.c_str()[3]) {
32 } else if (deviceName == "cypress") {
39 } else if (deviceName == "juniper") {
46 } else if (deviceName == "redwood") {
53 } else if (deviceName == "cedar") {
60 } else if (deviceName == "barts"
61 || deviceName == "turks") {
68 } else if (deviceName
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DVideoCapturer.java38 public static VideoCapturer create(String deviceName) { argument
39 long nativeVideoCapturer = nativeCreateVideoCapturer(deviceName);
64 private static native long nativeCreateVideoCapturer(String deviceName); argument
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_delay.h29 char * deviceName; member in struct:webrtc::videocapturemodule::DelayValues
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
H A DRTCVideoCapturer.h34 + (RTCVideoCapturer *)capturerWithDeviceName:(NSString *)deviceName;
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_capture_device.cc23 char deviceName[KMaxDeviceNameLength]; local
24 memset(deviceName, 0, KMaxDeviceNameLength);
36 EXPECT_EQ(0, devInfo->GetDeviceName(captureIdx, deviceName,
61 device_name_ = deviceName;
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.h27 int32_t OpenSpeaker(char* deviceName);
28 int32_t OpenMicrophone(char* deviceName);
63 void GetControlName(char *controlName, char* deviceName) const;
H A Daudio_mixer_manager_alsa_linux.cc163 int32_t AudioMixerManagerLinuxALSA::OpenSpeaker(char* deviceName) argument
166 "AudioMixerManagerLinuxALSA::OpenSpeaker(name=%s)", deviceName);
213 GetControlName(controlName, deviceName);
256 int32_t AudioMixerManagerLinuxALSA::OpenMicrophone(char *deviceName) argument
260 deviceName);
315 GetControlName(controlName, deviceName);
1292 char* deviceName) const
1295 // deviceName: "front:CARD=Intel,DEV=0"
1297 char* pos1 = strchr(deviceName, ':');
1298 char* pos2 = strchr(deviceName, ',');
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCVideoCapturer.mm41 + (RTCVideoCapturer*)capturerWithDeviceName:(NSString*)deviceName {
42 const std::string& device_name = std::string([deviceName UTF8String]);
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
H A Dvideo_capture_qtkit_info_objc.mm79 DefaultName:(char*)deviceName
103 memset(deviceName, 0, deviceNameLength);
109 successful = [tempString getCString:(char*)deviceName
113 memset(deviceName, 0, deviceNameLength);
H A Dvideo_capture_qtkit_info_objc.h53 DefaultName:(char*)deviceName
/external/chromium_org/third_party/webrtc/modules/video_capture/ios/
H A Ddevice_info_ios.mm54 NSString* deviceName = [DeviceInfoIosObjC deviceNameForIndex:deviceNumber];
59 strncpy(deviceNameUTF8, [deviceName UTF8String], deviceNameUTF8Length);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DGamepadMappings.java24 float[] rawAxes, float[] rawButtons, String deviceName) {
25 if (deviceName.startsWith(NVIDIA_SHIELD_DEVICE_NAME_PREFIX)) {
28 } else if (deviceName.equals(MICROSOFT_XBOX_PAD_DEVICE_NAME)) {
31 } else if (deviceName.equals(PS3_SIXAXIS_DEVICE_NAME)) {
34 } else if (deviceName.equals(SAMSUNG_EI_GP20_DEVICE_NAME)) {
23 mapToStandardGamepad(float[] mappedAxes, float[] mappedButtons, float[] rawAxes, float[] rawButtons, String deviceName) argument
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_main.cpp82 cl::STRING_CLASS deviceName; local
83 device->getInfo(CL_DEVICE_NAME, &deviceName);
84 SkDebugf("Device index 0 is named %s\n", deviceName.c_str());
/external/skia/tools/skpdiff/
H A Dskpdiff_main.cpp73 cl::STRING_CLASS deviceName; local
74 device->getInfo(CL_DEVICE_NAME, &deviceName);
75 SkDebugf("Device index 0 is named %s\n", deviceName.c_str());
/external/chromium_org/chrome/browser/resources/print_preview/data/
H A Dlocal_parsers.js26 destinationInfo.deviceName,
/external/chromium_org/media/video/capture/mac/
H A Dvideo_capture_device_mac.h42 - (NSString*)deviceName;
/external/chromium_org/third_party/libva/va/x11/
H A Dva_dri2.h55 char **driverName, char **deviceName);
/external/chromium_org/chrome/browser/resources/local_discovery/
H A Dlocal_discovery.js214 var deviceName = document.createElement('h3');
215 deviceName.className = 'device-name';
216 deviceName.textContent = name;
217 deviceInfo.appendChild(deviceName);
397 for (var deviceName in devices) {
398 devices[deviceName].removeDevice();
399 delete devices[deviceName];
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_loopback.cc127 char deviceName[KMaxDeviceNameLength]; local
128 memset(deviceName, 0, KMaxDeviceNameLength);
138 memset(deviceName, 0, KMaxDeviceNameLength);
141 error = ptrViECapture->GetCaptureDevice(captureIdx, deviceName,
149 printf("\t %d. %s\n", captureIdx + 1, deviceName);
164 error = ptrViECapture->GetCaptureDevice(captureIdx, deviceName,
H A Dvie_autotest_record.cc69 char deviceName[KMaxDeviceNameLength]; local
189 memset(deviceName, 0, KMaxDeviceNameLength);
198 memset(deviceName, 0, KMaxDeviceNameLength);
201 error = ptrViECapture->GetCaptureDevice(captureIdx, deviceName,
208 printf("\t %d. %s\n", captureIdx + 1, deviceName);
222 error = ptrViECapture->GetCaptureDevice(captureIdx, deviceName,
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.h56 char **driverName, char **deviceName);
/external/mesa3d/src/glx/
H A Ddri2.h56 char **driverName, char **deviceName);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_browsertest.js32 * @param {string} deviceName The name of the device.
35 getElementForDevice: function(listElement, deviceName) {
40 if (name == deviceName)
/external/qemu/distrib/sdl-1.2.15/src/joystick/macos/
H A DSDL_sysjoystick.c136 len = SYS_DevDef[index].deviceName[0];
140 SDL_memcpy(name, &SYS_DevDef[index].deviceName[1], len);

Completed in 3733 milliseconds

12