Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c1392 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_g_fmt() local
1398 pix_fmt_mp->width = 0; in vidioc_g_fmt()
1399 pix_fmt_mp->height = 0; in vidioc_g_fmt()
1400 pix_fmt_mp->field = V4L2_FIELD_NONE; in vidioc_g_fmt()
1401 pix_fmt_mp->pixelformat = ctx->dst_fmt->fourcc; in vidioc_g_fmt()
1402 pix_fmt_mp->num_planes = ctx->dst_fmt->num_planes; in vidioc_g_fmt()
1404 pix_fmt_mp->plane_fmt[0].bytesperline = ctx->enc_dst_buf_size; in vidioc_g_fmt()
1405 pix_fmt_mp->plane_fmt[0].sizeimage = ctx->enc_dst_buf_size; in vidioc_g_fmt()
1408 pix_fmt_mp->width = ctx->img_width; in vidioc_g_fmt()
1409 pix_fmt_mp->height = ctx->img_height; in vidioc_g_fmt()
[all …]