Home
last modified time | relevance | path

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

/cts/tests/mediapc/src/android/mediapc/cts/
DAudioPlaybackLoad.java103 void enqueueInput(int bufferIndex) { in enqueueInput() method in AudioPlaybackLoad
DPlaybackFrameDrop.java251 void enqueueInput(int bufferIndex) { in enqueueInput() method in PlaybackFrameDrop
DCodecTestBase.java216 abstract void enqueueInput(int bufferIndex) throws IOException; in enqueueInput() method in CodecTestBase
644 void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecDecoderTestBase
813 void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecEncoderTestBase
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderTestBase.java177 protected void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecDecoderTestBase
210 protected void enqueueInput(int bufferIndex, ByteBuffer buffer, MediaCodec.BufferInfo info) { in enqueueInput() method in CodecDecoderTestBase
DHDRDecoderTestBase.java69 protected void enqueueInput(int bufferIndex) { in enqueueInput() method in HDRDecoderTestBase
DHDREncoderTestBase.java68 protected void enqueueInput(int bufferIndex) { in enqueueInput() method in HDREncoderTestBase
DCodecEncoderTestBase.java452 protected void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecEncoderTestBase
DCodecTestBase.java1021 protected abstract void enqueueInput(int bufferIndex) throws IOException; in enqueueInput() method in CodecTestBase
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderAdaptiveBitRateTest.java159 protected void enqueueInput(int bufferIndex) { in enqueueInput() method in VideoEncoderAdaptiveBitRateTest
DVideoEncoderValidationTestBase.java153 protected void enqueueInput(int bufferIndex) { in enqueueInput() method in VideoEncoderValidationTestBase
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp215 bool CodecDecoderTest::enqueueInput(size_t bufferIndex) { in enqueueInput() function in CodecDecoderTest
DNativeCodecEncoderTest.cpp211 bool CodecEncoderTest::enqueueInput(size_t bufferIndex) { in enqueueInput() function in CodecEncoderTest
DNativeCodecUnitTest.cpp107 bool NativeCodecUnitTest::enqueueInput(size_t bufferIndex) { in enqueueInput() function in NativeCodecUnitTest
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java77 protected void enqueueInput(int bufferIndex) { in enqueueInput() method in CodecUnitTest.TestApi