Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/sun4i/
Dsun4i_frontend.c501 uint32_t chroma_width, chroma_height; in sun4i_frontend_update_coord() local
511 chroma_height = DIV_ROUND_UP(luma_height, fb->format->vsub); in sun4i_frontend_update_coord()
516 SUN4I_FRONTEND_INSIZE(chroma_height, chroma_width)); in sun4i_frontend_update_coord()
531 (chroma_height << 16) / state->crtc_h); in sun4i_frontend_update_coord()
/linux-6.12.1/drivers/media/platform/qcom/venus/
Dhfi_plat_bufs_v6.c950 u32 aligned_width, aligned_height, chroma_height, ref_buf_height; in enc_scratch2_size() local
959 chroma_height = height >> 1; in enc_scratch2_size()
960 chroma_height = ALIGN(chroma_height, in enc_scratch2_size()
973 size = (aligned_height + chroma_height) * aligned_width + in enc_scratch2_size()