Searched refs:y_sclines (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | msm_media_info.h | 1233 uv_stride, y_sclines, uv_sclines; in VENUS_BUFFER_SIZE() local 1247 y_sclines = VENUS_Y_SCANLINES(color_fmt, height); in VENUS_BUFFER_SIZE() 1257 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE() 1265 y_plane = y_stride * y_sclines; in VENUS_BUFFER_SIZE() 1272 y_sclines = VENUS_Y_SCANLINES(color_fmt, (height+1)>>1); in VENUS_BUFFER_SIZE() 1273 y_ubwc_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in VENUS_BUFFER_SIZE() 1293 y_ubwc_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in VENUS_BUFFER_SIZE() 1310 y_ubwc_plane = MSM_MEDIA_ALIGN(y_stride * y_sclines, 4096); in VENUS_BUFFER_SIZE() 1355 uv_stride, y_sclines, uv_sclines; in VENUS_VIEW2_OFFSET() local 1361 y_sclines = VENUS_Y_SCANLINES(color_fmt, height); in VENUS_VIEW2_OFFSET() [all …]
|
D | dpu_formats.c | 722 uint32_t y_sclines, uv_sclines; in _dpu_format_get_plane_sizes_ubwc() local 728 y_sclines = VENUS_Y_SCANLINES(color, height); in _dpu_format_get_plane_sizes_ubwc() 730 y_sclines, DPU_UBWC_PLANE_SIZE_ALIGNMENT); in _dpu_format_get_plane_sizes_ubwc()
|
/Linux-v4.19/drivers/media/platform/qcom/venus/ |
D | helpers.c | 569 u32 y_sclines, uv_sclines, uv_plane; in get_framesize_raw_nv12() local 574 y_sclines = ALIGN(height, 32); in get_framesize_raw_nv12() 577 y_plane = y_stride * y_sclines; in get_framesize_raw_nv12()
|