Searched refs:P010_PLANE_SIZE (Results 1 – 2 of 2) sorted by relevance
67 #define P010_PLANE_SIZE(w, h, ext_size) ((((w) * 2) * (h)) + ext_size) macro
1128 chroma_size = P010_PLANE_SIZE(stride, luma_vstride / 2, ext_size); in prepare_descriptor_exynos_formats()1129 luma_size = P010_PLANE_SIZE(stride, luma_vstride, ext_size); in prepare_descriptor_exynos_formats()