Searched refs:loadPixels (Results 1 - 3 of 3) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp187 static IplImage* loadPixels(char* pixels, int width, int height) { function
264 frame = loadPixels(readBuf, width, height);
/external/opencv/
H A Dcvjni.cpp176 IplImage *image = loadPixels(pixels, width, height);
707 frameImage = loadPixels(pixels, width, height);
709 LOGV("Error loadPixels.");
718 frameImage = loadPixels(pixels, width, height);
720 LOGV("Error loadPixels.");
H A Dcvjni.h146 IplImage* loadPixels(int* pixels, int width, int height) { function

Completed in 66 milliseconds