HomeSort by relevance Sort by last modified time
    Searched refs:startPreview (Results 1 - 25 of 68) sorted by null

1 2 3

  /development/tools/emulator/system/camera/
PreviewWindow.h 68 status_t startPreview();
EmulatedCamera.h 172 virtual status_t startPreview();
PreviewWindow.cpp 82 status_t PreviewWindow::startPreview()
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 64 mCamera.startPreview();
126 startPreview();
152 if (isVisible()) startPreview();
161 private void startPreview() {
212 mCamera.startPreview();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraAnalyzerActivity.java 83 mCamera.startPreview();
124 mCamera.startPreview();
  /frameworks/base/include/camera/
ICamera.h 61 virtual status_t startPreview() = 0;
Camera.h 93 status_t startPreview();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java 194 mCamera.startPreview();
210 mCamera.startPreview();
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.h 44 virtual status_t startPreview();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GetBitmapActivity.java 90 mCamera.startPreview();
TextureViewActivity.java 115 mCamera.startPreview();
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 87 virtual status_t startPreview();
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 345 // Check the order: startPreview->setPreviewTexture, with a PreviewCallback as well
349 mCamera.startPreview();
355 // Check the order: setPreviewTexture->startPreview.
359 mCamera.startPreview();
363 // Check the order: setting preview display to null->startPreview->
367 mCamera.startPreview();
386 // Check the order: setPreviewTexture->startPreview
393 mCamera.startPreview();
403 // Check the order: startPreview->setPreviewTexture
409 mCamera.startPreview();
    [all...]
CameraTest.java 299 mCamera.startPreview();
311 method = "startPreview",
348 mCamera.startPreview();
395 method = "startPreview",
499 // Check the order: startPreview->setPreviewDisplay.
501 mCamera.startPreview();
507 // Check the order: setPreviewDisplay->startPreview.
512 mCamera.startPreview();
517 // Check the order: setting preview display to null->startPreview->
522 mCamera.startPreview();
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 87 int startPreview();
camera_test_script.cpp 169 status_t ret = camera->startPreview();
172 printf("startPreview failed %d..", ret);
228 if ( startPreview() < 0 ) {
309 camera->startPreview();
339 if ( startPreview() < 0 ) {
819 camera->startPreview();
    [all...]
camera_test_menu.cpp 466 camera->startPreview();
565 /** Callback for startPreview() */
596 camera->startPreview();
1058 int startPreview() {
1091 camera->startPreview();
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 146 mCamera.startPreview();
308 mCamera.startPreview();
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java 148 mCamera.startPreview();
329 mCamera.startPreview();
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.h 44 virtual status_t startPreview();
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorPreviewController.h 74 M4OSA_ERR startPreview(M4OSA_UInt32 fromMS, M4OSA_Int32 toMs,
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 37 virtual status_t startPreview(preview_callback cb, void* user);
185 // QualcommCameraHardware::startPreview(), and stay in until libqcamera
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 106 virtual status_t startPreview();
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 267 startPreview();
509 public synchronized void startPreview() {
516 Log.w(TAG, "startPreview called when already running preview");
606 mCameraDevice.startPreview();
659 startPreview();
    [all...]
  /frameworks/base/libs/camera/
Camera.cpp 201 status_t Camera::startPreview()
203 LOGV("startPreview");
206 return c->startPreview();

Completed in 396 milliseconds

1 2 3