HomeSort by relevance Sort by last modified time
    Searched full:stoppreview (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 63 if (mCamera.previewEnabled()) mCamera.stopPreview();
87 mCamera.stopPreview();
142 if (mCamera.previewEnabled()) mCamera.stopPreview();
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPreviewController.h 48 M4OSA_UInt32 stopPreview();
VideoEditorPreviewController.cpp 451 stopPreview();
638 M4OSA_UInt32 VideoEditorPreviewController::stopPreview() {
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() lastRenderedFrameTimeMs %ld", lastRenderedFrameTimeMs)
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareStub.h 45 virtual void stopPreview();
CameraService.h 101 virtual void stopPreview();
216 // stopPreview(), the preview frame messages do not need to be delivered
CameraHardwareStub.cpp 206 void CameraHardwareStub::stopPreview()
307 stopPreview();
  /frameworks/base/docs/html/training/camera/
cameradirect.jd 255 Call stopPreview() to stop updating the preview surface.
257 mCamera.stopPreview();
268 Call stopPreview() to stop updating the preview surface.
270 mCamera.stopPreview();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 100 mCamera.stopPreview();
TextureViewActivity.java 153 mCamera.stopPreview();
  /development/tools/emulator/system/camera/
EmulatedCamera.cpp 282 void EmulatedCamera::stopPreview()
554 mPreviewWindow.stopPreview();
589 mPreviewWindow.stopPreview();
603 mPreviewWindow.stopPreview();
610 mPreviewWindow.stopPreview();
617 mPreviewWindow.stopPreview();
637 mPreviewWindow.stopPreview();
762 ec->stopPreview();
    [all...]
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 467 mCameraDevice.stopPreview();
591 mCameraDevice.stopPreview();
729 // With the recording stopped, the stopPreview call will not try to
747 mCameraDevice.stopPreview();
756 public synchronized void stopPreview() {
760 Log.w(TAG, "StopPreview called when preview not active!");
763 throw new RuntimeException("stopPreview called on released EffectsRecorder!");
    [all...]
CameraManager.java 132 mCamera.stopPreview();
277 public void stopPreview() {
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 472 mCameraDevice.stopPreview();
584 mCameraDevice.stopPreview();
598 mCameraDevice.stopPreview();
721 public synchronized void stopPreview() {
726 Log.w(TAG, "StopPreview called when preview not active!");
729 throw new RuntimeException("stopPreview called on released EffectsRecorder!");
740 mCameraDevice.stopPreview();
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 231 stopPreview();
301 camera->stopPreview();
442 stopPreview();
811 camera->stopPreview();
887 stopPreview();
    [all...]
camera_test.h 88 void stopPreview();
  /frameworks/av/camera/
Camera.cpp 229 void Camera::stopPreview()
231 ALOGV("stopPreview");
234 c->stopPreview();
ICamera.cpp 126 void stopPreview()
128 ALOGV("stopPreview");
321 stopPreview();
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 87 mCamera.stopPreview();
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.h 45 virtual void stopPreview();
  /frameworks/av/include/camera/
ICamera.h 64 virtual void stopPreview() = 0;
  /hardware/qcom/media/mm-video/vidc/venc/test/
camera_test.cpp 84 // pCamera->stopPreview();
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraManager.java 134 public void stopPreview() {
136 camera.stopPreview();
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 201 mCamera.stopPreview();
301 mCamera.stopPreview();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 131 mCamera.stopPreview();
262 mCamera.stopPreview();
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 134 mCamera.stopPreview();
282 mCamera.stopPreview();

Completed in 1870 milliseconds

1 2 3 4