HomeSort by relevance Sort by last modified time
    Searched refs:ExposureCompensationTest (Results 1 - 5 of 5) 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/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_ExposureCompensationTest.cpp 25 #include "exposurecompensationtest.h"
36 ExposureCompensationTest* testHandler =
37 new ExposureCompensationTest(debugHeight, debugWidth);
58 ExposureCompensationTest *testHandler =
59 (ExposureCompensationTest*) handlerAddress;
80 ExposureCompensationTest *testHandler =
81 (ExposureCompensationTest*) handlerAddress;
  /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!");
CameraAnalyzerActivity.java 213 ExposureCompensationTest.getSingletonTest().updateCamera();
324 ExposureCompensationTest exposureCompensationTest =
325 ExposureCompensationTest.getSingletonTest();
327 mCurrentTest = exposureCompensationTest;
332 ExposureCompensationTest.setCheckerAddress(mCheckerCenterAddress,
  /cts/apps/CtsVerifier/lib/colorchecker/
exposurecompensationtest.cpp 18 #define LOG_TAG "ExposureCompensationTest"
27 #include "exposurecompensationtest.h"
30 void ExposureCompensationTest::processData() {
87 void ExposureCompensationTest::initializeReferenceColors() {

Completed in 349 milliseconds