Home
last modified time | relevance | path

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

12

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp259 const bool boolStates[]{true, false}; in testConfigureInInitState() local
260 for (auto isAsync : boolStates) { in testConfigureInInitState()
277 const bool boolStates[]{true, false}; in testConfigureInRunningState() local
278 for (auto isAsync : boolStates) { in testConfigureInRunningState()
320 const bool boolStates[]{true, false}; in testConfigureInUnInitState() local
321 for (auto isAsync : boolStates) { in testConfigureInUnInitState()
336 const bool boolStates[]{true, false}; in testDequeueInputBufferInInitState() local
337 for (auto isAsync : boolStates) { in testDequeueInputBufferInInitState()
353 const bool boolStates[]{true, false}; in testDequeueInputBufferInRunningState() local
354 for (auto isAsync : boolStates) { in testDequeueInputBufferInRunningState()
[all …]
DNativeCodecDecoderTestCommon.cpp363 const bool boolStates[]{true, false}; in testSimpleDecode() local
365 for (auto eosType : boolStates) { in testSimpleDecode()
366 for (auto isAsync : boolStates) { in testSimpleDecode()
440 const bool boolStates[]{true, false}; in testFlush() local
441 for (auto isAsync : boolStates) { in testFlush()
523 const bool boolStates[]{true, false}; in testOnlyEos() local
525 for (auto isAsync : boolStates) { in testOnlyEos()
568 const bool boolStates[]{true, false}; in testSimpleDecodeQueueCSD() local
575 for (auto eosType : boolStates) { in testSimpleDecodeQueueCSD()
576 for (auto isAsync : boolStates) { in testSimpleDecodeQueueCSD()
DNativeCodecEncoderTest.cpp398 const bool boolStates[]{true, false}; in testSimpleEncode() local
403 for (auto eosType : boolStates) { in testSimpleEncode()
404 for (auto isAsync : boolStates) { in testSimpleEncode()
458 const bool boolStates[]{true, false}; in testReconfigure() local
459 for (auto isAsync : boolStates) { in testReconfigure()
529 const bool boolStates[]{true, false}; in testOnlyEos() local
533 for (auto isAsync : boolStates) { in testOnlyEos()
571 const bool boolStates[]{true, false}; in testSetForceSyncFrame() local
572 for (auto isAsync : boolStates) { in testSetForceSyncFrame()
635 const bool boolStates[]{true, false}; in testAdaptiveBitRate() local
[all …]
DNativeCodecEncoderSurfaceTest.cpp573 const bool boolStates[]{true, false}; in testSimpleEncode() local
574 for (bool isAsync : boolStates) { in testSimpleEncode()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java534 boolean[] boolStates = {true, false}; in testConfigureInInitState()
535 for (boolean isAsync : boolStates) { in testConfigureInInitState()
552 boolean[] boolStates = {true, false}; in testConfigureAfterStart()
553 for (boolean isAsync : boolStates) { in testConfigureAfterStart()
573 boolean[] boolStates = {true, false}; in testConfigureAfterQueueInputBuffer()
574 for (boolean isAsync : boolStates) { in testConfigureAfterQueueInputBuffer()
593 boolean[] boolStates = {true, false}; in testConfigureInEOSState()
594 for (boolean isAsync : boolStates) { in testConfigureInEOSState()
614 boolean[] boolStates = {true, false}; in testConfigureInFlushState()
615 for (boolean isAsync : boolStates) { in testConfigureInFlushState()
[all …]
DCodecDecoderTest.java375 boolean[] boolStates = {true, false}; in testSimpleDecode()
387 for (boolean eosType : boolStates) { in testSimpleDecode()
388 for (boolean isAsync : boolStates) { in testSimpleDecode()
483 boolean[] boolStates = {true, false}; in testFlush()
491 for (boolean isAsync : boolStates) { in testFlush()
630 boolean[] boolStates = {true, false}; in testReconfigure()
639 for (boolean isAsync : boolStates) { in testReconfigure()
747 boolean[] boolStates = {true, false}; in testOnlyEos()
754 for (boolean isAsync : boolStates) { in testOnlyEos()
818 boolean[] boolStates = {true, false}; in testSimpleDecodeQueueCSD()
[all …]
DCodecDecoderSurfaceTest.java232 boolean[] boolStates = {true, false}; in testSimpleDecodeToSurface()
243 for (boolean isAsync : boolStates) { in testSimpleDecodeToSurface()
279 boolean[] boolStates = {true, false}; in testDetachAndReattachSurface()
291 for (boolean isAsync : boolStates) { in testDetachAndReattachSurface()
292 for (boolean startDetached : boolStates) { in testDetachAndReattachSurface()
398 boolean[] boolStates = {true, false}; in testFlush()
407 for (boolean isAsync : boolStates) { in testFlush()
509 boolean[] boolStates = {true, false}; in testReconfigure()
519 for (boolean isAsync : boolStates) { in testReconfigure()
DCodecEncoderTest.java333 boolean[] boolStates = {true, false}; in testSimpleEncode()
347 for (boolean eosType : boolStates) { in testSimpleEncode()
348 for (boolean isAsync : boolStates) { in testSimpleEncode()
435 boolean[] boolStates = {true, false}; in testReconfigure()
452 for (boolean isAsync : boolStates) { in testReconfigure()
560 boolean[] boolStates = {true, false}; in testOnlyEos()
568 for (boolean isAsync : boolStates) { in testOnlyEos()
634 boolean[] boolStates = {true, false}; in testSetForceSyncFrame()
637 for (boolean isAsync : boolStates) { in testSetForceSyncFrame()
728 boolean[] boolStates = {true, false}; in testAdaptiveBitRate()
[all …]
DCodecEncoderSurfaceTest.java174 boolean[] boolStates = {true, false}; in input()
180 for (boolean usePersistentSurface : boolStates) { in input()
213 for (boolean usePersistentSurface : boolStates) { in input()
315 boolean[] boolStates = {true, false}; in testSimpleEncodeFromSurface()
319 for (boolean isAsync : boolStates) { in testSimpleEncodeFromSurface()
DCodecDecoderPauseTest.java106 boolean[] boolStates = {false, true}; in testPause()
109 for (boolean enablePause : boolStates) { in testPause()
DCodecDecoderDetachedSurfaceTest.java296 boolean[] boolStates = {true, false}; in testSetOutputSurface()
302 for (boolean isAsync : boolStates) { in testSetOutputSurface()
357 boolean[] boolStates = {true, false}; in testFeatureDetachedSurface()
363 for (boolean isAsync : boolStates) { in testFeatureDetachedSurface()
422 boolean[] boolStates = {true, false}; in testDetachOutputSurface()
428 for (boolean isAsync : boolStates) { in testDetachOutputSurface()
DDecoderPushBlankBufferOnStopTest.java85 boolean[] boolStates = new boolean[]{true, false}; in input()
87 for (boolean pushBlankOnStop : boolStates) { in input()
DCodecEncoderMultiAccessUnitTest.java302 boolean[] boolStates = {true, false}; in testSimpleEncode()
321 for (boolean eosType : boolStates) { in testSimpleEncode()
DCodecDecoderBlockModelMultiAccessUnitTest.java137 boolean[] boolStates = {true, false}; in testSimpleDecode()
147 for (boolean signalEosWithLastFrame : boolStates) { in testSimpleDecode()
DCodecEncoderBlockModelMultiAccessUnitTest.java338 boolean[] boolStates = {true, false}; in testSimpleEncode()
339 for (boolean eosType : boolStates) { in testSimpleEncode()
DCodecDecoderMultiAccessUnitTest.java207 boolean[] boolStates = {true, false}; in testSimpleDecode()
217 for (boolean signalEosWithLastFrame : boolStates) { in testSimpleDecode()
DDecodeGlAccuracyTest.java455 boolean[] boolStates = {true, false}; in input()
456 for (boolean useYuvSampling : boolStates) { in input()
/cts/tests/video/src/android/video/cts/
DCodecEncoderPerformanceTest.java87 boolean[] boolStates = {true, false}; in input()
99 for (boolean isAsync : boolStates) { in input()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderMultiAccessUnitDrmTest.java142 boolean[] boolStates = {true, false}; in testSimpleDecode()
152 for (boolean eosType : boolStates) { in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java146 boolean[] boolStates = {true, false}; in testSimpleDecode()
156 for (boolean eosType : boolStates) { in testSimpleDecode()
/cts/tests/mediapc/src/android/mediapc/cts/
DFrameDropTestBase.java47 static final boolean[] boolStates = {false, true}; field in FrameDropTestBase
186 for (boolean isAsync : boolStates) { in prepareArgumentsList()
DCodecInitializationLatencyTest.java82 private static final boolean[] boolStates = {false, true}; field in CodecInitializationLatencyTest
314 NUM_MEASUREMENTS * boolStates.length * ((!isEncoder && !isAudio) ? 2 : 1); in testInitializationLatency()
317 for (boolean isAsync : boolStates) { in testInitializationLatency()
338 for (boolean surfaceMode : boolStates) { in testInitializationLatency()
DMultiEncoderPerfTest.java81 for (boolean isAsync : boolStates) { in inputParams()
DMultiEncoderPairPerfTest.java93 for (boolean isAsync : boolStates) { in inputParams()
DMultiDecoderPerfTest.java82 for (boolean isAsync : boolStates) { in inputParams()

12