Searched refs:current_fmt (Results 1 – 8 of 8) sorted by relevance
132 icd->current_fmt->host_fmt); in mx1_videobuf_setup()177 icd->current_fmt->host_fmt); in mx1_videobuf_prepare()188 BUG_ON(NULL == icd->current_fmt); in mx1_videobuf_prepare()196 if (buf->code != icd->current_fmt->code || in mx1_videobuf_prepare()200 buf->code = icd->current_fmt->code; in mx1_videobuf_prepare()599 icd->current_fmt = xlate; in mx1_camera_set_fmt()
223 icd->current_fmt->host_fmt); in sh_mobile_ceu_videobuf_setup()313 switch (icd->current_fmt->host_fmt->fourcc) { in sh_mobile_ceu_capture()337 icd->current_fmt->host_fmt); in sh_mobile_ceu_videobuf_prepare()360 BUG_ON(NULL == icd->current_fmt); in sh_mobile_ceu_videobuf_prepare()586 icd->current_fmt->host_fmt); in sh_mobile_ceu_set_rect()591 switch (icd->current_fmt->host_fmt->packing) { in sh_mobile_ceu_set_rect()726 switch (icd->current_fmt->host_fmt->fourcc) { in sh_mobile_ceu_set_bus_param()751 if (icd->current_fmt->host_fmt->fourcc == V4L2_PIX_FMT_NV21 || in sh_mobile_ceu_set_bus_param()752 icd->current_fmt->host_fmt->fourcc == V4L2_PIX_FMT_NV61) in sh_mobile_ceu_set_bus_param()1613 icd->current_fmt = xlate; in sh_mobile_ceu_set_fmt()[all …]
201 icd->current_fmt->host_fmt); in mx3_videobuf_setup()234 icd->current_fmt->host_fmt); in mx3_videobuf_prepare()294 u32 fourcc = icd->current_fmt->host_fmt->fourcc; in mx3_videobuf_queue()309 icd->current_fmt->host_fmt); in mx3_videobuf_queue()882 icd->current_fmt = xlate; in mx3_camera_set_fmt()989 fmt = soc_mbus_get_fmtdesc(icd->current_fmt->code); in mx3_camera_set_bus_param()
210 icd->current_fmt->host_fmt); in omap1_videobuf_setup()260 icd->current_fmt->host_fmt); in omap1_videobuf_prepare()270 BUG_ON(NULL == icd->current_fmt); in omap1_videobuf_prepare()274 if (buf->code != icd->current_fmt->code || vb->field != field || in omap1_videobuf_prepare()277 buf->code = icd->current_fmt->code; in omap1_videobuf_prepare()1204 const struct soc_camera_format_xlate *xlate = icd->current_fmt; in omap1_cam_set_crop()1293 icd->current_fmt = xlate; in omap1_cam_set_fmt()
245 icd->current_fmt->host_fmt); in pxa_videobuf_setup()439 icd->current_fmt->host_fmt); in pxa_videobuf_prepare()458 BUG_ON(NULL == icd->current_fmt); in pxa_videobuf_prepare()466 if (buf->code != icd->current_fmt->code || in pxa_videobuf_prepare()470 buf->code = icd->current_fmt->code; in pxa_videobuf_prepare()1162 fmt = soc_mbus_get_fmtdesc(icd->current_fmt->code); in pxa_camera_set_bus_param()1352 u32 fourcc = icd->current_fmt->host_fmt->fourcc; in pxa_camera_set_crop()1475 icd->current_fmt = xlate; in pxa_camera_set_fmt()
381 icd->current_fmt = &icd->user_formats[0]; in soc_camera_init_user_formats()398 icd->current_fmt = NULL; in soc_camera_free_user_formats()423 } else if (!icd->current_fmt || in soc_camera_set_fmt()424 icd->current_fmt->host_fmt->fourcc != pix->pixelformat) { in soc_camera_set_fmt()480 icd->current_fmt->host_fmt->fourcc, in soc_camera_open()713 pix->pixelformat = icd->current_fmt->host_fmt->fourcc; in soc_camera_g_fmt_vid_cap()716 icd->current_fmt->host_fmt->fourcc); in soc_camera_g_fmt_vid_cap()
438 icd->current_fmt->host_fmt); in mx2_videobuf_setup()481 icd->current_fmt->host_fmt); in mx2_videobuf_prepare()498 if (buf->code != icd->current_fmt->code || in mx2_videobuf_prepare()502 buf->code = icd->current_fmt->code; in mx2_videobuf_prepare()833 icd->current_fmt->host_fmt); in mx2_camera_set_bus_param()936 icd->current_fmt = xlate; in mx2_camera_set_fmt()
41 const struct soc_camera_format_xlate *current_fmt; member