Home | History | Annotate | Download | only in src

Lines Matching refs:flipImage

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);