Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/base/
Dmapped_file_fragment.cc51 bool MappedFileFragment::Map(int fd, off64_t base_offset, size_t elf_offset, size_t size) { in Map() argument
53 CHECK(!__builtin_add_overflow(base_offset, elf_offset, &offset)); in Map()
/frameworks/libs/binary_translation/base/include/berberis/base/
Dmapped_file_fragment.h29 bool Map(int fd, off64_t base_offset, size_t elf_offset, size_t size);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Dbricked.rscript83 int base_offset = (in_br_z) * 32 + (in_br_y);
85 int slice_pos = base_brick * BRICK_SIZE + base_offset;
/frameworks/av/media/module/extractors/mp4/
DItemTable.cpp274 uint16_t data_reference_index, uint64_t base_offset) : in ItemLoc()
278 baseOffset(base_offset) {} in ItemLoc()
416 uint64_t base_offset = 0; in parse() local
418 if (!source()->getUInt64Var(offset, &base_offset, base_offset_size)) { in parse()
423 ALOGV("base_offset %lld", (long long) base_offset); in parse()
426 item_id, construction_method, data_reference_index, base_offset)); in parse()