Searched refs:y_plane (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/platform/qcom/venus/ |
| A D | helpers.c | 927 u32 y_stride, uv_stride, y_plane; in get_framesize_raw_nv12() local 936 y_plane = y_stride * y_sclines; in get_framesize_raw_nv12() 938 size = y_plane + uv_plane + SZ_8K; in get_framesize_raw_nv12() 946 u32 y_stride, y_plane; in get_framesize_raw_nv12_ubwc() local 956 y_plane = ALIGN(y_stride * ALIGN(height, 32), SZ_4K); in get_framesize_raw_nv12_ubwc() 965 return ALIGN(y_meta_plane + y_plane + uv_meta_plane + uv_plane + in get_framesize_raw_nv12_ubwc() 971 u32 y_plane, uv_plane, y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010() local 977 y_plane = y_stride * y_sclines; in get_framesize_raw_p010() 980 return ALIGN((y_plane + uv_plane), SZ_4K); in get_framesize_raw_p010()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
| A D | dcn10_hw_sequencer.c | 3313 int y_plane = pipe_ctx->plane_state->dst_rect.y; in dcn10_set_cursor_position() local 3337 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.width / in dcn10_set_cursor_position() 3342 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position()
|
Completed in 13 milliseconds