Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3VendorTags.cpp783 uint32_t section_index = section - VENDOR_SECTION; in get_tag_name() local
792 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() local
835 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()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.cpp79 size_t section_index = 0; in GetTagFromName() local
94 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()
/aosp12/art/dexlayout/
H A Ddex_visualize.cc306 size_t section_index) { in FindNextByteAfterSection() argument
307 for (size_t i = section_index + 1; i < sorted_sections.size(); ++i) { in FindNextByteAfterSection()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc986 size_t section_index = 0u; in Save() local
989 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()