Searched defs:frameLimit (Results 1 – 11 of 11) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderSurfaceTest.java | 96 private void decodeAndSavePts(String file, String decoder, long pts, int mode, int frameLimit) in decodeAndSavePts()
|
D | MuxerTest.java | 224 MuxerTestHelper(String srcPath, String mime, int frameLimit) throws IOException { in MuxerTestHelper() 236 MuxerTestHelper(String srcPath, int frameLimit) throws IOException { in MuxerTestHelper()
|
D | CodecDecoderTest.java | 817 int frameLimit = 10; in testDecodePartialFrame() local
|
D | CodecEncoderSurfaceTest.java | 384 private void doWork(int frameLimit) throws InterruptedException { in doWork()
|
D | CodecEncoderTest.java | 96 private void encodeToMemory(String file, String encoder, int frameLimit, MediaFormat format) in encodeToMemory()
|
D | CodecTestBase.java | 657 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/ |
D | NativeCodecEncoderSurfaceTest.cpp | 399 bool CodecEncoderSurfaceTest::doWork(int frameLimit) { in doWork()
|
D | NativeCodecTestBase.cpp | 423 bool CodecTestBase::doWork(int frameLimit) { in doWork()
|
D | NativeCodecDecoderTest.cpp | 264 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory()
|
D | NativeMuxerTest.cpp | 45 int frameLimit = -1) in MuxerNativeTestHelper()
|
D | NativeCodecEncoderTest.cpp | 349 bool CodecEncoderTest::encodeToMemory(const char* file, const char* encoder, int32_t frameLimit, in encodeToMemory()
|