Searched refs:stopPreview (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/av/include/camera/
H A DICamera.h64 virtual void stopPreview() = 0;
H A DCamera.h96 void stopPreview();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java100 mCamera.stopPreview();
H A DTextureViewActivity.java153 mCamera.stopPreview();
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h48 M4OSA_UInt32 stopPreview();
H A DVideoEditorPreviewController.cpp451 stopPreview();
638 M4OSA_UInt32 VideoEditorPreviewController::stopPreview() { function in class:android::VideoEditorPreviewController
641 ALOGV("stopPreview");
655 ALOGV("stopPreview: error 0x%x in trying to stop thread", err);
661 ALOGE("stopPreview: error 0x%x in trying to close thread", (unsigned int)err);
673 ALOGV("stopPreview: close semaphore returns 0x%x", err);
690 //stopPreview() in PreviewController
693 ALOGV("stopPreview: clearing mVePlayer");
699 ALOGV("stopPreview: clear audioSink and audioPlayer");
729 ALOGV("stopPreview() lastRenderedFrameTimeM
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.h39 virtual void stopPreview();
140 // stopPreview(), the preview frame messages do not need to be delivered
H A DCameraService.h87 virtual void stopPreview() = 0;
H A DCamera2Client.h55 virtual void stopPreview();
H A DCameraClient.cpp240 mHardware->stopPreview();
430 void CameraClient::stopPreview() { function in class:android::CameraClient
431 LOG1("stopPreview (pid %d)", getCallingPid());
437 mHardware->stopPreview();
H A DCameraHardwareInterface.h209 void stopPreview() function in class:android::CameraHardwareInterface
/frameworks/av/camera/
H A DCamera.cpp229 void Camera::stopPreview() function in class:android::Camera
231 ALOGV("stopPreview");
234 c->stopPreview();
H A DICamera.cpp126 void stopPreview() function in class:android::BpCamera
128 ALOGV("stopPreview");
321 stopPreview();
/frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java241 mCamera.stopPreview();
252 mCamera.stopPreview();
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp698 c->stopPreview();
712 c->stopPreview();
821 c->stopPreview();
858 c->stopPreview();
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java765 public long stopPreview(); method in interface:VideoEditor
H A DVideoEditorImpl.java729 stopPreview();
1685 * Release The lock on complete by calling stopPreview
1699 public long stopPreview() { method in class:VideoEditorImpl
1703 result = mMANativeHelper.stopPreview();
1705 * release on complete by calling stopPreview
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorPreviewTest.java204 mVideoEditor.stopPreview();
508 mVideoEditor.stopPreview();
748 mVideoEditor.stopPreview();
812 mVideoEditor.stopPreview();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java266 mCamera.stopPreview();
H A DMediaRecorderStressTest.java174 mCamera.stopPreview();
262 mCamera.stopPreview();
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java94 mCamera.stopPreview();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java191 mCamera.stopPreview();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp651 mCamera->stopPreview();
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp591 ALOGV("stopPreview");
595 c->stopPreview();
/frameworks/base/core/java/android/hardware/
H A DCamera.java87 * <li>Call {@link #stopPreview()} to stop updating the preview surface.
110 * <li>Call {@link #stopPreview()} and {@link #release()} as described above.
542 public final void stopPreview() { method in class:Camera
887 * (between {@link #startPreview()} and before {@link #stopPreview()}).
910 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
1302 * Camera.PictureCallback)} or {@link #stopPreview()}, and then resuming
3087 * <p>Stopping preview with {@link #stopPreview()}, or triggering still
3155 * <p>Stopping preview with {@link #stopPreview()}, or triggering still

Completed in 1447 milliseconds

12