Searched refs:sb_bytes (Results 1 – 1 of 1) sorted by relevance
292 const size_t sb_bytes = is_tiled? 0 : GRALLOC_ALIGN((bpp * AFBC_PIXELS_PER_BLOCK) / 8, 128); in init_afbc() local297 n_headers, body_offset, is_tiled, sb_bytes); in init_afbc()303 headers[layout][0] += sb_bytes; in init_afbc()728 const size_t sb_bytes = GRALLOC_ALIGN((format.bpp_afbc[plane] * sb.width * sb.height) / 8, 128); in calc_allocation_size() local729 body_size = sb_num * sb_bytes; in calc_allocation_size()