Home
last modified time | relevance | path

Searched defs:bufferIndex (Results 1 – 17 of 17) sorted by relevance

/cts/tests/media/jni/
DNativeCodecEncoderSurfaceTest.cpp208 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
DNativeCodecDecoderTest.cpp162 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
DNativeCodecTestBase.h45 int32_t bufferIndex; member
DNativeCodecTestBase.cpp412 bool CodecTestBase::enqueueEOS(size_t bufferIndex) { in enqueueEOS()
484 int bufferIndex = AMediaCodec_dequeueInputBuffer(mCodec, -1); in queueEOS() local
DNativeCodecUnitTest.cpp106 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
DNativeCodecEncoderTest.cpp263 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/
DCodecEncoderSurfaceTest.java224 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()
DCodecTestBase.java92 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 …]
DCodecUnitTest.java65 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 …]
DEncoderColorAspectsTest.java91 void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
DCodecDecoderSurfaceTest.java81 void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
DCodecEncoderTest.java88 void dequeueOutput(int bufferIndex, MediaCodec.BufferInfo info) { in dequeueOutput()
/cts/tests/tests/graphics/jni/
DMediaTestHelpers.cpp134 ssize_t bufferIndex = AMediaCodec_dequeueInputBuffer(mCodec, 2000); in processOneInputBuffer() local
/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java614 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()
DEncodeVirtualDisplayWithCompositionTest.java398 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
DMediaCodecTest.java1163 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/
Dnative-mediadrm-jni.cpp389 ssize_t bufferIndex = AMediaCodec_dequeueInputBuffer(codec, 2000); in fillDecoder() local
425 ssize_t bufferIndex = AMediaCodec_dequeueOutputBuffer(codec, &info, 0); in drainDecoder() local