Searched refs:processPixels (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_dshow.cpp | 575 …void processPixels(unsigned char * src, unsigned char * dst, int width, int height, bool bRGB, boo… 1515 processPixels(src, dst, width, height, flipRedAndBlue, flipImage); 1538 processPixels(src, dst, width, height, flipRedAndBlue, flipImage); 2116 void videoInput::processPixels(unsigned char * src, unsigned char * dst, int width, int height, boo…
|
D | cap_msmf.cpp | 723 …static void processPixels(unsigned char * src, unsigned char * dst, unsigned int width, unsigned i… 3492 … processPixels(RIOut->getpPixels(), dstBuffer, width, height, bytes, flipRedAndBlue, flipImage); in getPixels() 3517 void videoInput::processPixels(unsigned char * src, unsigned char * dst, unsigned int width, in processPixels() function in __anon2599bf920111::videoInput 3959 videoInput::processPixels(RIOut->getpPixels(), (unsigned char*)frame->imageData, width, in retrieveFrame()
|