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

  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraManualControls.java 40 public long getExposure() {
CameraOps.java 624 manualControls.getExposure());
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
MainActivity.java 160 if (ONE_SECOND > mPreviewView.getExposure()) {
161 mSpeedButton.setText(a + 1 + "/" + (ONE_SECOND / mPreviewView.getExposure()) + "s");
163 mSpeedButton.setText(a + (mPreviewView.getExposure() / ONE_SECOND) + "\"s");
CameraView.java 205 mExposureDown = mCameraOps.getExposure();
225 Log.v(TAG, "mExposure =" + mCameraOps.getExposure());
271 public long getExposure() {
272 return mCameraOps.getExposure();
CameraOps.java 568 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/
CameraView.java 206 mExposureDown = mCameraOps.getExposure();
226 Log.v(TAG, "mExposure =" + mCameraOps.getExposure());
272 public long getExposure() {
273 return mCameraOps.getExposure();
CameraOps.java 604 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
609 mHdrBuilder.set(CaptureRequest.SENSOR_EXPOSURE_TIME, getExposure());
681 public long getExposure() {

Completed in 110 milliseconds