Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/
Dpxa_camera.c656 const struct pxa_mbus_pixelfmt *host_fmt; member
747 if (user_formats[i].host_fmt->fourcc == fourcc) in pxa_mbus_xlate_by_fourcc()
1273 switch (pcdev->current_fmt->host_fmt->bits_per_sample) { in pxa_camera_setup_cicr()
1602 u32 pixfmt = pcdev->current_fmt->host_fmt->fourcc; in pxa_camera_set_bus_param()
1607 pcdev->current_fmt->host_fmt->bits_per_sample, in pxa_camera_set_bus_param()
1750 xlate->host_fmt = &pxa_camera_formats[0]; in pxa_camera_get_formats()
1781 xlate->host_fmt = fmt; in pxa_camera_get_formats()
1853 format = pcdev->user_formats[f->index].host_fmt; in pxac_vidioc_enum_fmt_vid_cap()
1869 pix->pixelformat = pcdev->current_fmt->host_fmt->fourcc; in pxac_vidioc_g_fmt_vid_cap()
1872 pcdev->current_fmt->host_fmt->fourcc); in pxac_vidioc_g_fmt_vid_cap()
[all …]
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_camera.c201 if (icd->user_formats[i].host_fmt->fourcc == fourcc) in soc_camera_xlate_by_fourcc()
269 ret = soc_mbus_bytes_per_line(pix->width, xlate->host_fmt); in soc_camera_try_fmt()
275 ret = soc_mbus_image_size(xlate->host_fmt, pix->bytesperline, in soc_camera_try_fmt()
493 icd->user_formats[fmts].host_fmt = in soc_camera_init_user_formats()
495 if (icd->user_formats[fmts].host_fmt) in soc_camera_init_user_formats()
548 icd->current_fmt->host_fmt->fourcc != pix->pixelformat) { in soc_camera_set_fmt()
667 icd->current_fmt->host_fmt->fourcc, in soc_camera_open()
870 format = icd->user_formats[f->index].host_fmt; in soc_camera_enum_fmt_vid_cap()
892 pix->pixelformat = icd->current_fmt->host_fmt->fourcc; in soc_camera_g_fmt_vid_cap()
895 icd->current_fmt->host_fmt->fourcc); in soc_camera_g_fmt_vid_cap()
/Linux-v5.4/include/media/
Dsoc_camera.h287 const struct soc_mbus_pixelfmt *host_fmt; member