Searched refs:CameraVendorTagExample (Results 1 – 3 of 3) sorted by relevance
43 class CameraVendorTagExample : public CameraVendorTag {45 CameraVendorTagExample() {} in CameraVendorTagExample() function46 virtual ~CameraVendorTagExample() = default;53 extern "C" CameraVendorTagExample* CreateVendorTagImpl() in CreateVendorTagImpl()55 return new CameraVendorTagExample(); in CreateVendorTagImpl()
33 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()
45 auto cameraVendorTagExample = std::make_shared<OHOS::Camera::CameraVendorTagExample>();