Searched refs:fmt_out (Results 1 - 4 of 4) sorted by relevance

/drivers/media/platform/vivid/
H A Dvivid-vid-out.c39 unsigned planes = dev->fmt_out->planes;
117 unsigned planes = dev->fmt_out->planes;
122 if (WARN_ON(NULL == dev->fmt_out))
268 dev->bytesperline_out[0] = (dev->sink_rect.width * dev->fmt_out->depth) / 8;
269 if (dev->fmt_out->planes == 2)
270 dev->bytesperline_out[1] = (dev->sink_rect.width * dev->fmt_out->depth) / 8;
319 mp->pixelformat = dev->fmt_out->fourcc;
321 mp->num_planes = dev->fmt_out->planes;
429 mp->pixelformat != dev->fmt_out->fourcc ||
443 dev->fmt_out
[all...]
H A Dvivid-core.h379 const struct vivid_fmt *fmt_out; member in struct:vivid_dev
H A Dvivid-vid-common.c209 if (dev->fmt_cap->fourcc != dev->fmt_out->fourcc)
H A Dvivid-core.c936 dev->fmt_out = &vivid_formats[0];

Completed in 395 milliseconds