Searched refs:src_pixfmt_map (Results 1 – 2 of 2) sorted by relevance
111 static const u32 src_pixfmt_map[8][3] = { variable130 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()
95 static const u32 src_pixfmt_map[8][2] = { variable109 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()