Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Dbricked.rs83 int base_offset = (in_br_z) * 32 + (in_br_y);
85 int slice_pos = base_brick * BRICK_SIZE + base_offset;
/frameworks/av/media/extractors/mp4/
DItemTable.cpp268 uint16_t data_reference_index, uint64_t base_offset) : in ItemLoc()
272 baseOffset(base_offset) {} in ItemLoc()
410 uint64_t base_offset = 0; in parse() local
412 if (!source()->getUInt64Var(offset, &base_offset, base_offset_size)) { in parse()
417 ALOGV("base_offset %lld", (long long) base_offset); in parse()
420 item_id, construction_method, data_reference_index, base_offset)); in parse()
/frameworks/native/cmds/installd/
Dotapreopt.cpp448 int32_t base_offset = ChooseRelocationOffsetDelta(art::GetImageMinBaseAddressDelta(), in Dex2oatBootImage() local
450 cmd.push_back(StringPrintf("--base=0x%x", art::GetImageBaseAddress() + base_offset)); in Dex2oatBootImage()