Home
last modified time | relevance | path

Searched refs:refHeight (Results 1 – 3 of 3) sorted by relevance

/cts/tests/media/jni/
DNativeMediaCommon.cpp136 int32_t refWidth, testWidth, refHeight, testHeight; in isFormatSimilar() local
142 bool hasRefHeight = AMediaFormat_getInt32(refFormat, AMEDIAFORMAT_KEY_HEIGHT, &refHeight); in isFormatSimilar()
147 if (refHeight != testHeight) return false; in isFormatSimilar()
DNativeCodecTestBase.cpp705 int32_t refHeight = getHeight(inpFormat); in isFormatSimilar() local
707 return refWidth != -1 && refHeight != -1 && refWidth == testWidth && in isFormatSimilar()
708 refHeight == testHeight && in isFormatSimilar()
DNativeExtractorTest.cpp572 int32_t refWidth, refHeight; in nativeReadAllData() local
577 CHECK_KEY(AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_HEIGHT, &refHeight), format, in nativeReadAllData()
579 flattenField<int32_t>(buffer, &bufferSize, refHeight); in nativeReadAllData()