OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExposureCompensationTest
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/include/colorchecker/
exposurecompensationtest.h
24
class
ExposureCompensationTest
: public ImageTestHandler {
26
ExposureCompensationTest
() : ImageTestHandler() {
30
ExposureCompensationTest
(int debugHeight, int debugWidth) :
35
~
ExposureCompensationTest
() {}
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
ExposureCompensationTest.java
31
public class
ExposureCompensationTest
extends CameraTests {
33
private static final String TAG = "
ExposureCompensationTest
";
52
private static
ExposureCompensationTest
singletonTest = null;
54
private
ExposureCompensationTest
(){
73
public static synchronized
ExposureCompensationTest
getSingletonTest() {
75
Log.v(TAG, "Creating a new
ExposureCompensationTest
instance");
76
singletonTest = new
ExposureCompensationTest
();
90
Log.v(TAG, "
ExposureCompensationTest
thread started!");
Completed in 135 milliseconds