Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/include/
H A Dcamera_example_vendor_tags.h43 class CameraVendorTagExample : public CameraVendorTag {
45 CameraVendorTagExample() {} in CameraVendorTagExample() function
46 virtual ~CameraVendorTagExample() = default;
53 extern "C" CameraVendorTagExample* CreateVendorTagImpl() in CreateVendorTagImpl()
55 return new CameraVendorTagExample(); in CreateVendorTagImpl()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dcamera_example_vendor_tags.cpp33 uint32_t CameraVendorTagExample::GetVendorTagCount() in GetVendorTagCount()
45 const char* CameraVendorTagExample::GetVendorTagName(const uint32_t tag) in GetVendorTagName()
55 int32_t CameraVendorTagExample::GetVendorTagType(const uint32_t tag) in GetVendorTagType()
65 void CameraVendorTagExample::GetAllVendorTags(std::vector<vendorTag_t>& tagVec) in GetAllVendorTags()
/ohos5.0/drivers/peripheral/camera/test/hdi/metadata_test/src/
H A Dcamera_example_vendor_tags_uttest.cpp45 auto cameraVendorTagExample = std::make_shared<OHOS::Camera::CameraVendorTagExample>();