Home
last modified time | relevance | path

Searched refs:GetAllVendorTags (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/interface/camera/metadata/src/
H A Dcamera_metadata_operator.cpp148 int32_t GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() function
150 return CameraMetadata::GetAllVendorTags(tagVec); in GetAllVendorTags()
H A Dcamera_metadata_info.cpp1557 int32_t CameraMetadata::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags() function in OHOS::Camera::CameraMetadata
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/test/hdi/metadata_test/src/
H A Dcamera_example_vendor_tags_uttest.cpp47 cameraVendorTagExample->GetAllVendorTags(tagVec);
H A Dcamera_metadata_operator_uttest.cpp469 GetAllVendorTags(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;
/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() function in OHOS::Camera::CameraVendorTagExample
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dcamera_vendor_tag_test.cpp219 auto ret = GetAllVendorTags(tagVec); in TEST_F()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_device.cpp83 int32_t ret = OHOS::Camera::GetAllVendorTags(infos); in isFindModuleTypeTag()
H A Dcamera_input.cpp461 int32_t ret = OHOS::Camera::GetAllVendorTags(infos); in GetCameraAllVendorTags()