Searched defs:DeviceInfo (Results 1 – 4 of 4) sorted by relevance
24 TEST(DeviceInfo, basic) { in TEST() argument
208 struct DeviceInfo { struct209 int32_t arrayWidth;210 int32_t arrayHeight;211 int32_t bestStillCaptureFpsRange[2];212 uint8_t bestFaceDetectMode;213 int32_t maxFaces;214 struct OverrideModes {224 DefaultKeyedVector<uint8_t, OverrideModes> sceneModeOverrides;225 float minFocalLength;226 bool useFlexibleYuv;[all …]
42 DeviceInfo() {} in DeviceInfo() function
69 private static final class DeviceInfo { class in DeviceDiscoveryAction78 private DeviceInfo(int logicalAddress) { in DeviceInfo() method in DeviceDiscoveryAction.DeviceInfo