Lines Matching defs:decoded_fmt
227 struct v4l2_pix_format_mplane *decoded_fmt = &ctx->decoded_fmt.fmt.pix_mp;
313 decoded_fmt->pixelformat,
314 (decoded_fmt->pixelformat >> 8) & 0xff,
315 (decoded_fmt->pixelformat >> 16) & 0xff,
316 (decoded_fmt->pixelformat >> 24) & 0xff,
317 decoded_fmt->width,
318 decoded_fmt->height,
319 decoded_fmt->num_planes);
324 for (i = 0; i < decoded_fmt->num_planes; i++) {
329 decoded_fmt->plane_fmt[i].bytesperline,
330 decoded_fmt->plane_fmt[i].sizeimage);
435 run.dst->field = ctx->decoded_fmt.fmt.pix.field;