Home
last modified time | relevance | path

Searched defs:outputWidth (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/jni/cameraanalyzer/
Dcom_android_cts_verifier_camera_analyzer_CameraTests.cpp59 int outputWidth, outputHeight; in Java_com_android_cts_verifier_camera_analyzer_CameraTests_findNative() local
160 int outputWidth = testHandler->getDebugWidth(); in Java_com_android_cts_verifier_camera_analyzer_CameraTests_displayHandlerDebugOutput() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
DColorCheckerTest.java276 private native long createColorCheckerTest(int outputWidth, int outputHeight); in createColorCheckerTest()
DExposureCompensationTest.java205 private native long createExposureCompensationTest(int outputHeight, int outputWidth); in createExposureCompensationTest()
DCameraTests.java178 public native long createImageTestHandler(int outputHeight, int outputWidth); in createImageTestHandler()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java502 int outputWidth = 0; in getThumbnail() local