Searched refs:refWidth (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 137 bool hasRefWidth = AMediaFormat_getInt32(refFormat, AMEDIAFORMAT_KEY_WIDTH, &refWidth); in isFormatSimilar() 141 if (refWidth != testWidth) return false; in isFormatSimilar()
|
D | NativeCodecTestBase.cpp | 703 int32_t refWidth = getWidth(inpFormat); in isFormatSimilar() local 707 return refWidth != -1 && refHeight != -1 && refWidth == testWidth && in isFormatSimilar()
|
D | NativeExtractorTest.cpp | 572 int32_t refWidth, refHeight; in nativeReadAllData() local 574 CHECK_KEY(AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_WIDTH, &refWidth), format, in nativeReadAllData() 576 flattenField<int32_t>(buffer, &bufferSize, refWidth); in nativeReadAllData()
|