Searched refs:loadPixels (Results 1 – 3 of 3) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | cvcap_socket.cpp | 187 static IplImage* loadPixels(char* pixels, int width, int height) { in loadPixels() function 264 frame = loadPixels(readBuf, width, height); in grabFrame()
|
/external/opencv/ |
D | cvjni.cpp | 176 IplImage *image = loadPixels(pixels, width, height); in getIplImageFromIntArray() 707 frameImage = loadPixels(pixels, width, height); 718 frameImage = loadPixels(pixels, width, height);
|
D | cvjni.h | 146 IplImage* loadPixels(int* pixels, int width, int height) { in loadPixels() function
|