Searched defs:startPreview (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/camera/
H A DCamera.cpp201 status_t Camera::startPreview() function in class:android::Camera
203 LOGV("startPreview");
206 return c->startPreview();
H A DICamera.cpp104 status_t startPreview() function in class:android::BpCamera
106 LOGV("startPreview");
307 reply->writeInt32(startPreview());
/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.cpp195 status_t CameraHardwareStub::startPreview() function in class:android::CameraHardwareStub
H A DCameraHardwareInterface.h64 * -# startPreview() is called. The camera instance then periodically
200 status_t startPreview() function in class:android::CameraHardwareInterface
H A DCameraService.cpp600 status_t CameraService::Client::startPreview() { function in class:android::CameraService::Client
601 LOG1("startPreview (pid %d)", getCallingPid());
652 result = mHardware->startPreview();
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp422 M4OSA_ERR VideoEditorPreviewController::startPreview( function in class:android::VideoEditorPreviewController
428 LOGV("startPreview");
431 LOGE("startPreview: fromMS > toMs");
436 LOGE("startPreview: toMs is 0");
443 LOGV("startPreview: stopping previously started preview playback");
451 LOGV("startPreview: delete previous PreviewRenderer");
468 LOGV("startPreview: loop = %d", loop);
471 LOGV("startPreview: callBackAfterFrameCount = %d", callBackAfterFrameCount);
477 LOGE("startPreview:Error creating VideoEditorPlayer %d",playerInst);
480 LOGV("startPreview
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java79 * {@link #startPreview(SurfaceHolder surfaceHolder, long fromMs,
725 * and before startPreview is called. Note that this method may block for an
754 public void startPreview(SurfaceHolder surfaceHolder, long fromMs, long toMs, method in interface:VideoEditor
H A DVideoEditorImpl.java1636 public void startPreview(SurfaceHolder surfaceHolder, long fromMs, long toMs, method in class:VideoEditorImpl
/frameworks/base/core/java/android/hardware/
H A DCamera.java72 * <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(); method in class:Camera
484 * resets the camera for a future call to {@link #startPreview()}.
795 * (between {@link #startPreview()} an
[all...]

Completed in 158 milliseconds