HomeSort by relevance Sort by last modified time
    Searched defs:stopPreview (Results 1 - 25 of 47) sorted by null

1 2

  /development/tools/emulator/system/camera/
PreviewWindow.cpp 92 void PreviewWindow::stopPreview()
EmulatedCamera.cpp 265 void EmulatedCamera::stopPreview()
516 mPreviewWindow.stopPreview();
551 mPreviewWindow.stopPreview();
565 mPreviewWindow.stopPreview();
572 mPreviewWindow.stopPreview();
579 mPreviewWindow.stopPreview();
599 mPreviewWindow.stopPreview();
724 ec->stopPreview();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 100 mCamera.stopPreview();
TextureViewActivity.java 153 mCamera.stopPreview();
  /frameworks/base/libs/camera/
Camera.cpp 228 void Camera::stopPreview()
230 LOGV("stopPreview");
233 c->stopPreview();
ICamera.cpp 124 void stopPreview()
126 LOGV("stopPreview");
319 stopPreview();
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.cpp 206 void CameraHardwareStub::stopPreview()
307 stopPreview();
CameraHardwareInterface.h 211 void stopPreview()
CameraService.cpp 504 mHardware->stopPreview();
695 void CameraService::Client::stopPreview() {
696 LOG1("stopPreview (pid %d)", getCallingPid());
702 mHardware->stopPreview();
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 444 stopPreview();
631 M4OSA_UInt32 VideoEditorPreviewController::stopPreview() {
634 LOGV("stopPreview");
648 LOGV("stopPreview: error 0x%x in trying to stop thread", err);
654 LOGE("stopPreview: error 0x%x in trying to close thread", (unsigned int)err);
666 LOGV("stopPreview: close semaphore returns 0x%x", err);
683 //stopPreview() in PreviewController
686 LOGV("stopPreview: clearing mVePlayer");
692 LOGV("stopPreview: clear audioSink and audioPlayer");
722 LOGV("stopPreview() lastRenderedFrameTimeMs %ld", lastRenderedFrameTimeMs)
    [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 337 status_t V4LCameraAdapter::stopPreview()
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 173 mCameraDevice.stopPreview();
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...]
  /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();
  /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();
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditor.java 765 public long stopPreview();
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 589 ret = stopPreview();
    [all...]
CameraHal.cpp     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 168 mCamera.stopPreview();
256 mCamera.stopPreview();
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 434 camera.stopPreview();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorPreviewTest.java 204 mVideoEditor.stopPreview();
512 mVideoEditor.stopPreview();
756 mVideoEditor.stopPreview();
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 178 mCamera.stopPreview();
  /frameworks/base/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 94 mCamera.stopPreview();
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 369 milliseconds

1 2