Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/tests/
DExtractorUnitTest.cpp322 int32_t exWidth, exHeight; in TEST_P() local
325 ASSERT_TRUE(AMediaFormat_getInt32(extractorFormat, AMEDIAFORMAT_KEY_HEIGHT, &exHeight)); in TEST_P()
329 ASSERT_EQ(exHeight, trackHeight) << "Height not as expected"; in TEST_P()