Searched refs:clearBytes (Results 1 – 4 of 4) sorted by relevance
131 size_t clearBytes = std::min(remainingBytes, (size_t)(9 * AES_BLOCK_SIZE)); in processNal() local133 offset += clearBytes; in processNal()134 remainingBytes -= clearBytes; in processNal()198 size_t clearBytes = remainingBytes; in processAAC() local199 if (clearBytes > 0) { in processAAC()200 CHECK(clearBytes < AES_BLOCK_SIZE); in processAAC()254 size_t clearBytes = remainingBytes; in processAC3() local255 if (clearBytes > 0) { in processAC3()256 CHECK(clearBytes < AES_BLOCK_SIZE); in processAC3()
61 byte[] clearBytes = parcel.marshall(); in encryptBundle()66 byte[] encryptedBytes = cipher.doFinal(clearBytes); in encryptBundle()
365 uint32_t clearBytes = in invokeCryptoDecrypt() local369 subSamples[i].mNumBytesOfClearData = clearBytes; in invokeCryptoDecrypt()
563 const uint32_t clearBytes = in invokeCryptoPlugin() local567 subSamples[i].numBytesOfClearData = clearBytes; in invokeCryptoPlugin()