Searched refs:sectionIndex (Results 1 – 1 of 1) sorted by relevance
452 size_t sectionIndex = 0; in getTagFromName() local470 sectionIndex = i; in getTagFromName()481 ALOGV("%s: Found matched section '%s' (%zu)", __FUNCTION__, section, sectionIndex); in getTagFromName()492 if (sectionIndex < ANDROID_SECTION_COUNT) { in getTagFromName()495 tagBegin = camera_metadata_section_bounds[sectionIndex][0]; in getTagFromName()496 tagEnd = camera_metadata_section_bounds[sectionIndex][1]; in getTagFromName()