Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp347 uint32_t pixel_align_w = 1, pixel_align_h = 1; in get_pixel_w_h() local
350 pixel_align_w = format.align_w_cpu; in get_pixel_w_h()
363 pixel_align_w = std::max(HEADER_STRIDE_ALIGN_IN_SUPER_BLOCKS, num_sb_align) * sb.width; in get_pixel_w_h()
376 MALI_GRALLOC_LOGV("Plane[%hhu]: [PIXEL_ALIGN] w:%d\n", plane, pixel_align_w); in get_pixel_w_h()
380 pixel_align_w = std::max(static_cast<uint64_t>(pixel_align_w), afbc_tile.width); in get_pixel_w_h()
396 …*width = GRALLOC_ALIGN(*width, std::max({1u, pixel_align_w, static_cast<uint32_t>(format.tile_size… in get_pixel_w_h()