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

/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c114 static const u32 src_pixfmt_map[8][3] = { variable
133 int i = ARRAY_SIZE(src_pixfmt_map); flite_hw_set_source_format()
137 if (src_pixfmt_map[i][0] == pixelcode) flite_hw_set_source_format()
141 if (i == 0 && src_pixfmt_map[i][0] != pixelcode) { flite_hw_set_source_format()
144 src_pixfmt_map[i][0]); flite_hw_set_source_format()
149 cfg |= src_pixfmt_map[i][2]; flite_hw_set_source_format()
156 cfg |= src_pixfmt_map[i][1]; flite_hw_set_source_format()
/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c98 static const u32 src_pixfmt_map[8][2] = { variable
112 for (i = ARRAY_SIZE(src_pixfmt_map) - 1; i >= 0; i--) { camif_hw_set_source_format()
113 if (src_pixfmt_map[i][0] == mf->code) camif_hw_set_source_format()
120 src_pixfmt_map[i][0]); camif_hw_set_source_format()
126 cfg |= src_pixfmt_map[i][1]; camif_hw_set_source_format()

Completed in 165 milliseconds