Searched refs:mAutoExposure (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java82 boolean mAutoExposure = true; field in class:CameraOps
602 if (mAutoExposure) {
662 return mAutoExposure;
666 mAutoExposure = autoExposure;
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java88 boolean mAutoExposure = true; field in class:CameraOps
566 if (mAutoExposure) {
625 return mAutoExposure;
629 mAutoExposure = autoExposure;

Completed in 78 milliseconds