/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
H A D | CameraTest.java | 194 mCamera.startPreview(); 210 mCamera.startPreview();
|
/frameworks/base/include/camera/ |
H A D | ICamera.h | 61 virtual status_t startPreview() = 0;
|
H A D | Camera.h | 93 status_t startPreview();
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | GetBitmapActivity.java | 90 mCamera.startPreview();
|
H A D | TextureViewActivity.java | 115 mCamera.startPreview();
|
/frameworks/base/services/camera/libcameraservice/ |
H A D | CameraHardwareStub.h | 44 virtual status_t startPreview();
|
H A D | CameraHardwareStub.cpp | 195 status_t CameraHardwareStub::startPreview() function in class:android::CameraHardwareStub
|
H A D | CameraService.h | 97 virtual status_t startPreview();
|
H A D | CameraService.cpp | 610 status_t CameraService::Client::startPreview() { function in class:android::CameraService::Client 611 LOG1("startPreview (pid %d)", getCallingPid()); 662 result = mHardware->startPreview();
|
H A D | CameraHardwareInterface.h | 64 * -# startPreview() is called. The camera instance then periodically 200 status_t startPreview() function in class:android::CameraHardwareInterface
|
/frameworks/media/libvideoeditor/lvpp/ |
H A D | VideoEditorPreviewController.h | 74 M4OSA_ERR startPreview(M4OSA_UInt32 fromMS, M4OSA_Int32 toMs,
|
H A D | VideoEditorPreviewController.cpp | 422 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 D | Camera.cpp | 201 status_t Camera::startPreview() function in class:android::Camera 203 LOGV("startPreview"); 206 return c->startPreview();
|
H A D | ICamera.cpp | 104 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 D | VideoEditorPreviewTest.java | 175 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 D | CameraServiceTest.cpp | 641 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 D | MediaRecorderStressTest.java | 166 mCamera.startPreview(); 254 mCamera.startPreview();
|
/frameworks/base/media/java/android/media/videoeditor/ |
H A D | VideoEditor.java | 79 * {@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 D | VideoEditorImpl.java | 1636 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 D | MediaPlayerPerformance.java | 175 mCamera.startPreview();
|
/frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
H A D | GL2CameraEye.java | 320 mCamera.startPreview();
|
/frameworks/base/core/jni/ |
H A D | android_hardware_Camera.cpp | 561 LOGV("startPreview"); 565 if (camera->startPreview() != NO_ERROR) { 566 jniThrowRuntimeException(env, "startPreview failed"); 819 { "startPreview",
|
/frameworks/base/core/java/android/hardware/ |
H A D | 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(); 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 D | VideoEditorMain.cpp | 2169 result = pContext->mPreviewController->startPreview((M4OSA_UInt32)fromMs,
|