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

/linux-master/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);
134 if (src_pixfmt_map[i][0] == pixelcode)
138 if (i == 0 && src_pixfmt_map[i][0] != pixelcode) {
141 src_pixfmt_map[i][0]);
146 cfg |= src_pixfmt_map[i][2];
153 cfg |= src_pixfmt_map[i][1];
/linux-master/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--) {
110 if (src_pixfmt_map[i][0] == mf->code)
117 src_pixfmt_map[i][0]);
123 cfg |= src_pixfmt_map[i][1];

Completed in 410 milliseconds