Home
last modified time | relevance | path

Searched refs:refWidth (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/jni/
DNativeCodecTestBase.cpp571 int32_t refWidth = getWidth(inpFormat); in isFormatSimilar() local
575 return refWidth != -1 && refHeight != -1 && refWidth == testWidth && in isFormatSimilar()
DNativeExtractorTest.cpp70 int32_t refWidth, testWidth, refHeight, testHeight; in isFormatSimilar() local
71 bool hasRefWidth = AMediaFormat_getInt32(refFormat, AMEDIAFORMAT_KEY_WIDTH, &refWidth); in isFormatSimilar()
77 refWidth == testWidth && refHeight == testHeight; in isFormatSimilar()