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

/frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java142 startPreview();
179 startPreview();
234 startPreview();
248 private void startPreview() { method in class:CameraPreviewActivity
257 startPreview();
293 mCamera.startPreview();
/frameworks/av/camera/
H A DCamera.cpp202 status_t Camera::startPreview() function in class:android::Camera
204 ALOGV("startPreview");
207 return c->startPreview();
H A DICamera.cpp106 status_t startPreview() function in class:android::BpCamera
108 ALOGV("startPreview");
309 reply->writeInt32(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/
H A DCameraClient.cpp345 status_t CameraClient::startPreview() { function in class:android::CameraClient
346 LOG1("startPreview (pid %d)", getCallingPid());
397 result = mHardware->startPreview();
H A DCamera2Client.cpp613 status_t Camera2Client::startPreview() { function in class:android::Camera2Client
H A DCameraHardwareInterface.h62 * -# startPreview() is called. The camera instance then periodically
198 status_t startPreview() function in class:android::CameraHardwareInterface
/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.java77 * <li><b>Important</b>: Call {@link #startPreview()} to start updating the
85 * photos, call {@link #startPreview()} again first.
435 * <p>This method must be called before {@link #startPreview()}. The
437 * before startPreview() is called, then this method may be called once
464 * <p>This method must be called before {@link #startPreview()}. The
466 * to null) before startPreview() is called, then this method may be called
500 * @see #startPreview()
536 public native final void startPreview(); method in class:Camera
540 * resets the camera for a future call to {@link #startPreview()}.
887 * (between {@link #startPreview()} an
[all...]

Completed in 1000 milliseconds