Lines Matching defs:pixm
318 struct v4l2_pix_format_mplane *pixm)
323 frame->bytesperline[i] = pixm->plane_fmt[i].bytesperline;
324 frame->payload[i] = pixm->plane_fmt[i].sizeimage;
327 frame->f_width = pixm->width;
328 frame->f_height = pixm->height;
329 frame->o_width = pixm->width;
330 frame->o_height = pixm->height;
331 frame->width = pixm->width;
332 frame->height = pixm->height;
582 struct v4l2_pix_format_mplane pixm = {
593 fmt = fimc_find_format(&pixm.pixelformat, NULL, FMT_FLAGS_M2M, 0);
597 __set_frame_format(&ctx->s_frame, fmt, &pixm);
598 __set_frame_format(&ctx->d_frame, fmt, &pixm);