Home
last modified time | relevance | path

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

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