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

/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c610 * @host_fmt: host format after host translation from code
619 const struct pxa_mbus_pixelfmt *host_fmt; member in struct:pxa_camera_format_xlate
707 if (user_formats[i].host_fmt->fourcc == fourcc)
1208 switch (pcdev->current_fmt->host_fmt->bits_per_sample) {
1539 unsigned int bus_width = pcdev->current_fmt->host_fmt->bits_per_sample;
1541 u32 pixfmt = pcdev->current_fmt->host_fmt->fourcc;
1663 xlate->host_fmt = &pxa_camera_formats[0];
1694 xlate->host_fmt = fmt;
1766 format = pcdev->user_formats[f->index].host_fmt;
1782 pix->pixelformat = pcdev->current_fmt->host_fmt
[all...]

Completed in 145 milliseconds