Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_enc.c1364 pix_fmt_mp->plane_fmt[0].bytesperline = ctx->enc_dst_buf_size; in vidioc_g_fmt()
1365 pix_fmt_mp->plane_fmt[0].sizeimage = ctx->enc_dst_buf_size; in vidioc_g_fmt()
1445 ctx->enc_dst_buf_size = pix_fmt_mp->plane_fmt[0].sizeimage; in vidioc_s_fmt()
2393 psize[0] = ctx->enc_dst_buf_size; in s5p_mfc_queue_setup()
2469 vb2_plane_size(vb, 0), ctx->enc_dst_buf_size); in s5p_mfc_buf_prepare()
2470 if (vb2_plane_size(vb, 0) < ctx->enc_dst_buf_size) { in s5p_mfc_buf_prepare()
Ds5p_mfc_common.h701 size_t enc_dst_buf_size; member