Searched defs:tagBegin (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/camera/
H A DCameraMetadata.cpp762 uint32_t tagBegin, tagEnd; // [tagBegin, tagEnd) local
763 tagBegin = camera_metadata_section_bounds[sectionIndex][0];
766 for (candidateTag = tagBegin; candidateTag < tagEnd; ++candidateTag) {

Completed in 425 milliseconds