/cts/tests/media/jni/ |
D | NativeCodecEncoderSurfaceTest.cpp | 208 bool CodecEncoderSurfaceTest::enqueueDecoderEOS(size_t bufferIndex) { in enqueueDecoderEOS() 219 bool CodecEncoderSurfaceTest::enqueueDecoderInput(size_t bufferIndex) { in enqueueDecoderInput() 255 bool CodecEncoderSurfaceTest::dequeueDecoderOutput(size_t bufferIndex, in dequeueDecoderOutput() 270 bool CodecEncoderSurfaceTest::dequeueEncoderOutput(size_t bufferIndex, in dequeueEncoderOutput() 350 int bufferIndex = AMediaCodec_dequeueInputBuffer(mDecoder, -1); in queueEOS() local
|
D | NativeCodecDecoderTest.cpp | 162 bool CodecDecoderTest::enqueueCodecConfig(int32_t bufferIndex) { in enqueueCodecConfig() 182 bool CodecDecoderTest::enqueueInput(size_t bufferIndex) { in enqueueInput() 218 bool CodecDecoderTest::dequeueOutput(size_t bufferIndex, AMediaCodecBufferInfo* info) { in dequeueOutput() 250 int bufferIndex; in queueCodecConfig() local
|
D | NativeCodecTestBase.h | 45 int32_t bufferIndex; member
|
D | NativeCodecTestBase.cpp | 412 bool CodecTestBase::enqueueEOS(size_t bufferIndex) { in enqueueEOS() 484 int bufferIndex = AMediaCodec_dequeueInputBuffer(mCodec, -1); in queueEOS() local
|
D | NativeCodecUnitTest.cpp | 106 bool NativeCodecUnitTest::enqueueInput(size_t bufferIndex) { in enqueueInput() 111 bool NativeCodecUnitTest::dequeueOutput(size_t bufferIndex, AMediaCodecBufferInfo* info) { in dequeueOutput() 700 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testGetInputBufferInRunningState() local 846 int bufferIndex = 0; in testGetOutputBufferInRunningState() local 1184 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadSize() local 1212 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadBuffInfo() local 1303 int bufferIndex = 0; in testReleaseOutputBufferInRunningState() local 1407 int bufferIndex = 0; in testGetBufferFormatInRunningState() local
|
D | NativeCodecEncoderTest.cpp | 263 bool CodecEncoderTest::enqueueInput(size_t bufferIndex) { in enqueueInput() 313 bool CodecEncoderTest::dequeueOutput(size_t bufferIndex, AMediaCodecBufferInfo* info) { in dequeueOutput()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderSurfaceTest.java | 224 private void enqueueDecoderEOS(int bufferIndex) { in enqueueDecoderEOS() 234 private void enqueueDecoderInput(int bufferIndex) { in enqueueDecoderInput() 267 private void dequeueDecoderOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueDecoderOutput() 281 private void dequeueEncoderOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueEncoderOutput()
|
D | CodecTestBase.java | 92 public void onInputBufferAvailable(@NonNull MediaCodec codec, int bufferIndex) { in onInputBufferAvailable() 101 public void onOutputBufferAvailable(@NonNull MediaCodec codec, int bufferIndex, in onOutputBufferAvailable() 591 abstract void enqueueInput(int bufferIndex) throws IOException; in enqueueInput() 593 abstract void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info); in dequeueOutput() 647 void enqueueEOS(int bufferIndex) { in enqueueEOS() 889 void enqueueCodecConfig(int bufferIndex) { in enqueueCodecConfig() 900 void enqueueInput(int bufferIndex) { in enqueueInput() 933 void enqueueInput(int bufferIndex, ByteBuffer buffer, MediaCodec.BufferInfo info) { in enqueueInput() 952 void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput() 1250 void enqueueInput(int bufferIndex) { in enqueueInput() [all …]
|
D | CodecUnitTest.java | 65 void enqueueInput(int bufferIndex) { in enqueueInput() 69 void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput() 1027 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputBufferInRunningState() local 1163 int bufferIndex = 0; in testGetOutputBufferInRunningState() local 1267 int bufferIndex = 0; in testGetOutputFormatInRunningState() local 1585 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateVideo() local 1616 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateAudio() local 1687 int bufferIndex = 0; in testGetOutputImageInRunningState() local 1785 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadSize() local 1812 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadBuffInfo() local [all …]
|
D | EncoderColorAspectsTest.java | 91 void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
|
D | CodecDecoderSurfaceTest.java | 81 void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
|
D | CodecEncoderTest.java | 88 void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
|
/cts/tests/tests/graphics/jni/ |
D | MediaTestHelpers.cpp | 134 ssize_t bufferIndex = AMediaCodec_dequeueInputBuffer(mCodec, 2000); in processOneInputBuffer() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaSyncTest.java | 614 public AudioBuffer(ByteBuffer byteBuffer, int bufferIndex) { in AudioBuffer() 731 public void releaseOutputBuffer(int bufferIndex, long renderTimestampNs) { in releaseOutputBuffer() 812 public void checkReturnedAudioBuffer(ByteBuffer byteBuffer, int bufferIndex) { in checkReturnedAudioBuffer()
|
D | EncodeVirtualDisplayWithCompositionTest.java | 398 int bufferIndex = mDecoder.dequeueOutputBuffer(info, DEFAULT_WAIT_TIMEOUT_US); in renderColorAndCheckResult() local 424 int bufferIndex = mDecoder.dequeueOutputBuffer(info, DEFAULT_WAIT_TIMEOUT_US); in renderRotationAndCheckResult() local
|
D | MediaCodecTest.java | 1163 int bufferIndex = mediaCodec.dequeueInputBuffer(TIME_OUT_US /* timeoutUs */); in runDecodeTillFirstOutput() local 1270 int bufferIndex = mediaCodec.dequeueInputBuffer(0); in runDecodeShortInput() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-mediadrm-jni.cpp | 389 ssize_t bufferIndex = AMediaCodec_dequeueInputBuffer(codec, 2000); in fillDecoder() local 425 ssize_t bufferIndex = AMediaCodec_dequeueOutputBuffer(codec, &info, 0); in drainDecoder() local
|