Home
last modified time | relevance | path

Searched refs:cryptoInfo (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/mediaparser/src/android/media/mediaparser/cts/
DMockMediaParserOutputConsumer.java128 @Nullable MediaCodec.CryptoInfo cryptoInfo) { in onSampleCompleted() argument
131 mLastOutputCryptoInfo = cryptoInfo; in onSampleCompleted()
/cts/tests/tests/media/libmediandkjni/
Dnative-mediadrm-jni.cpp439 AMediaCodecCryptoInfo *cryptoInfo = in fillDecoder() local
442 if (cryptoInfo) { in fillDecoder()
444 codec, bufferIndex, 0, cryptoInfo, in fillDecoder()
447 AMediaCodecCryptoInfo_delete(cryptoInfo); in fillDecoder()
/cts/tests/tests/media/src/android/media/cts/
DMediaCasTest.java774 MediaCodec.CryptoInfo cryptoInfo = new MediaCodec.CryptoInfo(); in descrambleTestInputBuffer() local
780 cryptoInfo.set(3, numBytesOfClearData, numBytesOfEncryptedData, in descrambleTestInputBuffer()
785 descrambler.descramble(inputBuf, outputBuf, cryptoInfo); in descrambleTestInputBuffer()
DMediaCodecTest.java1976 MediaCodec.CryptoInfo cryptoInfo = new MediaCodec.CryptoInfo(); in testCryptoError() local
1984 cryptoInfo.set( in testCryptoError()
1993 codec.queueSecureInputBuffer(index, 0, cryptoInfo, 0, 0); in testCryptoError()
2172 MediaCodec.CryptoInfo cryptoInfo = new MediaCodec.CryptoInfo(); in testCryptoErrorLostSessionState() local
2180 cryptoInfo.set( in testCryptoErrorLostSessionState()
2188 codec.queueSecureInputBuffer(index, 0, cryptoInfo, 0, 0); in testCryptoErrorLostSessionState()