Searched refs:mCameraOps (Results 1 – 2 of 2) sorted by relevance
53 CameraOps mCameraOps; field in CameraView119 mCameraOps.setUpCamera(mProcessingNormalSurface); in CameraView()128 mCameraOps = new CameraOps(mCameraManager, in CameraView()136 String errorMessage = mCameraOps.resume(); in resume()143 Size outputSize = mCameraOps.getBestSize(); in resume()153 mCameraOps.pause(); in pause()164 mCameraOps.setSurface(mProcessingNormalSurface); in setupProcessor()187 mCameraOps.captureStillPicture(jpegRotation, name, mContext, mode); in takePicture()206 mExposureDown = mCameraOps.getExposure(); in touchScreen()207 mFocusDistDown = mCameraOps.getFocusDistance(); in touchScreen()[all …]
53 CameraOps mCameraOps; field in CameraView120 mCameraOps.setUpCamera(mProcessingNormalSurface); in CameraView()129 mCameraOps = new CameraOps(mCameraManager, in CameraView()137 String errorMessage = mCameraOps.resume(); in resume()144 Size outputSize = mCameraOps.getBestSize(); in resume()153 mCameraOps.pause(); in pause()164 mCameraOps.setSurface(mProcessingNormalSurface); in setupProcessor()186 mCameraOps.captureStillPicture(jpegRotation, name, mContext.getContentResolver()); in takePicture()205 mExposureDown = mCameraOps.getExposure(); in touchScreen()206 mFocusDistDown = mCameraOps.getFocusDistance(); in touchScreen()[all …]