Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java96 private void decodeAndSavePts(String file, String decoder, long pts, int mode, int frameLimit) in decodeAndSavePts()
DMuxerTest.java224 MuxerTestHelper(String srcPath, String mime, int frameLimit) throws IOException { in MuxerTestHelper()
236 MuxerTestHelper(String srcPath, int frameLimit) throws IOException { in MuxerTestHelper()
DCodecDecoderTest.java817 int frameLimit = 10; in testDecodePartialFrame() local
DCodecEncoderSurfaceTest.java384 private void doWork(int frameLimit) throws InterruptedException { in doWork()
DCodecEncoderTest.java96 private void encodeToMemory(String file, String encoder, int frameLimit, MediaFormat format) in encodeToMemory()
DCodecTestBase.java657 void doWork(int frameLimit) throws InterruptedException, IOException { in doWork()
1036 void decodeToMemory(String file, String decoder, long pts, int mode, int frameLimit) in decodeToMemory()
/cts/tests/media/jni/
DNativeCodecEncoderSurfaceTest.cpp399 bool CodecEncoderSurfaceTest::doWork(int frameLimit) { in doWork()
DNativeCodecTestBase.cpp423 bool CodecTestBase::doWork(int frameLimit) { in doWork()
DNativeCodecDecoderTest.cpp264 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory()
DNativeMuxerTest.cpp45 int frameLimit = -1) in MuxerNativeTestHelper()
DNativeCodecEncoderTest.cpp349 bool CodecEncoderTest::encodeToMemory(const char* file, const char* encoder, int32_t frameLimit, in encodeToMemory()