Searched refs:numBytesOfEncryptedData (Results 1 – 4 of 4) sorted by relevance
72 {.numBytesOfClearData = kHeapSize, .numBytesOfEncryptedData = 0}}; in decrypt()
92 {.numBytesOfClearData = 0, .numBytesOfEncryptedData = 0x10}}; in thread_func()
638 expectedCryptoInfo.numBytesOfEncryptedData = new int[] {488}; in testMp4FragmentedOutOfBandCrypto()771 assertThat(actualCryptoInfo.numBytesOfEncryptedData[i]) in assertEqual()772 .isEqualTo(expectedCryptoInfo.numBytesOfEncryptedData[i]); in assertEqual()
776 int[] numBytesOfEncryptedData = new int[] { 0, 184, 184 }; in descrambleTestInputBuffer() local780 cryptoInfo.set(3, numBytesOfClearData, numBytesOfEncryptedData, in descrambleTestInputBuffer()