Searched refs:tag_begin (Results 1 – 1 of 1) sorted by relevance
124 uint32_t tag_begin, tag_end; // [tag_begin, tag_end) in GetTagFromName() local125 tag_begin = camera_metadata_section_bounds[section_index][0]; in GetTagFromName()128 for (candidate_tag = tag_begin; candidate_tag < tag_end; ++candidate_tag) { in GetTagFromName()