HomeSort by relevance Sort by last modified time
    Searched defs:outputBufIndex (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 507 int outputBufIndex = res;
508 ByteBuffer buf = codecOutputBuffers[outputBufIndex];
519 codec.releaseOutputBuffer(outputBufIndex, false /* render */);
VideoDecoderPerfTest.java 272 int outputBufIndex = codec.dequeueOutputBuffer(info, kTimeOutUs);
274 if (outputBufIndex >= 0) {
283 codec.releaseOutputBuffer(outputBufIndex, false /* render */);
288 } else if (outputBufIndex == MediaCodec.INFO_OUTPUT_BUFFERS_CHANGED) {
291 } else if (outputBufIndex == MediaCodec.INFO_OUTPUT_FORMAT_CHANGED) {
299 + outputBufIndex,
300 MediaCodec.INFO_TRY_AGAIN_LATER, outputBufIndex);
    [all...]
VpxCodecTestBase.java 665 int outputBufIndex = result;
680 outputBuffers[outputBufIndex].position(bufferInfo.offset);
681 outputBuffers[outputBufIndex].get(frame, 0, bufferInfo.size);
705 decoder.releaseOutputBuffer(outputBufIndex, false);
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java     [all...]
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
MediaUtils.java     [all...]
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java     [all...]

Completed in 1774 milliseconds