Searched refs:cryptoInfo (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaCasTest.java | 589 MediaCodec.CryptoInfo cryptoInfo = new MediaCodec.CryptoInfo(); in descrambleTestInputBuffer() local 595 cryptoInfo.set(3, numBytesOfClearData, numBytesOfEncryptedData, in descrambleTestInputBuffer() 600 descrambler.descramble(inputBuf, outputBuf, cryptoInfo); in descrambleTestInputBuffer()
|
D | MediaCodecTest.java | 1789 MediaCodec.CryptoInfo cryptoInfo = new MediaCodec.CryptoInfo(); in testCryptoError() local 1797 cryptoInfo.set( in testCryptoError() 1806 codec.queueSecureInputBuffer(index, 0, cryptoInfo, 0, 0); in testCryptoError() 1985 MediaCodec.CryptoInfo cryptoInfo = new MediaCodec.CryptoInfo(); in testCryptoErrorLostSessionState() local 1993 cryptoInfo.set( in testCryptoErrorLostSessionState() 2001 codec.queueSecureInputBuffer(index, 0, cryptoInfo, 0, 0); in testCryptoErrorLostSessionState()
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-mediadrm-jni.cpp | 402 AMediaCodecCryptoInfo *cryptoInfo = in fillDecoder() local 405 if (cryptoInfo) { in fillDecoder() 407 codec, bufferIndex, 0, cryptoInfo, in fillDecoder() 410 AMediaCodecCryptoInfo_delete(cryptoInfo); in fillDecoder()
|