HomeSort by relevance Sort by last modified time
    Searched refs:loadPixels (Results 1 - 3 of 3) sorted by null

  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 187 static IplImage* loadPixels(char* pixels, int width, int height) {
264 frame = loadPixels(readBuf, width, height);
  /external/opencv/
cvjni.cpp 176 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.");
cvjni.h 146 IplImage* loadPixels(int* pixels, int width, int height) {

Completed in 153 milliseconds