Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dcamera_example_vendor_tags.cpp47 int32_t tag_section = (tag >> 16) - OHOS_VENDOR_SECTION; in GetVendorTagName() local
48 if (tag_section < 0 in GetVendorTagName()
49 || tag_section >= EXAMPLE_SECTION_COUNT in GetVendorTagName()
50 || tag >= EXAMPLE_VENDOR_SECTION_BOUNDS[tag_section][1]) return nullptr; in GetVendorTagName()
52 return EXAMPLE_VENDOR_TAG_INFO[tag_section][tag_index].tagName; in GetVendorTagName()
57 int32_t tag_section = (tag >> 16) - OHOS_VENDOR_SECTION; in GetVendorTagType() local
58 if (tag_section < 0 in GetVendorTagType()
59 || tag_section >= EXAMPLE_SECTION_COUNT in GetVendorTagType()
60 || tag >= EXAMPLE_VENDOR_SECTION_BOUNDS[tag_section][1]) return -1; in GetVendorTagType()
62 return EXAMPLE_VENDOR_TAG_INFO[tag_section][tag_index].tagType; in GetVendorTagType()