Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_enc.c1372 pix_fmt_mp->plane_fmt[0].bytesperline = ctx->enc_dst_buf_size; in vidioc_g_fmt()
1373 pix_fmt_mp->plane_fmt[0].sizeimage = ctx->enc_dst_buf_size; in vidioc_g_fmt()
1453 ctx->enc_dst_buf_size = pix_fmt_mp->plane_fmt[0].sizeimage; in vidioc_s_fmt()
2401 psize[0] = ctx->enc_dst_buf_size; in s5p_mfc_queue_setup()
2477 vb2_plane_size(vb, 0), ctx->enc_dst_buf_size); in s5p_mfc_buf_prepare()
2478 if (vb2_plane_size(vb, 0) < ctx->enc_dst_buf_size) { in s5p_mfc_buf_prepare()
A Ds5p_mfc_common.h701 size_t enc_dst_buf_size; member

Completed in 10 milliseconds