Home
last modified time | relevance | path

Searched refs:processPixels (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp575 …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…
Dcap_msmf.cpp723 …static void processPixels(unsigned char * src, unsigned char * dst, unsigned int width, unsigned i…
3492processPixels(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()