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

/frameworks/av/camera/
H A DCamera.cpp113 status_t Camera::startPreview() function in class:android::Camera
115 ALOGV("startPreview");
118 return c->startPreview();
H A DICamera.cpp108 status_t startPreview() function in class:android::BpCamera
110 ALOGV("startPreview");
314 reply->writeInt32(startPreview());
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java144 startPreview();
181 startPreview();
239 startPreview();
253 private void startPreview() { method in class:CameraPreviewActivity
262 startPreview();
299 mCamera.startPreview();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp429 M4OSA_ERR VideoEditorPreviewController::startPreview( function in class:android::VideoEditorPreviewController
435 ALOGV("startPreview");
438 ALOGE("startPreview: fromMS > toMs");
443 ALOGE("startPreview: toMs is 0");
450 ALOGV("startPreview: stopping previously started preview playback");
458 ALOGV("startPreview: delete previous PreviewRenderer");
475 ALOGV("startPreview: loop = %d", loop);
478 ALOGV("startPreview: callBackAfterFrameCount = %d", callBackAfterFrameCount);
484 ALOGE("startPreview:Error creating VideoEditorPlayer %d",playerInst);
487 ALOGV("startPreview
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp352 status_t CameraClient::startPreview() { function in class:android::CameraClient
353 LOG1("startPreview (pid %d)", getCallingPid());
404 result = mHardware->startPreview();
H A DCamera2Client.cpp699 status_t Camera2Client::startPreview() { function in class:android::Camera2Client
/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/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h60 * -# startPreview() is called.
193 status_t startPreview() function in class:android::CameraHardwareInterface
/frameworks/base/core/java/android/hardware/
H A DCamera.java84 * <li><b>Important</b>: Call {@link #startPreview()} to start updating the
92 * photos, call {@link #startPreview()} again first.
448 * <p>This method must be called before {@link #startPreview()}. The
450 * before startPreview() is called, then this method may be called once
477 * <p>This method must be called before {@link #startPreview()}. The
479 * to null) before startPreview() is called, then this method may be called
513 * @see #startPreview()
549 public native final void startPreview(); method in class:Camera
553 * resets the camera for a future call to {@link #startPreview()}.
1037 * (between {@link #startPreview()} an
[all...]

Completed in 159 milliseconds