Searched refs:getExposure (Results 1 – 5 of 5) sorted by relevance
160 if (ONE_SECOND > mPreviewView.getExposure()) { in update_buttons()161 mSpeedButton.setText(a + 1 + "/" + (ONE_SECOND / mPreviewView.getExposure()) + "s"); in update_buttons()163 mSpeedButton.setText(a + (mPreviewView.getExposure() / ONE_SECOND) + "\"s"); in update_buttons()
205 mExposureDown = mCameraOps.getExposure(); in touchScreen()225 Log.v(TAG, "mExposure =" + mCameraOps.getExposure()); in touchScreen()271 public long getExposure() { in getExposure() method in CameraView272 return mCameraOps.getExposure(); in getExposure()
568 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());573 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());644 public long getExposure() {
206 mExposureDown = mCameraOps.getExposure(); in touchScreen()226 Log.v(TAG, "mExposure =" + mCameraOps.getExposure()); in touchScreen()272 public long getExposure() { in getExposure() method in CameraView273 return mCameraOps.getExposure(); in getExposure()
604 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure()); in setParameters()609 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure()); in setParameters()681 public long getExposure() { in getExposure() method in CameraOps