Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp362 rect_t afbc_tile = sb; in get_pixel_w_h() local
365 afbc_tile.width = format.bpp_afbc[plane] > 32 ? 4 * afbc_tile.width : 8 * afbc_tile.width; in get_pixel_w_h()
366 afbc_tile.height = format.bpp_afbc[plane] > 32 ? 4 * afbc_tile.height : 8 * afbc_tile.height; in get_pixel_w_h()
372 …lane[%hhu]: [AFBC_TILE] w:%" PRIu16 ", h:%" PRIu16 "\n", plane, afbc_tile.width, afbc_tile.height); in get_pixel_w_h()
374 pixel_align_w = max(pixel_align_w, afbc_tile.width); in get_pixel_w_h()
375 pixel_align_h = max(pixel_align_h, afbc_tile.height); in get_pixel_w_h()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp351 rect_t afbc_tile = sb; in get_pixel_w_h() local
354 afbc_tile.width = format.bpp_afbc[plane] > 32 ? 4 * afbc_tile.width : 8 * afbc_tile.width; in get_pixel_w_h()
355 afbc_tile.height = format.bpp_afbc[plane] > 32 ? 4 * afbc_tile.height : 8 * afbc_tile.height; in get_pixel_w_h()
374 …ALOGV("Plane[%hhu]: [AFBC_TILE] w:%" PRIu16 ", h:%" PRIu16 "\n", plane, afbc_tile.width, afbc_tile in get_pixel_w_h()
376 *width = GRALLOC_ALIGN(*width, max(1, pixel_align_w, format.tile_size, afbc_tile.width)); 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()