Searched refs:SBWC_8B_CBCR_SIZE (Results 1 – 5 of 5) sorted by relevance
39 #define SBWC_8B_CBCR_SIZE(w, h) ((SBWC_8B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + 6… macro
43 SBWC_8B_CBCR_SIZE(w, h) : SBWC_10B_CBCR_SIZE(w, h); in sbwc_sizes()
37 #define SBWC_8B_CBCR_SIZE(w, h) ((SBWC_8B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + 6… macro
879 SBWC_8B_CBCR_SIZE(w, h) : SBWC_10B_CBCR_SIZE(w, h); in sbwc_sizes()
710 return SBWC_8B_CBCR_SIZE(width, height) + in getExynosBufferCbCrLength()