Searched refs:refHeight (Results 1 – 3 of 3) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMediaCommon.cpp | 136 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()
|
D | NativeCodecTestBase.cpp | 705 int32_t refHeight = getHeight(inpFormat); in isFormatSimilar() local 707 return refWidth != -1 && refHeight != -1 && refWidth == testWidth && in isFormatSimilar() 708 refHeight == testHeight && in isFormatSimilar()
|
D | NativeExtractorTest.cpp | 572 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()
|