Home
last modified time | relevance | path

Searched refs:tagVec (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/hdi/metadata_test/src/
H A Dcamera_example_vendor_tags_uttest.cpp46 std::vector<vendorTag_t> tagVec {}; variable
47 cameraVendorTagExample->GetAllVendorTags(tagVec);
H A Dcamera_metadata_operator_uttest.cpp468 std::vector<vendorTag_t>tagVec; variable
469 GetAllVendorTags(tagVec);
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dcamera_example_vendor_tags.cpp65 void CameraVendorTagExample::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() argument
75 tagVec.push_back(info); in GetAllVendorTags()
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_vendor_tag_test.cpp218 std::vector<vendorTag_t> tagVec {}; in TEST_F() local
219 auto ret = GetAllVendorTags(tagVec); in TEST_F()
220 for (auto tag : tagVec) { in TEST_F()
/ohos5.0/drivers/interface/camera/metadata/src/
H A Dcamera_metadata_operator.cpp148 int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() argument
150 return CameraMetadata::GetAllVendorTags(tagVec); in GetAllVendorTags()
H A Dcamera_metadata_info.cpp1557 int32_t CameraMetadata::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() argument
1564 g_vendorTagImpl->GetAllVendorTags(tagVec); in GetAllVendorTags()
/ohos5.0/drivers/interface/camera/metadata/include/
H A Dcamera_vendor_tag.h32 virtual void GetAllVendorTags(std::vector<vendorTag_t>& tagVec) = 0;
H A Dcamera_metadata_info.h120 static int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec);
H A Dcamera_metadata_operator.h212 int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec);
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/include/
H A Dcamera_example_vendor_tags.h50 void GetAllVendorTags(std::vector<vendorTag_t>& tagVec) override;