HomeSort by relevance Sort by last modified time
    Searched refs:DeviceInfo (Results 101 - 125 of 191) sorted by null

1 2 3 45 6 7 8

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
FeatureDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
35 public final class FeatureDeviceInfo extends DeviceInfo {
LibraryDeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
34 public final class LibraryDeviceInfo extends DeviceInfo {
DeviceInfo.java 16 package com.android.compatibility.common.deviceinfo;
42 public abstract class DeviceInfo extends InstrumentationTestCase {
79 File jsonFile = new File(dir, getClass().getSimpleName() + ".deviceinfo.json");
  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_test.hpp 85 CV_EXPORTS bool supportFeature(const cv::cuda::DeviceInfo& info, cv::cuda::FeatureSet feature);
95 const std::vector<cv::cuda::DeviceInfo>& values() const { return devices_; }
98 std::vector<cv::cuda::DeviceInfo> devices_;
349 CV_EXPORTS void PrintTo(const DeviceInfo& info, std::ostream* os);
  /external/webrtc/talk/media/webrtc/
fakewebrtcdeviceinfo.h 36 // Fake class for mocking out webrtc::VideoCaptureModule::DeviceInfo.
37 class FakeWebRtcDeviceInfo : public webrtc::VideoCaptureModule::DeviceInfo {
  /system/connectivity/dhcp_client/
service.cc 60 if (!DeviceInfo::GetInstance()->GetDeviceInfo(interface_name_,
  /system/connectivity/shill/
link_monitor.cc 51 DeviceInfo* device_info,
device_info_unittest.cc 124 vector<DeviceInfo::AddressData>& addresses =
126 addresses.push_back(DeviceInfo::AddressData(address, 0, RT_SCOPE_UNIVERSE));
144 return DeviceInfo::kDelayedDeviceCreationSeconds * 1000;
194 DeviceInfo device_info_;
201 MockSockets* mock_sockets_; // Owned by DeviceInfo.
302 _, DeviceInfo::kRequestLinkStatisticsIntervalMilliseconds));
330 _, DeviceInfo::kRequestLinkStatisticsIntervalMilliseconds));
621 // Since the device was rejected by the VPNProvider, DeviceInfo will
773 vector<DeviceInfo::AddressData> addresses;
    [all...]
  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 189 DeviceInfo devInfo;
212 DeviceInfo devInfo;
  /external/opencv3/modules/cudalegacy/test/
test_labeling.cpp 154 struct Labeling : testing::TestWithParam<cv::cuda::DeviceInfo>
156 cv::cuda::DeviceInfo devInfo;
  /external/opencv3/modules/cudawarping/test/
test_remap.cpp 115 PARAM_TEST_CASE(Remap, cv::cuda::DeviceInfo, cv::Size, MatType, Interpolation, BorderType, UseRoi)
117 cv::cuda::DeviceInfo devInfo;
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 19 #include <DeviceInfo.h>
161 // DeviceInfo::maxTextureSize() affects layer property
162 DeviceInfo::initialize();
  /external/opencv3/modules/ts/src/
cuda_test.cpp 141 bool supportFeature(const DeviceInfo& info, FeatureSet feature)
165 DeviceInfo info(i);
185 DeviceInfo info(i);
215 cv::cuda::DeviceInfo info(device);
545 void cv::cuda::PrintTo(const DeviceInfo& info, std::ostream* os)
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 356 if (phandle->dspCodec->DeviceInfo.TypeofDevice == 1)
360 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid,
368 if(phandle->dspCodec->DeviceInfo.DspStream != NULL)
370 if(phandle->dspCodec->DeviceInfo.TypeofRender == 0)
378 (struct DSP_STRMATTR *)phandle->dspCodec->DeviceInfo.DspStream,
382 else if(phandle->dspCodec->DeviceInfo.TypeofRender == 1)
390 (struct DSP_STRMATTR *)phandle->dspCodec->DeviceInfo.DspStream,
667 if(phandle->dspCodec->DeviceInfo.TypeofDevice == 1)
671 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid,
678 if(phandle->dspCodec->DeviceInfo.DspStream !=NULL
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 628 class CV_EXPORTS DeviceInfo
631 //! creates DeviceInfo object for the current GPU
632 DeviceInfo();
638 Constructs the DeviceInfo object for the specified device. If device_id parameter is missed, it
641 DeviceInfo(int device_id);
  /external/opencv3/modules/cudaimgproc/src/
hough_segments.cpp 163 DeviceInfo devInfo;
hough_lines.cpp 159 DeviceInfo devInfo;
  /external/webrtc/webrtc/modules/video_capture/ios/
device_info_ios.mm 41 VideoCaptureModule::DeviceInfo* VideoCaptureImpl::CreateDeviceInfo(
  /external/webrtc/webrtc/modules/video_capture/mac/
video_capture_mac.mm 201 * Create/Destroy a DeviceInfo
205 VideoCaptureModule::DeviceInfo*
  /external/opencv3/modules/cudafeatures2d/test/
test_features2d.cpp 58 PARAM_TEST_CASE(FAST, cv::cuda::DeviceInfo, FAST_Threshold, FAST_NonmaxSuppression)
60 cv::cuda::DeviceInfo devInfo;
127 PARAM_TEST_CASE(ORB, cv::cuda::DeviceInfo, ORB_FeaturesCount, ORB_ScaleFactor, ORB_LevelsCount, ORB_EdgeThreshold, ORB_firstLevel, ORB_WTA_K, ORB_ScoreType, ORB_PatchSize, ORB_BlurForDescriptor)
129 cv::cuda::DeviceInfo devInfo;
226 PARAM_TEST_CASE(BruteForceMatcher, cv::cuda::DeviceInfo, NormCode, DescriptorSize, UseMask)
228 cv::cuda::DeviceInfo devInfo;
  /frameworks/base/libs/hwui/
RenderProperties.h 20 #include "DeviceInfo.h"
612 const DeviceInfo* deviceInfo = DeviceInfo::get();
613 return mPrimitiveFields.mWidth <= deviceInfo->maxTextureSize()
614 && mPrimitiveFields.mHeight <= deviceInfo->maxTextureSize();
  /external/opencv3/modules/cudaoptflow/src/
brox.cpp 169 DeviceInfo devInfo;
  /external/opencv3/samples/gpu/performance/
performance.cpp 192 DeviceInfo dev_info(device);
  /external/webrtc/webrtc/modules/video_capture/linux/
device_info_linux.cc 31 VideoCaptureModule::DeviceInfo*
34 videocapturemodule::DeviceInfoLinux *deviceInfo =
36 if (!deviceInfo)
38 deviceInfo = NULL;
41 return deviceInfo;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 203 struct DeviceInfo {

Completed in 1044 milliseconds

1 2 3 45 6 7 8