Home
last modified time | relevance | path

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

123456

/aosp_15_r20/cts/tests/media/jni/
H A 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 …]
H A 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
H A DNativeCodecDecoderTestCommon.cpp167 bool CodecDecoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec()
366 for (auto isAsync : boolStates) { in testSimpleDecode() local
441 for (auto isAsync : boolStates) { in testFlush() local
525 for (auto isAsync : boolStates) { in testOnlyEos() local
576 for (auto isAsync : boolStates) { in testSimpleDecodeQueueCSD() local
H A 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
H A 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()
/aosp_15_r20/cts/tests/mediapc/src/android/mediapc/cts/
H A 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()
H A 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()
H A DCodecInitializationLatencyTest.java408 EncoderInitializationLatency(String mediaType, String encoderName, boolean isAsync) { in EncoderInitializationLatency()
557 boolean isAsync, boolean surfaceMode) { in DecoderInitializationLatency()
H A DAdaptivePlaybackFrameDropTest.java46 public AdaptivePlaybackFrameDropTest(String mediaType, String decoderName, boolean isAsync) { in AdaptivePlaybackFrameDropTest()
H A DFrameDropTest.java44 public FrameDropTest(String mediaType, String decoderName, boolean isAsync) { in FrameDropTest()
H A DMultiEncoderPerfTest.java60 public MultiEncoderPerfTest(String mediaType, String encoderName, boolean isAsync) { in MultiEncoderPerfTest()
H A DMultiDecoderPerfTest.java61 public MultiDecoderPerfTest(String mediaType, String decoderName, boolean isAsync) { in MultiDecoderPerfTest()
H A DMultiEncoderPairPerfTest.java63 boolean isAsync) { in MultiEncoderPairPerfTest()
/aosp_15_r20/external/angle/src/common/
H A DWorkerThread.cpp80 bool SingleThreadedWorkerPool::isAsync() in isAsync() function in angle::SingleThreadedWorkerPool
197 bool AsyncWorkerPool::isAsync() in isAsync() function in angle::AsyncWorkerPool
273 bool DelegateWorkerPool::isAsync() in isAsync() function in angle::DelegateWorkerPool
/aosp_15_r20/cts/tests/video/src/android/video/cts/
H A DCodecEncoderPerformanceTestBase.java77 Mode scalingFactorMode, boolean isAsync, int maxBFrames) { in CodecEncoderPerformanceTestBase()
234 void configureCodec(boolean isAsync) { in configureCodec()
327 void resetContext(boolean isAsync) { in resetContext()
H A DCodecEncoderPerformanceTest.java55 Mode scalingFactorMode, boolean isAsync, int maxBFrames) { in CodecEncoderPerformanceTest()
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/
H A DCodecEncoderSurfaceTestBase.java374 protected void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
387 protected void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec()
698 protected void encodeToMemory(boolean isAsync, boolean signalEOSWithLastFrame, in encodeToMemory()
706 protected void encodeToMemory(boolean isAsync, boolean signalEOSWithLastFrame, in encodeToMemory()
H A DCodecTestBase.java1214 protected void configureCodecCommon(MediaFormat format, boolean isAsync, in configureCodecCommon()
1232 protected void configureCodec(MediaFormat format, boolean isAsync, in configureCodec()
1238 protected void configureCodec(MediaFormat format, boolean isAsync, in configureCodec()
1265 protected void configureCodecInDetachedMode(MediaFormat format, boolean isAsync, in configureCodecInDetachedMode()
1310 protected void reConfigureCodec(MediaFormat format, boolean isAsync, in reConfigureCodec()
1318 protected void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
H A DCodecEncoderTestBase.java271 protected void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
519 boolean isAsync, boolean eosType) in encodeToMemory()
529 configureCodec(mActiveEncCfg.getFormat(), isAsync, eosType, true); in encodeToMemory() local
H A DCodecDecoderTestBase.java402 boolean saveToMem, long pts, int mode, int frameLimit, boolean isAsync, in decodeToMemory()
421 int mode, int frameLimit, boolean isAsync, boolean signalledEos) in decodeToMemory()
H A DCodecDecoderMultiAccessUnitDrmTestBase.java95 protected void configureCodec(MediaFormat format, boolean isAsync, in configureCodec()
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/
H A DExecutionInterceptorTest.java270 …eforeTransmission captureBeforeTransmissionArg(ExecutionInterceptor interceptor, boolean isAsync) { in captureBeforeTransmissionArg()
346 boolean isAsync) { in expectAllMethodsCalled()
425 …ivate void expectServiceCallErrorMethodsCalled(ExecutionInterceptor interceptor, boolean isAsync) { in expectServiceCallErrorMethodsCalled()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DEncodeDecodeAccuracyTest.java291 private void resetContext(boolean isAsync) { in resetContext()
305 private void configureCodec(MediaFormat encFormat, boolean isAsync) { in configureCodec()
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DInjectionState.cpp23 InjectionState::InjectionState(const std::optional<gui::Uid>& targetUid, bool isAsync) in InjectionState()
/aosp_15_r20/cts/tests/tests/media/decoder/jni/
H A Dnative-media-jni.cpp509 bool testNonTunneledTrickPlay(const char *fileName, ANativeWindow *pWindow, bool isAsync) { in testNonTunneledTrickPlay()
644 JNIEnv *env, jclass /*clazz*/, jstring jFileName, jobject surface, jboolean isAsync) { in Java_android_media_decoder_cts_DecodeOnlyTest_nativeTestNonTunneledTrickPlay()

123456