Searched refs:maxBytesCount (Results 1 – 1 of 1) sorted by relevance
782 int bytesCount = 0, maxBytesCount = 0; in TEST_P() local793 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() local1109 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() local1230 if (maxBytesCount < bytesCount) maxBytesCount = bytesCount; in TEST_P()[all …]