Searched defs:boolStates (Results 1 – 7 of 7) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecUnitTest.cpp | 259 const bool boolStates[]{true, false}; in testConfigureInInitState() local 277 const bool boolStates[]{true, false}; in testConfigureInRunningState() local 320 const bool boolStates[]{true, false}; in testConfigureInUnInitState() local 336 const bool boolStates[]{true, false}; in testDequeueInputBufferInInitState() local 353 const bool boolStates[]{true, false}; in testDequeueInputBufferInRunningState() local 375 const bool boolStates[]{true, false}; in testDequeueInputBufferInUnInitState() local 397 const bool boolStates[]{true, false}; in testDequeueOutputBufferInInitState() local 415 const bool boolStates[]{true, false}; in testDequeueOutputBufferInRunningState() local 438 const bool boolStates[]{true, false}; in testDequeueOutputBufferInUnInitState() local 462 const bool boolStates[]{true, false}; in testFlushInInitState() local [all …]
|
D | NativeCodecEncoderTest.cpp | 398 const bool boolStates[]{true, false}; in testSimpleEncode() local 458 const bool boolStates[]{true, false}; in testReconfigure() local 529 const bool boolStates[]{true, false}; in testOnlyEos() local 571 const bool boolStates[]{true, false}; in testSetForceSyncFrame() local 635 const bool boolStates[]{true, false}; in testAdaptiveBitRate() local
|
D | NativeCodecDecoderTestCommon.cpp | 363 const bool boolStates[]{true, false}; in testSimpleDecode() local 440 const bool boolStates[]{true, false}; in testFlush() local 523 const bool boolStates[]{true, false}; in testOnlyEos() local 568 const bool boolStates[]{true, false}; in testSimpleDecodeQueueCSD() local
|
D | NativeCodecEncoderSurfaceTest.cpp | 573 const bool boolStates[]{true, false}; in testSimpleEncode() local
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | FrameDropTestBase.java | 47 static final boolean[] boolStates = {false, true}; field in FrameDropTestBase
|
D | CodecInitializationLatencyTest.java | 82 private static final boolean[] boolStates = {false, true}; field in CodecInitializationLatencyTest
|
D | MultiCodecPerfTestBase.java | 59 static final boolean[] boolStates = {true, false}; field in MultiCodecPerfTestBase
|