/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderSurfaceTest.java | 104 doWork(frameLimit); in decodeAndSavePts() 219 doWork(Integer.MAX_VALUE); in testSimpleDecodeToSurface() 284 doWork(1); in testFlush() 291 doWork(23); in testFlush() 300 doWork(Integer.MAX_VALUE); in testFlush() 313 doWork(Integer.MAX_VALUE); in testFlush() 378 doWork(23); in testReconfigure() 385 doWork(Integer.MAX_VALUE); in testReconfigure() 401 doWork(Integer.MAX_VALUE); in testReconfigure() 422 doWork(Integer.MAX_VALUE); in testReconfigure()
|
D | CodecDecoderTest.java | 274 doWork(Integer.MAX_VALUE); in testSimpleDecode() 393 doWork(1); in testFlush() 400 doWork(23); in testFlush() 413 doWork(Integer.MAX_VALUE); in testFlush() 426 doWork(Integer.MAX_VALUE); in testFlush() 528 doWork(23); in testReconfigure() 549 doWork(Integer.MAX_VALUE); in testReconfigure() 574 doWork(Integer.MAX_VALUE); in testReconfigure() 609 doWork(Integer.MAX_VALUE); in testReconfigure() 749 doWork(Integer.MAX_VALUE); in testSimpleDecodeQueueCSD() [all …]
|
D | CodecEncoderTest.java | 113 doWork(frameLimit); in encodeToMemory() 300 doWork(Integer.MAX_VALUE); in testSimpleEncode() 388 doWork(23); in testFlush() 398 doWork(Integer.MAX_VALUE); in testFlush() 419 doWork(Integer.MAX_VALUE); in testFlush() 516 doWork(23); in testReconfigure() 527 doWork(Integer.MAX_VALUE); in testReconfigure() 546 doWork(Integer.MAX_VALUE); in testReconfigure() 566 doWork(Integer.MAX_VALUE); in testReconfigure() 709 doWork(KEY_FRAME_POS); in testSetForceSyncFrame() [all …]
|
D | CodecTestBase.java | 657 void doWork(int frameLimit) throws InterruptedException, IOException { in doWork() method in CodecTestBase 982 void doWork(ByteBuffer buffer, ArrayList<MediaCodec.BufferInfo> list) in doWork() method in CodecDecoderTestBase 1045 doWork(frameLimit); in decodeToMemory() 1073 doWork(1); in validateColorAspects() 1093 doWork(buffer, infos); in validateColorAspects()
|
D | CodecEncoderSurfaceTest.java | 384 private void doWork(int frameLimit) throws InterruptedException { in doWork() method in CodecEncoderSurfaceTest 499 doWork(Integer.MAX_VALUE); in testSimpleEncodeFromSurface()
|
D | EncoderColorAspectsTest.java | 197 doWork(4); in testColorAspects()
|
D | EncoderProfileLevelTest.java | 728 doWork(1); in testValidateProfileLevel()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | VideoCallTest.java | 144 public void doWork() { in testReceiveSessionModifyRequest() method 357 public void doWork() { in testReceiveVideoQuality() method 367 public void doWork() { in testReceiveVideoQuality() method 393 public void doWork() { in testReceiveCallSessionEvent() method 403 public void doWork() { in testReceiveCallSessionEvent() method 413 public void doWork() { in testReceiveCallSessionEvent() method 423 public void doWork() { in testReceiveCallSessionEvent() method 433 public void doWork() { in testReceiveCallSessionEvent() method 443 public void doWork() { in testReceiveCallSessionEvent() method 453 public void doWork() { in testReceiveCallSessionEvent() method [all …]
|
D | BaseTelecomTestWithMockServices.java | 1792 work.doWork(); in doWorkAndWaitUntilConditionIsTrueOrTimeout() 1796 work.doWork(); in doWorkAndWaitUntilConditionIsTrueOrTimeout() 1807 void doWork(); in doWork() method
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 276 if (!doWork(frameLimit)) return false; in decodeToMemory() 335 if (!doWork(INT32_MAX)) return false; in testSimpleDecode() 436 if (!doWork(1)) return false; in testFlush() 445 if (!doWork(23)) return false; in testFlush() 457 if (!doWork(INT32_MAX)) return false; in testFlush() 473 if (!doWork(INT32_MAX)) return false; in testFlush() 599 if (!doWork(INT32_MAX)) return false; in testSimpleDecodeQueueCSD()
|
D | NativeCodecEncoderTest.cpp | 365 if (!doWork(frameLimit)) return false; in encodeToMemory() 437 if (!doWork(INT32_MAX)) return false; in testSimpleEncode() 495 if (!doWork(23)) return false; in testFlush() 506 if (!doWork(INT32_MAX)) return false; in testFlush() 526 if (!doWork(INT32_MAX)) return false; in testFlush() 603 if (!doWork(23)) return false; in testReconfigure() 613 if (!doWork(INT32_MAX)) return false; in testReconfigure() 629 if (!doWork(INT32_MAX)) return false; in testReconfigure() 645 if (!doWork(INT32_MAX)) return false; in testReconfigure() 747 if (!doWork(kKeyFramePos)) return false; in testSetForceSyncFrame() [all …]
|
D | NativeCodecEncoderSurfaceTest.cpp | 72 bool doWork(int frameLimit); 399 bool CodecEncoderSurfaceTest::doWork(int frameLimit) { in doWork() function in CodecEncoderSurfaceTest 507 if (!doWork(INT32_MAX)) return false; in testSimpleEncode()
|
D | NativeCodecTestBase.h | 156 bool doWork(int frameLimit);
|
D | NativeCodecTestBase.cpp | 423 bool CodecTestBase::doWork(int frameLimit) { in doWork() function in CodecTestBase
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | WavAnalyzer.java | 40 public boolean doWork() { in doWork() method in WavAnalyzer
|
D | HifiUltrasoundTestActivity.java | 348 boolean result = wavAnalyzer.doWork(); in doInBackground()
|
D | HifiUltrasoundSpeakerTestActivity.java | 389 boolean result = wavAnalyzer.doWork(); in doInBackground()
|