Home
last modified time | relevance | path

Searched refs:S5P_FIMV_NV12M_HALIGN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Dregs-mfc.h245 #define S5P_FIMV_NV12M_HALIGN 16 macro
H A Ds5p_mfc_opr_v5.c319 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN); in s5p_mfc_enc_calc_src_size_v5()
321 ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN) in s5p_mfc_enc_calc_src_size_v5()
323 ctx->chroma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN) in s5p_mfc_enc_calc_src_size_v5()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Dregs-mfc.h245 #define S5P_FIMV_NV12M_HALIGN 16 macro
H A Ds5p_mfc_opr_v5.c319 ctx->buf_width = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN); in s5p_mfc_enc_calc_src_size_v5()
321 ctx->luma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN) in s5p_mfc_enc_calc_src_size_v5()
323 ctx->chroma_size = ALIGN(ctx->img_width, S5P_FIMV_NV12M_HALIGN) in s5p_mfc_enc_calc_src_size_v5()

Completed in 11 milliseconds