Searched defs:EmulatedCameraDeviceInfo (Results 1 – 1 of 1) sorted by relevance
49 struct EmulatedCameraDeviceInfo { struct56 std::unique_ptr<HalCameraMetadata> static_metadata_;57 std::unique_ptr<HalCameraMetadata> default_requests_[kTemplateCount];59 static const std::set<uint8_t> kSupportedCapabilites;60 static const std::set<uint8_t> kSupportedHWLevels;61 static const std::vector<int64_t> kSupportedUseCases;63 static const int32_t kMinimumStreamingFPS = 20;66 bool report_black_level_lock_ = false;67 uint8_t black_level_lock_ = ANDROID_BLACK_LEVEL_LOCK_ON;70 std::set<uint8_t> available_color_aberration_modes_;[all …]