Home
last modified time | relevance | path

Searched refs:supportedType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dmetadata_output.cpp245 const std::vector<MetadataObjectType> &supportedType) in checkValidType() argument
247 … return std::all_of(typeAdded.begin(), typeAdded.end(), [&supportedType](MetadataObjectType type) { in checkValidType()
248 return std::find(supportedType.begin(), supportedType.end(), type) != supportedType.end(); in checkValidType()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dmetadata_output.h403 const std::vector<MetadataObjectType>& supportedType);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12378 std::vector<LightPaintingType> supportedType; variable
12379 session->GetSupportedLightPaintings(supportedType);
12380 EXPECT_NE(supportedType.size(), 0);