Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c491 ctx->chroma_size_1 = 0; in s5p_mfc_dec_calc_dpb_size_v6()
511 ctx->chroma_size_1 = calc_plane(ctx->stride[2], (ctx->img_height / 2)); in s5p_mfc_dec_calc_dpb_size_v6()
519 ctx->chroma_size_1 += S5P_FIMV_D_ALIGN_PLANE_SIZE_V8; in s5p_mfc_dec_calc_dpb_size_v6()
562 ctx->chroma_size_1 = ctx->stride[2] * ALIGN(ctx->img_height / 2, 16); in s5p_mfc_enc_calc_src_size_v6()
567 ctx->chroma_size_1 += MFC_CHROMA_PAD_BYTES_V12; in s5p_mfc_enc_calc_src_size_v6()
574 ctx->chroma_size_1 = 0; in s5p_mfc_enc_calc_src_size_v6()
628 writel(ctx->chroma_size_1, mfc_regs->d_third_plane_dpb_size); in s5p_mfc_set_dec_frame_buffer_v6()
H A Ds5p_mfc_common.h665 int chroma_size_1; member