Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
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()
Ds5p_mfc_dec.c383 pix_mp->plane_fmt[2].sizeimage = ctx->chroma_size_1; in vidioc_g_fmt()
986 psize[2] = ctx->chroma_size_1; in s5p_mfc_queue_setup()
1029 if (vb2_plane_size(vb, 2) < ctx->chroma_size_1) { in s5p_mfc_buf_init()
Ds5p_mfc_common.h665 int chroma_size_1; member
Ds5p_mfc_enc.c1422 pix_fmt_mp->plane_fmt[2].sizeimage = ctx->chroma_size_1; in vidioc_g_fmt()
1516 pix_fmt_mp->plane_fmt[2].sizeimage = ctx->chroma_size_1; in vidioc_s_fmt()
2456 psize[2] = ctx->chroma_size_1; in s5p_mfc_queue_setup()
2547 (vb2_plane_size(vb, 2) < ctx->chroma_size_1)) { in s5p_mfc_buf_prepare()