Home
last modified time | relevance | path

Searched refs:pixelcode (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite-reg.c129 u32 pixelcode = f->fmt->mbus_code; in flite_hw_set_source_format() local
134 if (src_pixfmt_map[i][0] == pixelcode) in flite_hw_set_source_format()
138 if (i == 0 && src_pixfmt_map[i][0] != pixelcode) { in flite_hw_set_source_format()
H A Dfimc-reg.c586 u32 pixelcode; member
615 if (vc->ci_fmt.code == pix_desc[i].pixelcode) { in fimc_hw_set_camera_source()
/linux/drivers/media/i2c/ccs/
H A Dccs-data.h61 u8 pixelcode; member
H A Dccs-data-defs.h142 u8 pixelcode; member
/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.c848 u32 pixelcode; in csi2_try_format() local
873 pixelcode = fmt->code; in csi2_try_format()
883 if (info->uncompressed == pixelcode) in csi2_try_format()
884 fmt->code = pixelcode; in csi2_try_format()
H A Disppreview.c960 static void preview_config_ycpos(struct isp_prev_device *prev, u32 pixelcode) in preview_config_ycpos() argument
965 switch (pixelcode) { in preview_config_ycpos()
1739 u32 pixelcode; in preview_try_format() local
1775 pixelcode = fmt->code; in preview_try_format()
1779 switch (pixelcode) { in preview_try_format()
1782 fmt->code = pixelcode; in preview_try_format()
H A Dispresizer.c200 static void resizer_set_ycpos(struct isp_res_device *res, u32 pixelcode) in resizer_set_ycpos() argument
204 switch (pixelcode) { in resizer_set_ycpos()
/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c387 entry->stream, entry->pixelcode, entry->length, in call_get_frame_desc()