Home
last modified time | relevance | path

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

/hardware/interfaces/media/omx/1.0/vts/functional/video/
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()
799 status = setPortBufferSize(omxNode, kPortIndexInput, maxBytesCount); 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()
1115 status = setPortBufferSize(omxNode, kPortIndexInput, maxBytesCount); in TEST_P()
1222 int bytesCount = 0, maxBytesCount = 0; in TEST_P() local
1230 if (maxBytesCount < bytesCount) maxBytesCount = bytesCount; in TEST_P()
[all …]