Searched refs:startPreview (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCameraTest.java194 mCamera.startPreview();
210 mCamera.startPreview();
/frameworks/base/include/camera/
H A DICamera.h61 virtual status_t startPreview() = 0;
H A DCamera.h93 status_t startPreview();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java90 mCamera.startPreview();
H A DTextureViewActivity.java115 mCamera.startPreview();
/frameworks/base/services/camera/libcameraservice/
H A DCameraHardwareStub.h44 virtual status_t startPreview();
H A DCameraHardwareStub.cpp195 status_t CameraHardwareStub::startPreview() function in class:android::CameraHardwareStub
H A DCameraService.h97 virtual status_t startPreview();
H A DCameraService.cpp610 status_t CameraService::Client::startPreview() { function in class:android::CameraService::Client
611 LOG1("startPreview (pid %d)", getCallingPid());
662 result = mHardware->startPreview();
H A DCameraHardwareInterface.h64 * -# startPreview() is called. The camera instance then periodically
200 status_t startPreview() function in class:android::CameraHardwareInterface
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h74 M4OSA_ERR startPreview(M4OSA_UInt32 fromMS, M4OSA_Int32 toMs,
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/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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorPreviewTest.java175 mVideoEditor.startPreview(surfaceHolder, startMs, endMs, loop, 1,
491 mVideoEditor.startPreview(surfaceHolder, 0, 10000, false, 1,
733 mVideoEditor.startPreview(surfaceHolder, 5000, -1, false, 1,
797 mVideoEditor.startPreview(surfaceHolder, 30000, -1, true, 1,
1042 mVideoEditor.startPreview(surfaceHolder, 0, -1, false, 1,
1111 mVideoEditor.startPreview(surfaceHolder, 0, -1, false, 1,
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp641 ASSERT(c->startPreview() == NO_ERROR);
659 ASSERT(c->startPreview() == NO_ERROR);
673 ASSERT(c->startPreview() == NO_ERROR);
819 ASSERT(c->startPreview() == NO_ERROR);
866 c->startPreview();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java166 mCamera.startPreview();
254 mCamera.startPreview();
/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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java175 mCamera.startPreview();
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java320 mCamera.startPreview();
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp561 LOGV("startPreview");
565 if (camera->startPreview() != NO_ERROR) {
566 jniThrowRuntimeException(env, "startPreview failed");
819 { "startPreview",
/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...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp2169 result = pContext->mPreviewController->startPreview((M4OSA_UInt32)fromMs,

Completed in 569 milliseconds