Searched defs:loadPixels (Results 1 - 2 of 2) 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.h146 IplImage* loadPixels(int* pixels, int width, int height) { function

Completed in 114 milliseconds