Home
last modified time | relevance | path

Searched defs:testConfigureCodecForIncompleteFormat (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java106 void testConfigureCodecForIncompleteFormat(MediaFormat format, String[] keys, in testConfigureCodecForIncompleteFormat() method in CodecUnitTest.TestApi
2034 public void testConfigureCodecForIncompleteFormat() { in testConfigureCodecForIncompleteFormat() method in CodecUnitTest.TestApiNative
/cts/tests/media/jni/
DNativeCodecUnitTest.cpp204 bool NativeCodecUnitTest::testConfigureCodecForIncompleteFormat(bool isAudio, bool isEncoder) { in testConfigureCodecForIncompleteFormat() function in NativeCodecUnitTest