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

  /hardware/bsp/intel/peripheral/libupm/examples/python/
grovescam.py 55 if (camera.storeImage("image.jpg")):
56 print "storeImage succeeded..."
58 print "storeImage failed."
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
grovescam.cxx 68 if (camera->storeImage("image.jpg"))
69 cout << "storeImage succeeded..." << endl;
71 cout << "storeImage failed." << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
grovescam.js 60 if (camera.storeImage("image.jpg"))
61 console.log("storeImage succeeded...");
63 console.log("storeImage failed.");
  /hardware/bsp/intel/peripheral/libupm/examples/java/
GROVESCAMSample.java 66 if (camera.storeImage("image.jpg"))
67 System.out.println("storeImage succeeded...");
69 System.out.println("storeImage failed.");
  /hardware/bsp/intel/peripheral/libupm/src/grovescam/
grovescam.h 172 bool storeImage(const char *fname);
grovescam.cxx 394 bool GROVESCAM::storeImage(const char *fname)
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java     [all...]
VideoCamera.java     [all...]
  /external/mesa3d/src/mesa/main/
texstore.c     [all...]

Completed in 1423 milliseconds