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

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DMainActivity.java160 if (ONE_SECOND > mPreviewView.getExposure()) {
161 mSpeedButton.setText(a + 1 + "/" + (ONE_SECOND / mPreviewView.getExposure()) + "s");
163 mSpeedButton.setText(a + (mPreviewView.getExposure() / ONE_SECOND) + "\"s");
H A DCameraView.java205 mExposureDown = mCameraOps.getExposure();
225 Log.v(TAG, "mExposure =" + mCameraOps.getExposure());
271 public long getExposure() { method in class:CameraView
272 return mCameraOps.getExposure();
H A DCameraOps.java568 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
573 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
644 public long getExposure() { method in class:CameraOps
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraView.java206 mExposureDown = mCameraOps.getExposure();
226 Log.v(TAG, "mExposure =" + mCameraOps.getExposure());
272 public long getExposure() { method in class:CameraView
273 return mCameraOps.getExposure();
H A DCameraOps.java604 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
609 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
681 public long getExposure() { method in class:CameraOps

Completed in 192 milliseconds