/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 466 camera->startPreview(); 565 /** Callback for startPreview() */ 596 camera->startPreview(); 1058 int startPreview() { 1091 camera->startPreview(); [all...] |
/development/tools/emulator/system/camera/ |
PreviewWindow.cpp | 82 status_t PreviewWindow::startPreview()
|
PreviewWindow.h | 68 status_t startPreview();
|
EmulatedCamera.cpp | 258 status_t EmulatedCamera::startPreview() 478 status_t res = mPreviewWindow.startPreview(); 685 return ec->startPreview();
|
EmulatedCamera.h | 172 virtual status_t startPreview();
|
/frameworks/base/core/jni/ |
android_hardware_Camera.cpp | 561 LOGV("startPreview"); 565 if (camera->startPreview() != NO_ERROR) { 566 jniThrowRuntimeException(env, "startPreview failed"); 819 { "startPreview",
|
/frameworks/base/include/camera/ |
Camera.h | 93 status_t startPreview();
|
CameraParameters.h | 325 // startPreview may result in severely over- or under-exposed 342 // startPreview may result in severely incorrect color. The 491 // call Camera.startPreview after taking a picture. The preview will be [all...] |
/frameworks/base/services/camera/libcameraservice/ |
CameraService.h | 97 virtual status_t startPreview();
|
CameraHardwareStub.cpp | 195 status_t CameraHardwareStub::startPreview()
|
CameraHardwareInterface.h | 64 * -# startPreview() is called. The camera instance then periodically 200 status_t startPreview()
|
CameraService.cpp | 610 status_t CameraService::Client::startPreview() { 611 LOG1("startPreview (pid %d)", getCallingPid()); 662 result = mHardware->startPreview(); [all...] |
/hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/ |
V4LCameraAdapter.h | 87 virtual status_t startPreview();
|
/packages/apps/Camera/src/com/android/camera/ |
Camera.java | 704 startPreview(); [all...] |
/frameworks/base/core/java/android/hardware/ |
Camera.java | 72 * <li><b>Important</b>: Call {@link #startPreview()} to start updating the 80 * photos, call {@link #startPreview()} again first. 391 * <p>This method must be called before {@link #startPreview()}. The 393 * before startPreview() is called, then this method may be called once 420 * <p>This method must be called before {@link #startPreview()}. The 422 * to null) before startPreview() is called, then this method may be called 449 * @see #startPreview() 480 public native final void startPreview(); 484 * resets the camera for a future call to {@link #startPreview()}. [all...] |
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 103 virtual status_t startPreview();
|
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditor.java | 79 * {@link #startPreview(SurfaceHolder surfaceHolder, long fromMs, 714 * and before startPreview is called. Note that this method may block for an 743 public void startPreview(SurfaceHolder surfaceHolder, long fromMs, long toMs,
|
/packages/apps/Camera/src/com/android/camera/panorama/ |
PanoramaActivity.java | [all...] |
/frameworks/base/docs/html/guide/topics/media/ |
camera.jd | 469 mCamera.startPreview(); 500 mCamera.startPreview(); 572 start the preview again with {@link android.hardware.Camera#startPreview() 573 Camera.startPreview()}.</p> [all...] |
/system/media/mca/filterpacks/videosrc/java/ |
CameraSource.java | 168 mCamera.startPreview();
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
OMXCameraAdapter.h | 400 virtual status_t startPreview(); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 159 mCamera.startPreview();
|
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
GL2CameraEye.java | 320 mCamera.startPreview();
|
/hardware/ti/omap4xxx/camera/ |
CameraHal_Module.cpp | 166 rv = gCameraHals[ti_dev->cameraid]->startPreview();
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 285 status_t V4LCameraAdapter::startPreview()
|