bayer_to_BGR     1869 modules/cudaimgproc/src/color.cpp         bayer_to_BGR(src, dst, dcn, false, false, stream);
bayer_to_BGR     1873 modules/cudaimgproc/src/color.cpp         bayer_to_BGR(src, dst, dcn, false, true, stream);
bayer_to_BGR     1877 modules/cudaimgproc/src/color.cpp         bayer_to_BGR(src, dst, dcn, true, false, stream);
bayer_to_BGR     1881 modules/cudaimgproc/src/color.cpp         bayer_to_BGR(src, dst, dcn, true, true, stream);
bayer_to_BGR     2122 modules/cudaimgproc/src/color.cpp         bayer_to_BGR(_src, _dst, dcn, code == cv::COLOR_BayerBG2BGR || code == cv::COLOR_BayerGB2BGR, code == cv::COLOR_BayerGB2BGR || code == cv::COLOR_BayerGR2BGR, stream);