Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp93 bool testGetBufferFormatInInitState();
1390 bool NativeCodecUnitTest::testGetBufferFormatInInitState() { in testGetBufferFormatInInitState() function in NativeCodecUnitTest
1975 bool isPass = nativeCodecUnitTest->testGetBufferFormatInInitState(); in nativeTestGetBufferFormatInInitState()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java3316 public void testGetBufferFormatInInitState() { in testGetBufferFormatInInitState() method in CodecUnitTest.TestApiNative