Searched refs:CV_BayerGR2BGR (Results 1 – 6 of 6) sorted by relevance
173 CV_BayerGR2BGR =49, enumerator176 CV_BayerGB2RGB =CV_BayerGR2BGR,
233 #define CV_BayerGR2BGR 49 in LOAD_CHDL() macro236 #define CV_BayerGB2RGB CV_BayerGR2BGR in LOAD_CHDL()
883 int start_with_green = code == CV_BayerGB2BGR || code == CV_BayerGR2BGR; in Bayer2RGB_()1643 case CV_BayerBG2BGR: case CV_BayerGB2BGR: case CV_BayerRG2BGR: case CV_BayerGR2BGR: in demosaicing()1654 code == CV_BayerRG2BGR || code == CV_BayerGR2BGR ) in demosaicing()
8396 case CV_BayerBG2BGR: case CV_BayerGB2BGR: case CV_BayerRG2BGR: case CV_BayerGR2BGR: in cvtColor()
2137 int start_with_green = code == CV_BayerGB2BGR || code == CV_BayerGR2BGR; in icvBayer2BGR_8u_C1C3R()2272 code != CV_BayerRG2BGR && code != CV_BayerGR2BGR ) in cvCvtColor()2508 case CV_BayerGR2BGR: in cvCvtColor()
1595 if( code == CV_BayerRG2BGR || code == CV_BayerGR2BGR ) in bayer2BGR_()2153 for (int code = CV_BayerBG2BGR; code <= CV_BayerGR2BGR; ++code) in TEST()