Home
last modified time | relevance | path

Searched refs:getExposure (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMainActivity.java160 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()
DCameraView.java205 mExposureDown = mCameraOps.getExposure(); in touchScreen()
225 Log.v(TAG, "mExposure =" + mCameraOps.getExposure()); in touchScreen()
271 public long getExposure() { in getExposure() method in CameraView
272 return mCameraOps.getExposure(); in getExposure()
DCameraOps.java568 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
573 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
644 public long getExposure() {
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DCameraView.java206 mExposureDown = mCameraOps.getExposure(); in touchScreen()
226 Log.v(TAG, "mExposure =" + mCameraOps.getExposure()); in touchScreen()
272 public long getExposure() { in getExposure() method in CameraView
273 return mCameraOps.getExposure(); in getExposure()
DCameraOps.java604 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