Searched refs:numBytesOfEncryptedData (Results 1 – 5 of 5) 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()
775 int[] numBytesOfEncryptedData = new int[] { 0, 184, 184 }; in descrambleTestInputBuffer() local779 cryptoInfo.set(3, numBytesOfClearData, numBytesOfEncryptedData, in descrambleTestInputBuffer()
21307 field public int[] numBytesOfEncryptedData;