Searched refs:pixel_align_h (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_bufferallocation.cpp | 341 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/ |
D | mali_gralloc_bufferallocation.cpp | 329 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()
|