Searched refs:UVCProperties (Results 1 – 2 of 2) sorted by relevance
76 struct UVCProperties { struct151 std::shared_ptr<UVCProperties> parseUvcProperties();171 std::shared_ptr<UVCProperties> mUVCProperties;
295 std::shared_ptr<UVCProperties> UVCProvider::UVCDevice::parseUvcProperties() { in parseUvcProperties()296 std::shared_ptr<UVCProperties> ret = std::make_shared<UVCProperties>(); in parseUvcProperties()