Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp78 bool testAdaptiveBitRate(const char* encoder, const char* srcPath);
787 bool CodecEncoderTest::testAdaptiveBitRate(const char* encoder, const char* srcPath) { in testAdaptiveBitRate() function in CodecEncoderTest
974 bool isPass = codecEncoderTest->testAdaptiveBitRate(cEncoder, csrcPath); in nativeTestAdaptiveBitRate()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java778 public void testAdaptiveBitRate() throws IOException, InterruptedException { in testAdaptiveBitRate() method in CodecEncoderTest