Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java458 boolean[] boolStates = {true, false}; in testConfigureInInitState()
459 for (boolean isAsync : boolStates) { in testConfigureInInitState()
475 boolean[] boolStates = {true, false}; in testConfigureAfterStart()
476 for (boolean isAsync : boolStates) { in testConfigureAfterStart()
495 boolean[] boolStates = {true, false}; in testConfigureAfterQueueInputBuffer()
496 for (boolean isAsync : boolStates) { in testConfigureAfterQueueInputBuffer()
514 boolean[] boolStates = {true, false}; in testConfigureInEOSState()
515 for (boolean isAsync : boolStates) { in testConfigureInEOSState()
534 boolean[] boolStates = {true, false}; in testConfigureInFlushState()
535 for (boolean isAsync : boolStates) { in testConfigureInFlushState()
[all …]
DCodecDecoderTest.java244 boolean[] boolStates = {true, false}; in testSimpleDecode()
256 for (boolean eosType : boolStates) { in testSimpleDecode()
257 for (boolean isAsync : boolStates) { in testSimpleDecode()
358 boolean[] boolStates = {true, false}; in testFlush()
373 for (boolean isAsync : boolStates) { in testFlush()
486 boolean[] boolStates = {true, false}; in testReconfigure()
506 for (boolean isAsync : boolStates) { in testReconfigure()
648 boolean[] boolStates = {true, false}; in testOnlyEos()
655 for (boolean isAsync : boolStates) { in testOnlyEos()
722 boolean[] boolStates = {true, false}; in testSimpleDecodeQueueCSD()
[all …]
DCodecEncoderTest.java267 boolean[] boolStates = {true, false}; in testSimpleEncode()
289 for (boolean eosType : boolStates) { in testSimpleEncode()
290 for (boolean isAsync : boolStates) { in testSimpleEncode()
366 boolean[] boolStates = {true, false}; in testFlush()
378 for (boolean isAsync : boolStates) { in testFlush()
476 boolean[] boolStates = {true, false}; in testReconfigure()
504 for (boolean isAsync : boolStates) { in testReconfigure()
616 boolean[] boolStates = {true, false}; in testOnlyEos()
625 for (boolean isAsync : boolStates) { in testOnlyEos()
688 boolean[] boolStates = {true, false}; in testSetForceSyncFrame()
[all …]
DCodecDecoderSurfaceTest.java197 boolean[] boolStates = {true, false}; in testSimpleDecodeToSurface()
211 for (boolean isAsync : boolStates) { in testSimpleDecodeToSurface()
260 boolean[] boolStates = {true, false}; in testFlush()
272 for (boolean isAsync : boolStates) { in testFlush()
349 boolean[] boolStates = {true, false}; in testReconfigure()
364 for (boolean isAsync : boolStates) { in testReconfigure()
DCodecEncoderSurfaceTest.java478 boolean[] boolStates = {true, false}; in testSimpleEncodeFromSurface()
479 for (boolean isAsync : boolStates) { in testSimpleEncodeFromSurface()
DEncoderProfileLevelTest.java694 boolean[] boolStates = {true, false}; in testValidateProfileLevel()
725 for (boolean isAsync : boolStates) { in testValidateProfileLevel()
/cts/tests/media/jni/
DNativeCodecUnitTest.cpp255 const bool boolStates[]{true, false}; in testConfigureInInitState() local
256 for (auto isAsync : boolStates) { in testConfigureInInitState()
272 const bool boolStates[]{true, false}; in testConfigureInRunningState() local
273 for (auto isAsync : boolStates) { in testConfigureInRunningState()
311 const bool boolStates[]{true, false}; in testConfigureInUnInitState() local
312 for (auto isAsync : boolStates) { in testConfigureInUnInitState()
327 const bool boolStates[]{true, false}; in testDequeueInputBufferInInitState() local
328 for (auto isAsync : boolStates) { in testDequeueInputBufferInInitState()
344 const bool boolStates[]{true, false}; in testDequeueInputBufferInRunningState() local
345 for (auto isAsync : boolStates) { in testDequeueInputBufferInRunningState()
[all …]
DNativeCodecDecoderTest.cpp293 const bool boolStates[]{true, false}; in testSimpleDecode() local
295 for (auto eosType : boolStates) { in testSimpleDecode()
297 for (auto isAsync : boolStates) { in testSimpleDecode()
405 const bool boolStates[]{true, false}; in testFlush() local
406 for (auto isAsync : boolStates) { in testFlush()
506 const bool boolStates[]{true, false}; in testOnlyEos() local
508 for (auto isAsync : boolStates) { in testOnlyEos()
561 const bool boolStates[]{true, false}; in testSimpleDecodeQueueCSD() local
568 for (auto eosType : boolStates) { in testSimpleDecodeQueueCSD()
570 for (auto isAsync : boolStates) { in testSimpleDecodeQueueCSD()
DNativeCodecEncoderTest.cpp397 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()
[all …]
DNativeCodecEncoderSurfaceTest.cpp472 const bool boolStates[]{true, false}; in testSimpleEncode() local
473 for (bool isAsync : boolStates) { in testSimpleEncode()