Searched refs:section_index (Results 1 – 4 of 4) sorted by relevance
783 uint32_t section_index = section - VENDOR_SECTION; in get_tag_name() local792 tag < (uint32_t)qcamera3_ext3_section_bounds[section_index]) in get_tag_name()793 ret = qcamera3_tag_info[section_index][tag_index].tag_name; in get_tag_name()827 uint32_t section_index = section - VENDOR_SECTION; in get_tag_type() local835 tag < (uint32_t)qcamera3_ext3_section_bounds[section_index]) in get_tag_type()836 ret = qcamera3_tag_info[section_index][tag_index].tag_type; in get_tag_type()
79 size_t section_index = 0; in GetTagFromName() local94 section_index = i; in GetTagFromName()106 section_index); in GetTagFromName()119 tag_begin = camera_metadata_section_bounds[section_index][0]; in GetTagFromName()120 tag_end = camera_metadata_section_bounds[section_index][1]; in GetTagFromName()
306 size_t section_index) { in FindNextByteAfterSection() argument307 for (size_t i = section_index + 1; i < sorted_sections.size(); ++i) { in FindNextByteAfterSection()
986 size_t section_index = 0u; in Save() local989 DCHECK_LT(section_index, section_infos.size()); in Save()990 section_infos[section_index] = FileSectionInfo(type, file_offset, file_size, inflated_size); in Save()992 section_index += 1u; in Save()1072 SafeBuffer section_infos_buffer(section_index * 4u * sizeof(uint32_t)); in Save()1073 for (size_t i = 0; i != section_index; ++i) { in Save()1086 FileHeader header(version_, section_index); in Save()