Home
last modified time | relevance | path

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

/linux/drivers/media/platform/intel/
H A Dpxa_camera.c656 const struct pxa_camera_format_xlate *current_fmt; member
1209 switch (pcdev->current_fmt->host_fmt->bits_per_sample) { in pxa_camera_setup_cicr()
1403 WARN_ON(!pcdev->current_fmt); in pxac_vb2_prepare()
1538 unsigned int bus_width = pcdev->current_fmt->host_fmt->bits_per_sample; in pxa_camera_set_bus_param()
1540 u32 pixfmt = pcdev->current_fmt->host_fmt->fourcc; in pxa_camera_set_bus_param()
1781 pix->pixelformat = pcdev->current_fmt->host_fmt->fourcc; in pxac_vidioc_g_fmt_vid_cap()
1784 pcdev->current_fmt->host_fmt->fourcc); in pxac_vidioc_g_fmt_vid_cap()
1897 pcdev->current_fmt = xlate; in pxac_vidioc_s_fmt_vid_cap()
2077 pcdev->current_fmt = pcdev->user_formats; in pxa_camera_sensor_bound()
2083 pcdev->current_fmt->host_fmt); in pxa_camera_sensor_bound()
[all …]
/linux/drivers/staging/media/starfive/camss/
H A Dstf-isp.h416 const struct stf_isp_format *current_fmt; member
H A Dstf-isp-hw-ops.c348 u32 bpp = stfcamss->isp_dev.current_fmt->bpp; in stf_isp_config_crop()