Home
last modified time | relevance | path

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

12

/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderValidationTestBase.java95 HashMap<String, RawResource> streamYuvMap, int frameLimit, String prefix) { in decodeStreamsToYuv()
106 HashMap<String, RawResource> streamYuvMap, int frameLimit, String prefix) { in decodeStreamsToYuv()
155 protected void encodeToMemory(String encoder, EncoderConfigParams cfg, int frameLimit, in encodeToMemory()
DVideoEncoderQualityRegressionTestBase.java127 int frameLimit, int frameRate, Map<Long, List<Rect>> frameCropRects, in getQualityRegressionForCfgs()
DVideoDecodeEditEncodeTest.java257 int frameLimit) throws IOException { in splitMediaToMuxerParameters()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java368 int mode, int frameLimit, boolean isAsync, boolean signalledEos) in decodeToMemory()
387 int mode, int frameLimit) throws IOException, InterruptedException { in decodeToMemory()
391 public void decodeToMemory(String file, String decoder, long pts, int mode, int frameLimit) in decodeToMemory()
DDecodeStreamToYuv.java56 public DecodeStreamToYuv(String mediaType, String inpFile, int frameLimit, String outYuvPrefix) in DecodeStreamToYuv()
66 public DecodeStreamToYuv(String mediaType, String inpFile, int frameLimit) throws IOException { in DecodeStreamToYuv()
DHDREncoderTestBase.java116 int frameLimit = 4; in validateHDRInfo() local
DCodecEncoderTestBase.java551 protected void doWork(int frameLimit) throws IOException, InterruptedException { in doWork()
587 OutputManager outputBuff, int frameLimit, boolean saveToMem, boolean muxOutput) in encodeToMemory()
611 int frameLimit, boolean saveToMem, boolean muxOutput) in encodeToMemory()
DCodecDecoderMultiAccessUnitTestBase.java196 protected void doWork(int frameLimit) throws InterruptedException, IOException { in doWork()
DCodecEncoderSurfaceTestBase.java442 protected void doWork(int frameLimit) throws InterruptedException { in doWork()
558 int frameLimit) throws IOException, InterruptedException { in encodeToMemory()
DCodecDecoderBlockModelMultiAccessUnitTestBase.java216 protected void doWork(int frameLimit) throws InterruptedException, IOException { in doWork()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderMultiAccessUnitTest.java214 protected void doWork(int frameLimit) throws InterruptedException, IOException { in doWork()
DEncoderColorAspectsTest.java251 protected void doWork(int frameLimit) throws IOException, InterruptedException { in doWork()
DCodecEncoderBlockModelMultiAccessUnitTest.java243 protected void doWork(int frameLimit) throws InterruptedException, IOException { in doWork()
DCodecEncoderSurfaceTest.java346 int frameLimit); in nativeTestSimpleEncode()
DCodecDecoderDetachedSurfaceTest.java191 protected void doWork(int frameLimit) throws InterruptedException, IOException { in doWork()
DCodecDecoderSurfaceTest.java107 private void decodeAndSavePts(String file, String decoder, long pts, int mode, int frameLimit) in decodeAndSavePts()
DEncodeDecodeAccuracyTest.java394 private void doWorkEnc(int frameLimit) throws InterruptedException { in doWorkEnc()
DMuxerTest.java244 MuxerTestHelper(String srcPath, String mediaType, int frameLimit, boolean aRemoveCSD) in MuxerTestHelper()
258 MuxerTestHelper(String srcPath, int frameLimit) throws IOException { in MuxerTestHelper()
DCodecDecoderTest.java902 int frameLimit = 10; in testDecodePartialFrame() local
/cts/tests/media/jni/
DNativeCodecEncoderSurfaceTest.cpp500 bool CodecEncoderSurfaceTest::doWork(int frameLimit) { in doWork()
562 bool usePersistentSurface, int frameLimit) { in testSimpleEncode()
DNativeCodecEncoderTest.cpp299 bool CodecEncoderTest::doWork(int frameLimit) { in doWork()
356 bool CodecEncoderTest::encodeToMemory(const char* file, const char* encoder, int32_t frameLimit, in encodeToMemory()
DNativeCodecTestBase.cpp512 bool CodecTestBase::doWork(int frameLimit) { in doWork()
DNativeCodecDecoderTestCommon.cpp337 bool CodecDecoderTest::decodeToMemory(const char* decoder, AMediaFormat* format, int frameLimit, in decodeToMemory()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java319 void doWork(int frameLimit) throws InterruptedException { in doWork()
554 void doWork(int frameLimit) { in doWork()
DCodecTestBase.java333 void doWork(int frameLimit) throws InterruptedException, IOException { in doWork()

12