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

/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c491 ctx->chroma_size_1 = 0;
511 ctx->chroma_size_1 = calc_plane(ctx->stride[2], (ctx->img_height / 2));
519 ctx->chroma_size_1 += S5P_FIMV_D_ALIGN_PLANE_SIZE_V8;
562 ctx->chroma_size_1 = ctx->stride[2] * ALIGN(ctx->img_height / 2, 16);
567 ctx->chroma_size_1 += MFC_CHROMA_PAD_BYTES_V12;
574 ctx->chroma_size_1 = 0;
628 writel(ctx->chroma_size_1, mfc_regs->d_third_plane_dpb_size);
H A Ds5p_mfc_dec.c383 pix_mp->plane_fmt[2].sizeimage = ctx->chroma_size_1;
986 psize[2] = ctx->chroma_size_1;
1029 if (vb2_plane_size(vb, 2) < ctx->chroma_size_1) {
H A Ds5p_mfc_common.h627 * @chroma_size_1: size of a chroma third plane
665 int chroma_size_1; member in struct:s5p_mfc_ctx
H A Ds5p_mfc_enc.c1422 pix_fmt_mp->plane_fmt[2].sizeimage = ctx->chroma_size_1;
1516 pix_fmt_mp->plane_fmt[2].sizeimage = ctx->chroma_size_1;
2456 psize[2] = ctx->chroma_size_1;
2547 (vb2_plane_size(vb, 2) < ctx->chroma_size_1)) {

Completed in 127 milliseconds