Searched refs:testWidth (Results 1 – 6 of 6) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMediaCommon.cpp | 133 int32_t refWidth, testWidth, refHeight, testHeight; in isFormatSimilar() local 136 bool hasTestWidth = AMediaFormat_getInt32(testFormat, AMEDIAFORMAT_KEY_WIDTH, &testWidth); in isFormatSimilar() 138 if (refWidth != testWidth) return false; in isFormatSimilar()
|
D | NativeCodecTestBase.cpp | 585 int32_t testWidth = getWidth(outFormat); in isFormatSimilar() local 588 return refWidth != -1 && refHeight != -1 && refWidth == testWidth && in isFormatSimilar()
|
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 3461 int32_t testWidth, testHeight; in nativeImageReaderTestBase() local 3467 if (!staticInfo.getMaxSizeForFormat(format, &testWidth, &testHeight)) { in nativeImageReaderTestBase() 3485 testWidth, testHeight, format, NUM_TEST_IMAGES, in nativeImageReaderTestBase() 3569 format, testWidth, testHeight); in nativeImageReaderTestBase() 3575 staticInfo.getStallDurationFor(format, testWidth, testHeight); in nativeImageReaderTestBase() 4064 int32_t testWidth, testHeight; in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() local 4065 if (!staticInfo.getMaxSizeForFormat(AIMAGE_FORMAT_JPEG, &testWidth, &testHeight)) { in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() 4069 testWidth, testHeight, AIMAGE_FORMAT_JPEG, NUM_TEST_IMAGES, in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() 4114 AIMAGE_FORMAT_JPEG, testWidth, testHeight); in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() 4120 AIMAGE_FORMAT_JPEG, testWidth, testHeight); in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | RectTest.java | 312 public void testWidth() { in testWidth() method in RectTest
|
D | RectFTest.java | 373 public void testWidth() { in testWidth() method in RectFTest
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 1141 public void testWidth() throws Throwable { in testWidth() method in TextViewTest
|