Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp95 bool testGetBufferFormatInUnInitState();
1489 bool NativeCodecUnitTest::testGetBufferFormatInUnInitState() { in testGetBufferFormatInUnInitState() function in NativeCodecUnitTest
1989 bool isPass = nativeCodecUnitTest->testGetBufferFormatInUnInitState(); in nativeTestGetBufferFormatInUnInitState()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java3332 public void testGetBufferFormatInUnInitState() { in testGetBufferFormatInUnInitState() method in CodecUnitTest.TestApiNative