HomeSort by relevance Sort by last modified time
    Searched full:postview (Results 1 - 7 of 7) sorted by null

  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 314 final PictureCallback postview, final PictureCallback jpeg) {
320 mCamera.takePicture(shutter, raw, postview, jpeg);
Camera.java 784 // If postview callback has arrived, the captured image is displayed
785 // in postview callback. If not, the captured image is displayed in
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 74 * picture. At this point, if a shutter, postview, raw, and/or compressed callback
CameraService.cpp     [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 758 // If postview callback has arrived, the captured image is displayed
759 // in postview callback. If not, the captured image is displayed in
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 699 printf("Postview frame %llu us\n", timeval_delay(&picture_start));
    [all...]

Completed in 344 milliseconds