Home
last modified time | relevance | path

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

/aosp12/hardware/libhardware/modules/camera/3_0/
H A DVendorTags.cpp95 uint32_t section = (tag - vendor_section_start) >> 16; in getSection()
97 if (tag < vendor_section_start) { in getSection()
H A DVendorTags.h52 const uint32_t vendor_section_start = VENDOR_SECTION_START; variable