Searched refs:chroma_height (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_frontend.c | 502 uint32_t chroma_width, chroma_height; in sun4i_frontend_update_coord() local 512 chroma_height = DIV_ROUND_UP(luma_height, fb->format->vsub); in sun4i_frontend_update_coord() 517 SUN4I_FRONTEND_INSIZE(chroma_height, chroma_width)); in sun4i_frontend_update_coord() 532 (chroma_height << 16) / state->crtc_h); in sun4i_frontend_update_coord()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun4i_frontend.c | 501 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_plat_bufs_v6.c | 950 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()
|
Completed in 4 milliseconds