Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/media/jni/
H A DNativeCodecUnitTest.cpp64 bool testGetInputBufferInInitState();
678 bool NativeCodecUnitTest::testGetInputBufferInInitState() { in testGetInputBufferInInitState() function in NativeCodecUnitTest
1772 bool isPass = nativeCodecUnitTest->testGetInputBufferInInitState(); in nativeTestGetInputBufferInInitState()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DCodecUnitTest.java1114 public void testGetInputBufferInInitState() throws IOException { in testGetInputBufferInInitState() method in CodecUnitTest.TestApi