Home
last modified time | relevance | path

Searched refs:section_idx (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/media/camera/docs/
H A Dcamera_device_info.mako95 section_idx = 1
100 idx = section_idx * pow(2,16)
111 section_idx += 1
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc654 const auto section_idx = static_cast<ImageHeader::ImageSections>(i); in Init() local
655 auto& section = image_header.GetImageSection(section_idx); in Init()
656 LOG(INFO) << section_idx << " start=" in Init()