Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhelpers.c668 u32 y_stride, uv_stride, y_plane; in get_framesize_raw_nv12() local
672 y_stride = ALIGN(width, 128); in get_framesize_raw_nv12()
677 y_plane = y_stride * y_sclines; in get_framesize_raw_nv12()
687 u32 y_stride, y_plane; in get_framesize_raw_nv12_ubwc() local
696 y_stride = ALIGN(width, 128); in get_framesize_raw_nv12_ubwc()
697 y_plane = ALIGN(y_stride * ALIGN(height, 32), SZ_4K); in get_framesize_raw_nv12_ubwc()
707 max(extradata, y_stride * 48), SZ_4K); in get_framesize_raw_nv12_ubwc()
/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-image-convert.c976 u32 H, top, y_stride, uv_stride; in calc_tile_offsets_planar() local
984 y_stride = image->stride; in calc_tile_offsets_planar()
985 uv_stride = y_stride / fmt->uv_width_dec; in calc_tile_offsets_planar()
989 y_size = H * y_stride; in calc_tile_offsets_planar()
994 y_row_off = top * y_stride; in calc_tile_offsets_planar()