Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp341 int pixel_align_w = 1, pixel_align_h = 1; in get_pixel_w_h() local
375 pixel_align_h = max(pixel_align_h, afbc_tile.height); in get_pixel_w_h()
387 pixel_align_h = max(pixel_align_h, 16); in get_pixel_w_h()
391 *height = GRALLOC_ALIGN(*height, max(1, pixel_align_h, format.tile_size)); in get_pixel_w_h()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp329 int pixel_align_w = 0, pixel_align_h = 0; in get_pixel_w_h() local
368 pixel_align_h = max(pixel_align_h, 16); in get_pixel_w_h()
372 ALOGV("Plane[%hhu]: [PIXEL_ALIGN] w:%d, h:%d\n", plane, pixel_align_w, pixel_align_h); in get_pixel_w_h()
377 *height = GRALLOC_ALIGN(*height, max(1, pixel_align_h, format.tile_size, afbc_tile.height)); in get_pixel_w_h()