Searched defs:pix_mp (Results 1 - 2 of 2) sorted by relevance

/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_dec.c116 if (formats[i].fourcc == f->fmt.pix_mp.pixelformat &&
284 struct v4l2_pix_format_mplane *pix_mp; local
287 pix_mp = &f->fmt.pix_mp;
305 pix_mp->width = ctx->buf_width;
306 pix_mp->height = ctx->buf_height;
307 pix_mp->field = V4L2_FIELD_NONE;
308 pix_mp->num_planes = 2;
311 pix_mp->pixelformat = V4L2_PIX_FMT_NV12MT;
312 pix_mp
364 struct v4l2_pix_format_mplane *pix_mp; local
[all...]
/drivers/media/video/
H A Dv4l2-compat-ioctl32.c153 struct v4l2_pix_format_mplane pix_mp; member in union:v4l2_format32::__anon1675
186 return get_v4l2_pix_format_mplane(&kp->fmt.pix_mp,
187 &up->fmt.pix_mp);
232 return put_v4l2_pix_format_mplane(&kp->fmt.pix_mp,
233 &up->fmt.pix_mp);

Completed in 84 milliseconds