Home
last modified time | relevance | path

Searched refs:src_pixfmt_map (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite-reg.c111 static const u32 src_pixfmt_map[8][3] = { variable
130 int i = ARRAY_SIZE(src_pixfmt_map); in flite_hw_set_source_format()
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()
141 src_pixfmt_map[i][0]); in flite_hw_set_source_format()
146 cfg |= src_pixfmt_map[i][2]; in flite_hw_set_source_format()
153 cfg |= src_pixfmt_map[i][1]; in flite_hw_set_source_format()
/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c95 static const u32 src_pixfmt_map[8][2] = { variable
109 for (i = ARRAY_SIZE(src_pixfmt_map) - 1; i >= 0; i--) { in camif_hw_set_source_format()
110 if (src_pixfmt_map[i][0] == mf->code) in camif_hw_set_source_format()
117 src_pixfmt_map[i][0]); in camif_hw_set_source_format()
123 cfg |= src_pixfmt_map[i][1]; in camif_hw_set_source_format()