Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp782 int bytesCount = 0, maxBytesCount = 0; in TEST_P() local
793 if (maxBytesCount < bytesCount) maxBytesCount = bytesCount; in TEST_P()
798 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()
1101 int bytesCount = 0, maxBytesCount = 0; in TEST_P() local
1109 if (maxBytesCount < bytesCount) maxBytesCount = bytesCount; in TEST_P()
1114 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()
1222 int bytesCount = 0, maxBytesCount = 0; in TEST_P() local
1230 if (maxBytesCount < bytesCount) maxBytesCount = bytesCount; in TEST_P()
1235 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()
1337 if (maxBytesCount < bytesCount) maxBytesCount = bytesCount; in TEST_P()
[all …]