Home
last modified time | relevance | path

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

/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp885 uint32_t adaptiveMaxHeight = 240; in TEST_F() local
887 kPortIndexOutput, true, adaptiveMaxWidth, adaptiveMaxHeight); in TEST_F()
971 (nFrameHeight > adaptiveMaxHeight)) { in TEST_F()
973 if (nFrameHeight > adaptiveMaxHeight) in TEST_F()
974 adaptiveMaxHeight = nFrameHeight; in TEST_F()