Home
last modified time | relevance | path

Searched refs:doWork (Results 1 – 17 of 17) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java104 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()
DCodecDecoderTest.java274 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 …]
DCodecEncoderTest.java113 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 …]
DCodecTestBase.java657 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()
DCodecEncoderSurfaceTest.java384 private void doWork(int frameLimit) throws InterruptedException { in doWork() method in CodecEncoderSurfaceTest
499 doWork(Integer.MAX_VALUE); in testSimpleEncodeFromSurface()
DEncoderColorAspectsTest.java197 doWork(4); in testColorAspects()
DEncoderProfileLevelTest.java728 doWork(1); in testValidateProfileLevel()
/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java144 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 …]
DBaseTelecomTestWithMockServices.java1792 work.doWork(); in doWorkAndWaitUntilConditionIsTrueOrTimeout()
1796 work.doWork(); in doWorkAndWaitUntilConditionIsTrueOrTimeout()
1807 void doWork(); in doWork() method
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp276 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()
DNativeCodecEncoderTest.cpp365 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 …]
DNativeCodecEncoderSurfaceTest.cpp72 bool doWork(int frameLimit);
399 bool CodecEncoderSurfaceTest::doWork(int frameLimit) { in doWork() function in CodecEncoderSurfaceTest
507 if (!doWork(INT32_MAX)) return false; in testSimpleEncode()
DNativeCodecTestBase.h156 bool doWork(int frameLimit);
DNativeCodecTestBase.cpp423 bool CodecTestBase::doWork(int frameLimit) { in doWork() function in CodecTestBase
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DWavAnalyzer.java40 public boolean doWork() { in doWork() method in WavAnalyzer
DHifiUltrasoundTestActivity.java348 boolean result = wavAnalyzer.doWork(); in doInBackground()
DHifiUltrasoundSpeakerTestActivity.java389 boolean result = wavAnalyzer.doWork(); in doInBackground()