Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c1007 struct v4l2_pix_format_mplane *pix_fmt_mp = &f->fmt.pix_mp; in vidioc_g_fmt() local
1012 pix_fmt_mp->width = 0; in vidioc_g_fmt()
1013 pix_fmt_mp->height = 0; in vidioc_g_fmt()
1014 pix_fmt_mp->field = V4L2_FIELD_NONE; in vidioc_g_fmt()
1015 pix_fmt_mp->pixelformat = ctx->dst_fmt->fourcc; in vidioc_g_fmt()
1016 pix_fmt_mp->num_planes = ctx->dst_fmt->num_planes; in vidioc_g_fmt()
1018 pix_fmt_mp->plane_fmt[0].bytesperline = ctx->enc_dst_buf_size; in vidioc_g_fmt()
1019 pix_fmt_mp->plane_fmt[0].sizeimage = ctx->enc_dst_buf_size; in vidioc_g_fmt()
1022 pix_fmt_mp->width = ctx->img_width; in vidioc_g_fmt()
1023 pix_fmt_mp->height = ctx->img_height; in vidioc_g_fmt()
[all …]