/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3VendorTags.cpp | 266 uint32_t section_index = section - VENDOR_SECTION; local 276 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index]) 279 ret = qcamera3_tag_info[section_index][tag_index].tag_name; 308 uint32_t section_index = section - VENDOR_SECTION; local 317 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index]) 320 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
QCamera3VendorTags.cpp | 319 uint32_t section_index = section - VENDOR_SECTION; local 329 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index]) 332 ret = qcamera3_tag_info[section_index][tag_index].tag_name; 361 uint32_t section_index = section - VENDOR_SECTION; local 370 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index]) 373 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
QCamera3VendorTags.cpp | 319 uint32_t section_index = section - VENDOR_SECTION; local 329 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index]) 332 ret = qcamera3_tag_info[section_index][tag_index].tag_name; 361 uint32_t section_index = section - VENDOR_SECTION; local 370 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index]) 373 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3VendorTags.cpp | 427 uint32_t section_index = section - VENDOR_SECTION; local 437 else if (tag >= (uint32_t)qcamera3_ext3_section_bounds[section_index]) 440 ret = qcamera3_tag_info[section_index][tag_index].tag_name; 469 uint32_t section_index = section - VENDOR_SECTION; local 478 else if (tag >= (uint32_t )qcamera3_ext3_section_bounds[section_index]) 481 ret = qcamera3_tag_info[section_index][tag_index].tag_type;
|
/toolchain/binutils/binutils-2.25/include/ |
ieee.h | 153 unsigned int section_index; member in struct:ieee_section
|
/art/compiler/ |
elf_builder.h | 364 Elf_Word section_index; local 368 section_index = section->GetSectionIndex(); 370 section_index = static_cast<Elf_Word>(SHN_ABS); 372 Add(name, section_index, addr, size, binding, type); 376 Elf_Word section_index, 386 sym.st_shndx = section_index; [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ieee.c | 1116 unsigned int section_index; 1119 section_index = must_parse_int (&(ieee->h)); 1121 section = get_section_entry (abfd, ieee, section_index); 1202 unsigned int section_index; 1207 section_index = must_parse_int (&ieee->h); 1208 section = get_section_entry (abfd, ieee, section_index); 1209 if (section_index > ieee->section_count) 1210 ieee->section_count = section_index; 1114 unsigned int section_index; local 1200 unsigned int section_index; local [all...] |
coffgen.c | 381 coff_section_from_bfd_index (bfd *abfd, int section_index) 385 if (section_index == N_ABS) 387 if (section_index == N_UNDEF) 389 if (section_index == N_DEBUG) 394 if (answer->target_index == section_index) [all...] |
xcofflink.c | 5045 int section_index; local [all...] |
elf32-xtensa.c | 10352 unsigned int section_index; local [all...] |
/external/libnfc-nxp/src/ |
phDnldNfc.c | 559 volatile uint8_t section_index; member in struct:phDnldNfc_sContext [all...] |
/external/v8/src/ |
gdb-jit.cc | 717 int SectionHeaderPosition(uint32_t section_index) { 718 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index; [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
readelf.c | 218 unsigned int section_index; 216 unsigned int section_index; member in struct:group_list [all...] |