Home
last modified time | relevance | path

Searched defs:isAsync (Results 1 – 25 of 44) sorted by relevance

12

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp260 for (auto isAsync : boolStates) { in testConfigureInInitState() local
278 for (auto isAsync : boolStates) { in testConfigureInRunningState() local
321 for (auto isAsync : boolStates) { in testConfigureInUnInitState() local
337 for (auto isAsync : boolStates) { in testDequeueInputBufferInInitState() local
354 for (auto isAsync : boolStates) { in testDequeueInputBufferInRunningState() local
376 for (auto isAsync : boolStates) { in testDequeueInputBufferInUnInitState() local
398 for (auto isAsync : boolStates) { in testDequeueOutputBufferInInitState() local
416 for (auto isAsync : boolStates) { in testDequeueOutputBufferInRunningState() local
439 for (auto isAsync : boolStates) { in testDequeueOutputBufferInUnInitState() local
463 for (auto isAsync : boolStates) { in testFlushInInitState() local
[all …]
DNativeCodecEncoderTest.cpp155 bool CodecEncoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec()
161 void CodecEncoderTest::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext()
404 for (auto isAsync : boolStates) { in testSimpleEncode() local
459 for (auto isAsync : boolStates) { in testReconfigure() local
533 for (auto isAsync : boolStates) { in testOnlyEos() local
572 for (auto isAsync : boolStates) { in testSetForceSyncFrame() local
636 for (auto isAsync : boolStates) { in testAdaptiveBitRate() local
DNativeCodecDecoderTestCommon.cpp167 bool CodecDecoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec()
366 for (auto isAsync : boolStates) { in testSimpleDecode() local
451 for (auto isAsync : boolStates) { in testFlush() local
535 for (auto isAsync : boolStates) { in testOnlyEos() local
586 for (auto isAsync : boolStates) { in testSimpleDecodeQueueCSD() local
DNativeCodecEncoderSurfaceTest.cpp188 bool CodecEncoderSurfaceTest::configureCodec(bool isAsync, bool signalEOSWithLastFrame, in configureCodec()
254 void CodecEncoderSurfaceTest::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext()
574 for (bool isAsync : boolStates) { in testSimpleEncode() local
DNativeCodecTestBase.cpp418 bool CodecTestBase::configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame, in configureCodec()
462 bool CodecTestBase::reConfigureCodec(AMediaFormat* format, bool isAsync, in reConfigureCodec()
468 void CodecTestBase::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext()
/cts/tests/video/src/android/video/cts/
DCodecEncoderPerformanceTestBase.java77 Mode scalingFactorMode, boolean isAsync, int maxBFrames) { in CodecEncoderPerformanceTestBase()
234 void configureCodec(boolean isAsync) { in configureCodec()
327 void resetContext(boolean isAsync) { in resetContext()
DCodecEncoderPerformanceTest.java55 Mode scalingFactorMode, boolean isAsync, int maxBFrames) { in CodecEncoderPerformanceTest()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java284 void configureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in configureCodec()
299 void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
609 void configureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in configureCodec()
664 void configureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in configureCodec()
764 void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
935 Decode(String mediaType, String testFile, String decoderName, boolean isAsync) { in Decode()
939 Decode(String mediaType, String testFile, String decoderName, boolean isAsync, in Decode()
1023 void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
1091 boolean isAsync) { in DecodeToSurface()
1116 Encode(String mediaType, String encoderName, boolean isAsync, int height, int width, in Encode()
DCodecTranscoderTestBase.java109 void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
122 void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec()
386 boolean isAsync, boolean useHighBitDepth) { in Transcode()
486 void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec()
DFrameDropTest.java44 public FrameDropTest(String mediaType, String decoderName, boolean isAsync) { in FrameDropTest()
DAdaptivePlaybackFrameDropTest.java46 public AdaptivePlaybackFrameDropTest(String mediaType, String decoderName, boolean isAsync) { in AdaptivePlaybackFrameDropTest()
DMultiEncoderPerfTest.java60 public MultiEncoderPerfTest(String mediaType, String encoderName, boolean isAsync) { in MultiEncoderPerfTest()
DMultiDecoderPerfTest.java61 public MultiDecoderPerfTest(String mediaType, String decoderName, boolean isAsync) { in MultiDecoderPerfTest()
DMultiEncoderPairPerfTest.java63 boolean isAsync) { in MultiEncoderPairPerfTest()
DMultiDecoderPairPerfTest.java67 boolean isAsync) { in MultiDecoderPairPerfTest()
DMultiTranscoderPerfTest.java76 Pair<String, String> encoderPair, boolean isAsync) { in MultiTranscoderPerfTest()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecEncoderSurfaceTestBase.java371 protected void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
384 protected void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec()
695 protected void encodeToMemory(boolean isAsync, boolean signalEOSWithLastFrame, in encodeToMemory()
703 protected void encodeToMemory(boolean isAsync, boolean signalEOSWithLastFrame, in encodeToMemory()
DCodecDecoderMultiAccessUnitDrmTestBase.java95 protected void configureCodec(MediaFormat format, boolean isAsync, in configureCodec()
DCodecEncoderTestBase.java276 protected void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
524 boolean isAsync, boolean eosType) in encodeToMemory()
534 configureCodec(mActiveEncCfg.getFormat(), isAsync, eosType, true); in encodeToMemory() local
DHDRDecoderTestBase.java64 public void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
DCodecEncoderBlockModelTestBase.java69 protected void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
DHDREncoderTestBase.java62 public void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
DCodecDecoderBlockModelTestBase.java131 protected void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
/cts/tests/media/src/android/mediav2/cts/
DEncodeDecodeAccuracyTest.java300 private void resetContext(boolean isAsync) { in resetContext()
314 private void configureCodec(MediaFormat encFormat, boolean isAsync) { in configureCodec()
DCodecEncoderMultiAccessUnitTest.java167 protected void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()

12