Lines Matching defs:coded_fmt
226 struct v4l2_pix_format_mplane *coded_fmt = &ctx->coded_fmt.fmt.pix_mp;
260 coded_fmt->pixelformat,
261 (coded_fmt->pixelformat >> 8) & 0xff,
262 (coded_fmt->pixelformat >> 16) & 0xff,
263 (coded_fmt->pixelformat >> 24) & 0xff,
264 coded_fmt->width,
265 coded_fmt->height,
266 coded_fmt->num_planes);
271 for (i = 0; i < coded_fmt->num_planes; i++) {
276 coded_fmt->plane_fmt[i].bytesperline,
277 coded_fmt->plane_fmt[i].sizeimage);