Home
last modified time | relevance | path

Searched refs:testAdaptiveBitRate (Results 1 – 3 of 3) sorted by relevance

/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderAdaptiveBitRateTest.java170 public void testAdaptiveBitRate() throws IOException, InterruptedException, in testAdaptiveBitRate() method in VideoEncoderAdaptiveBitRateTest
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp75 bool testAdaptiveBitRate(const char* encoder, const char* srcPath);
619 bool CodecEncoderTest::testAdaptiveBitRate(const char* encoder, const char* srcPath) { in testAdaptiveBitRate() function in CodecEncoderTest
766 bool isPass = codecEncoderTest->testAdaptiveBitRate(cEncoder, csrcPath); in nativeTestAdaptiveBitRate()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java718 public void testAdaptiveBitRate() throws IOException, InterruptedException { in testAdaptiveBitRate() method in CodecEncoderTest