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

/external/opencv/cv/include/
H A Dcv.h230 #define CV_BayerBG2BGR 46 macro
237 #define CV_BayerRG2RGB CV_BayerBG2BGR
/external/opencv/cv/src/
H A Dcvcolor.cpp2136 int blue = code == CV_BayerBG2BGR || code == CV_BayerGB2BGR ? -1 : 1;
2271 code != CV_BayerBG2BGR && code != CV_BayerGB2BGR &&
2505 case CV_BayerBG2BGR:

Completed in 44 milliseconds