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

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstFacadeImpl.java 62 private final BurstController mBurstController;
119 mBurstController = new BurstControllerImpl(appContext);
154 mBurstController.startBurst(
161 mBurstTaker.get().startBurst(evictionHandler, mBurstController);
BurstCaptureCommand.java 62 private final BurstController mBurstController;
103 mBurstController = burstController;
174 mBurstController.processBurstResults(capturedImages);
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 341 private final BurstFacade mBurstController;
364 mBurstController = BurstFacadeFactory.create(mContext,
456 mBurstController.startBurst(
477 mBurstController.stopBurst();
690 mBurstController.initialize(new SurfaceTexture(0));
736 mBurstController.release();
    [all...]

Completed in 125 milliseconds