Home
last modified time | relevance | path

Searched defs:enqueueInput (Results 1 – 8 of 8) sorted by relevance

/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java103 void enqueueInput(int bufferIndex) { in enqueueInput() method in AudioPlaybackLoad
DPlaybackFrameDrop.java156 void enqueueInput(int bufferIndex) { in enqueueInput() method in PlaybackFrameDrop
DCodecTestBase.java201 abstract void enqueueInput(int bufferIndex) throws IOException; in enqueueInput() method in CodecTestBase
438 void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecDecoderTestBase
607 void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecEncoderTestBase
/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java815 abstract void enqueueInput(int bufferIndex) throws IOException; in enqueueInput() method in CodecTestBase
1182 void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecDecoderTestBase
1215 void enqueueInput(int bufferIndex, ByteBuffer buffer, MediaCodec.BufferInfo info) { in enqueueInput() method in CodecDecoderTestBase
1560 void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecEncoderTestBase
DCodecUnitTest.java65 void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecUnitTest.TestApi
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp186 bool CodecDecoderTest::enqueueInput(size_t bufferIndex) { in enqueueInput() function in CodecDecoderTest
DNativeCodecEncoderTest.cpp268 bool CodecEncoderTest::enqueueInput(size_t bufferIndex) { in enqueueInput() function in CodecEncoderTest
DNativeCodecUnitTest.cpp106 bool NativeCodecUnitTest::enqueueInput(size_t bufferIndex) { in enqueueInput() function in NativeCodecUnitTest