Home
last modified time | relevance | path

Searched defs:boolStates (Results 1 – 7 of 7) sorted by relevance

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp255 const bool boolStates[]{true, false}; in testConfigureInInitState() local
272 const bool boolStates[]{true, false}; in testConfigureInRunningState() local
311 const bool boolStates[]{true, false}; in testConfigureInUnInitState() local
327 const bool boolStates[]{true, false}; in testDequeueInputBufferInInitState() local
344 const bool boolStates[]{true, false}; in testDequeueInputBufferInRunningState() local
366 const bool boolStates[]{true, false}; in testDequeueInputBufferInUnInitState() local
388 const bool boolStates[]{true, false}; in testDequeueOutputBufferInInitState() local
406 const bool boolStates[]{true, false}; in testDequeueOutputBufferInRunningState() local
429 const bool boolStates[]{true, false}; in testDequeueOutputBufferInUnInitState() local
453 const bool boolStates[]{true, false}; in testFlushInInitState() local
[all …]
DNativeCodecDecoderTest.cpp308 const bool boolStates[]{true, false}; in testSimpleDecode() local
434 const bool boolStates[]{true, false}; in testFlush() local
535 const bool boolStates[]{true, false}; in testOnlyEos() local
590 const bool boolStates[]{true, false}; in testSimpleDecodeQueueCSD() local
DNativeCodecEncoderTest.cpp403 const bool boolStates[]{true, false}; in testSimpleEncode() local
476 const bool boolStates[]{true, false}; in testFlush() local
585 const bool boolStates[]{true, false}; in testReconfigure() local
677 const bool boolStates[]{true, false}; in testOnlyEos() local
733 const bool boolStates[]{true, false}; in testSetForceSyncFrame() local
810 const bool boolStates[]{true, false}; in testAdaptiveBitRate() local
DNativeCodecEncoderSurfaceTest.cpp515 const bool boolStates[]{true, false}; in testSimpleEncode() local
/cts/tests/mediapc/src/android/mediapc/cts/
DMultiCodecPerfTestBase.java40 static final boolean[] boolStates = {true, false}; field in MultiCodecPerfTestBase
DEncoderInitializationLatencyTest.java63 private static final boolean[] boolStates = {false, true}; field in EncoderInitializationLatencyTest
DFrameDropTestBase.java41 static final boolean[] boolStates = {false, true}; field in FrameDropTestBase