Home
last modified time | relevance | path

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

/linux/drivers/media/platform/qcom/iris/
H A Diris_buffer.c174 u32 uv_meta_stride, uv_meta_plane; in iris_yuv_buffer_size_qc08c() local
195 uv_meta_plane = uv_meta_stride * ALIGN(DIV_ROUND_UP(f->fmt.pix_mp.height / 2, in iris_yuv_buffer_size_qc08c()
198 uv_meta_plane = ALIGN(uv_meta_plane, PIXELS_4K); in iris_yuv_buffer_size_qc08c()
204 return ALIGN(y_meta_plane + y_plane + uv_meta_plane + uv_plane, PIXELS_4K); in iris_yuv_buffer_size_qc08c()
/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c967 u32 uv_meta_stride, uv_meta_plane; in get_framesize_raw_nv12_ubwc() local
979 uv_meta_plane = uv_meta_stride * ALIGN(DIV_ROUND_UP(height / 2, 8), 16); in get_framesize_raw_nv12_ubwc()
980 uv_meta_plane = ALIGN(uv_meta_plane, SZ_4K); in get_framesize_raw_nv12_ubwc()
985 return ALIGN(y_meta_plane + y_plane + uv_meta_plane + uv_plane + in get_framesize_raw_nv12_ubwc()
1009 u32 y_meta_plane, uv_meta_plane; in get_framesize_raw_p010_ubwc() local
1024 uv_meta_plane = ALIGN(uv_meta_stride * uv_meta_scanlines, SZ_4K); in get_framesize_raw_p010_ubwc()
1026 size = y_ubwc_plane + uv_ubwc_plane + y_meta_plane + uv_meta_plane; in get_framesize_raw_p010_ubwc()
1037 u32 y_meta_plane, uv_meta_plane; in get_framesize_raw_yuv420_tp10_ubwc() local
1053 uv_meta_plane = ALIGN(uv_meta_stride * uv_meta_scanlines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1055 size = y_ubwc_plane + uv_ubwc_plane + y_meta_plane + uv_meta_plane; in get_framesize_raw_yuv420_tp10_ubwc()