Home
last modified time | relevance | path

Searched defs:frameLimit (Results 1 – 13 of 13) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java69 private void decodeAndSavePts(String file, String decoder, long pts, int mode, int frameLimit) in decodeAndSavePts()
DEncodeDecodeAccuracyTest.java315 private void doWorkEnc(int frameLimit) throws InterruptedException { in doWorkEnc()
DCodecDecoderTest.java748 int frameLimit = 10; in testDecodePartialFrame() local
DCodecEncoderSurfaceTest.java375 private void doWork(int frameLimit) throws InterruptedException { in doWork()
DCodecTestBase.java881 void doWork(int frameLimit) throws InterruptedException, IOException { in doWork()
1324 void decodeToMemory(String file, String decoder, long pts, int mode, int frameLimit) in decodeToMemory()
1687 void encodeToMemory(String file, String encoder, int frameLimit, MediaFormat format, in encodeToMemory()
DMuxerTest.java237 …MuxerTestHelper(String srcPath, String mime, int frameLimit, boolean aRemoveCSD) throws IOExceptio… in MuxerTestHelper()
250 MuxerTestHelper(String srcPath, int frameLimit) throws IOException { in MuxerTestHelper()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java287 void doWork(int frameLimit) throws InterruptedException { in doWork()
DCodecTestBase.java242 void doWork(int frameLimit) throws InterruptedException, IOException { in doWork()
/cts/tests/media/jni/
DNativeCodecEncoderSurfaceTest.cpp444 bool CodecEncoderSurfaceTest::doWork(int frameLimit) { in doWork()
DNativeCodecTestBase.cpp414 bool CodecTestBase::doWork(int frameLimit) { in doWork()
DNativeCodecDecoderTest.cpp279 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory()
DNativeCodecEncoderTest.cpp355 bool CodecEncoderTest::encodeToMemory(const char* file, const char* encoder, int32_t frameLimit, in encodeToMemory()
DNativeMuxerTest.cpp49 int frameLimit = -1) in MuxerNativeTestHelper()