Searched refs:maxSectionIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/camera/
H A DVendorTagDescriptor.cpp132 uint32_t maxSectionIndex = 0; local
166 maxSectionIndex = (maxSectionIndex >= sectionIndex) ? maxSectionIndex : sectionIndex;
184 if (sectionCount < (maxSectionIndex + 1)) {
186 __FUNCTION__, sectionCount, (maxSectionIndex + 1));

Completed in 355 milliseconds