HomeSort by relevance Sort by last modified time
    Searched refs:mCaptureSession (Results 1 - 19 of 19) sorted by null

  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageShadowTask.java 50 private final CaptureSession mCaptureSession;
75 mCaptureSession = captureSession;
104 ProcessingResult finalResult = new ProcessingResult(true, mCaptureSession);
136 return mCaptureSession;
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServerImpl.java 55 mCaptureSession.submitRequest(burstRequests, type);
76 private final FrameServer.Session mCaptureSession;
84 mCaptureSession = captureSession;
TagDispatchCaptureSession.java 100 private final CameraCaptureSessionProxy mCaptureSession;
106 mCaptureSession = captureSession;
152 mCaptureSession.setRepeatingBurst(captureRequests, new
155 mCaptureSession.captureBurst(captureRequests, new
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FastCameraReset.java 40 private final CameraCaptureSessionProxy mCaptureSession;
49 mCaptureSession = captureSession;
64 mCaptureSession.abortCaptures();
  /external/opencv3/modules/videoio/src/
cap_qtkit.mm 118 QTCaptureSession *mCaptureSession;
160 QTMovie *mCaptureSession;
247 mCaptureSession = nil;
314 [mCaptureSession stopRunning];
319 [mCaptureSession release];
367 mCaptureSession = [[QTCaptureSession alloc] init] ;
369 success = [mCaptureSession addInput:mCaptureDeviceInput error:&error];
402 success = [mCaptureSession addOutput:mCaptureDecompressedVideoOutput error:&error];
409 [mCaptureSession startRunning];
424 [mCaptureSession stopRunning]
    [all...]
cap_avfoundation.mm 97 AVCaptureSession *mCaptureSession;
231 mCaptureSession = nil;
303 [mCaptureSession stopRunning];
305 [mCaptureSession release];
343 mCaptureSession = [[AVCaptureSession alloc] init] ;
346 success = [mCaptureSession addInput:mCaptureDeviceInput];
386 //mCaptureSession.sessionPreset = AVCaptureSessionPresetHigh; // fps ~= 5 slow for OpenCV
388 mCaptureSession.sessionPreset = AVCaptureSessionPresetMedium; //480*360
392 [mCaptureSession addInput:mCaptureDeviceInput];
393 [mCaptureSession addOutput:mCaptureDecompressedVideoOutput]
    [all...]
  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 80 CameraCaptureSession mCaptureSession;
156 if (mCaptureSession != null) {
157 mCaptureSession.close();
158 mCaptureSession = null;
185 if (mCaptureSession != null) {
192 mCaptureSession.capture(requester.build(), /*listener*/null, /*handler*/null);
345 mCaptureSession = session;
374 mCaptureSession = null;
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 172 private CameraCaptureSession mCaptureSession;
630 if (null != mCaptureSession) {
631 mCaptureSession.close();
632 mCaptureSession = null;
703 mCaptureSession = cameraCaptureSession;
713 mCaptureSession.setRepeatingRequest(mPreviewRequest,
782 mCaptureSession.capture(mPreviewRequestBuilder.build(), mCaptureCallback,
800 mCaptureSession.capture(mPreviewRequestBuilder.build(), mCaptureCallback,
    [all...]
  /developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
Camera2BasicFragment.java 172 private CameraCaptureSession mCaptureSession;
630 if (null != mCaptureSession) {
631 mCaptureSession.close();
632 mCaptureSession = null;
703 mCaptureSession = cameraCaptureSession;
713 mCaptureSession.setRepeatingRequest(mPreviewRequest,
782 mCaptureSession.capture(mPreviewRequestBuilder.build(), mCaptureCallback,
800 mCaptureSession.capture(mPreviewRequestBuilder.build(), mCaptureCallback,
    [all...]
  /development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/
Camera2BasicFragment.java 172 private CameraCaptureSession mCaptureSession;
630 if (null != mCaptureSession) {
631 mCaptureSession.close();
632 mCaptureSession = null;
703 mCaptureSession = cameraCaptureSession;
713 mCaptureSession.setRepeatingRequest(mPreviewRequest,
782 mCaptureSession.capture(mPreviewRequestBuilder.build(), mCaptureCallback,
800 mCaptureSession.capture(mPreviewRequestBuilder.build(), mCaptureCallback,
    [all...]
  /frameworks/base/media/java/android/media/soundtrigger/
SoundTriggerDetector.java 115 private final int mCaptureSession;
125 mCaptureSession = captureSession;
177 return mCaptureSession;
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 167 private CameraCaptureSession mCaptureSession;
583 mCaptureSession.stopRepeating();
680 if (mCaptureSession != null) {
681 mCaptureSession.abortCaptures();
682 mCaptureSession = null;
696 mCaptureSession = session;
    [all...]
OneCameraImpl.java 277 private CameraCaptureSession mCaptureSession;
415 mCaptureSession.capture(request, mCaptureCallback, mCameraHandler);
440 if (mCaptureSession != null) {
441 mCaptureSession.abortCaptures();
543 if (mCaptureSession != null) {
544 mCaptureSession.abortCaptures();
545 mCaptureSession = null;
560 mCaptureSession = session;
616 mCaptureSession.setRepeatingRequest(builder.build(), mCaptureCallback,
640 mCaptureSession.capture(builder.build(), mCaptureCallback, mCameraHandler)
    [all...]
  /frameworks/base/core/java/android/service/voice/
AlwaysOnHotwordDetector.java 211 private final int mCaptureSession;
221 mCaptureSession = captureSession;
273 return mCaptureSession;
  /developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java 275 private CameraCaptureSession mCaptureSession;
    [all...]
  /developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
Camera2RawFragment.java 275 private CameraCaptureSession mCaptureSession;
    [all...]
  /development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
Camera2RawFragment.java 275 private CameraCaptureSession mCaptureSession;
    [all...]
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 77 audio_session_t mCaptureSession;
SoundTriggerHwService.cpp 614 AudioSystem::releaseSoundTriggerSession(model->mCaptureSession);
725 recognitionEvent->capture_session = model->mCaptureSession;
882 mHandle(handle), mState(STATE_IDLE), mCaptureSession(session),

Completed in 743 milliseconds