Lines Matching refs:boolStates
397 const bool boolStates[]{true, false}; in testSimpleEncode() local
402 for (auto eosType : boolStates) { in testSimpleEncode()
404 for (auto isAsync : boolStates) { in testSimpleEncode()
470 const bool boolStates[]{true, false}; in testFlush() local
471 for (auto isAsync : boolStates) { in testFlush()
579 const bool boolStates[]{true, false}; in testReconfigure() local
580 for (auto isAsync : boolStates) { in testReconfigure()
671 const bool boolStates[]{true, false}; in testOnlyEos() local
674 for (int k = 0; (k < (sizeof(boolStates) / sizeof(boolStates[0]))) && isPass; k++) { in testOnlyEos()
675 bool isAsync = boolStates[k]; in testOnlyEos()
727 const bool boolStates[]{true, false}; in testSetForceSyncFrame() local
728 for (auto isAsync : boolStates) { in testSetForceSyncFrame()
804 const bool boolStates[]{true, false}; in testAdaptiveBitRate() local
805 for (auto isAsync : boolStates) { in testAdaptiveBitRate()