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.cpp895 uint32_t adaptiveMaxHeight = 240; in TEST_P() local
897 kPortIndexOutput, true, adaptiveMaxWidth, adaptiveMaxHeight); in TEST_P()
981 (nFrameHeight > adaptiveMaxHeight)) { in TEST_P()
983 if (nFrameHeight > adaptiveMaxHeight) in TEST_P()
984 adaptiveMaxHeight = nFrameHeight; in TEST_P()