Searched refs:CV_BayerBG2BGR (Results 1 – 2 of 2) sorted by relevance
230 #define CV_BayerBG2BGR 46 in LOAD_CHDL() macro237 #define CV_BayerRG2RGB CV_BayerBG2BGR in LOAD_CHDL()
2136 int blue = code == CV_BayerBG2BGR || code == CV_BayerGB2BGR ? -1 : 1; in icvBayer2BGR_8u_C1C3R()2271 code != CV_BayerBG2BGR && code != CV_BayerGB2BGR && in cvCvtColor()2505 case CV_BayerBG2BGR: in cvCvtColor()