Home
last modified time | relevance | path

Searched refs:testWidth (Results 1 – 6 of 6) sorted by relevance

/cts/tests/media/jni/
DNativeCodecTestBase.cpp572 int32_t testWidth = getWidth(outFormat); in isFormatSimilar() local
575 return refWidth != -1 && refHeight != -1 && refWidth == testWidth && in isFormatSimilar()
DNativeExtractorTest.cpp70 int32_t refWidth, testWidth, refHeight, testHeight; in isFormatSimilar() local
72 bool hasTestWidth = AMediaFormat_getInt32(testFormat, AMEDIAFORMAT_KEY_WIDTH, &testWidth); in isFormatSimilar()
77 refWidth == testWidth && refHeight == testHeight; in isFormatSimilar()
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp3183 int32_t testWidth, testHeight; in nativeImageReaderTestBase() local
3186 testWidth = TEST_WIDTH; in nativeImageReaderTestBase()
3192 if (!staticInfo.getMaxSizeForFormat(format, &testWidth, &testHeight)) { in nativeImageReaderTestBase()
3210 testWidth, testHeight, format, NUM_TEST_IMAGES, in nativeImageReaderTestBase()
3294 format, testWidth, testHeight); in nativeImageReaderTestBase()
3300 staticInfo.getStallDurationFor(format, testWidth, testHeight); in nativeImageReaderTestBase()
/cts/tests/tests/graphics/src/android/graphics/cts/
DRectTest.java311 public void testWidth() { in testWidth() method in RectTest
DRectFTest.java373 public void testWidth() { in testWidth() method in RectFTest
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java1018 public void testWidth() throws Throwable { in testWidth() method in TextViewTest