Home
last modified time | relevance | path

Searched refs:pixel_align_h (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
381 pixel_align_h = std::max(static_cast<uint64_t>(pixel_align_h), afbc_tile.height); in get_pixel_w_h()
393 pixel_align_h = std::max(pixel_align_h, 16u); in get_pixel_w_h()
397 …*height = GRALLOC_ALIGN(*height, std::max({1u, pixel_align_h, static_cast<uint32_t>(format.tile_si… in get_pixel_w_h()