Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp575 …cessPixels(unsigned char * src, unsigned char * dst, int width, int height, bool bRGB, bool bFlip);
2116 …cessPixels(unsigned char * src, unsigned char * dst, int width, int height, bool bRGB, bool bFlip){
2121 if(!bRGB){
Dcap_msmf.cpp723 …gned char * dst, unsigned int width, unsigned int height, unsigned int bpp, bool bRGB, bool bFlip);
3518 unsigned int height, unsigned int bpp, bool bRGB, bool bFlip) in processPixels() argument
3523 if(!bRGB) in processPixels()