Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dcvcap_socket.cpp187 static IplImage* loadPixels(char* pixels, int width, int height) { in loadPixels() function
264 frame = loadPixels(readBuf, width, height); in grabFrame()
/external/opencv/
Dcvjni.cpp176 IplImage *image = loadPixels(pixels, width, height); in getIplImageFromIntArray()
707 frameImage = loadPixels(pixels, width, height);
718 frameImage = loadPixels(pixels, width, height);
Dcvjni.h146 IplImage* loadPixels(int* pixels, int width, int height) { in loadPixels() function