Searched refs:flipRedAndBlue (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_dshow.cpp | 530 unsigned char * getPixels(int deviceID, bool flipRedAndBlue = true, bool flipImage = false); 533 …bool getPixels(int id, unsigned char * pixels, bool flipRedAndBlue = true, bool flipImage = false); 1496 bool videoInput::getPixels(int id, unsigned char * dstBuffer, bool flipRedAndBlue, bool flipImage){ 1515 processPixels(src, dst, width, height, flipRedAndBlue, flipImage); 1538 processPixels(src, dst, width, height, flipRedAndBlue, flipImage); 1556 unsigned char * videoInput::getPixels(int id, bool flipRedAndBlue, bool flipImage){ 1559 getPixels(id, VDList[id]->pixels, flipRedAndBlue, flipImage);
|
D | cap_msmf.cpp | 722 …bool getPixels(int deviceID, unsigned char * pixels, bool flipRedAndBlue = false, bool flipImage =… 3469 bool videoInput::getPixels(int deviceID, unsigned char * dstBuffer, bool flipRedAndBlue, bool flipI… in getPixels() argument 3492 … processPixels(RIOut->getpPixels(), dstBuffer, width, height, bytes, flipRedAndBlue, flipImage); in getPixels()
|