Searched refs:clearBytes (Results 1 – 2 of 2) 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()
60 byte[] clearBytes = parcel.marshall(); in encryptBundle()65 byte[] encryptedBytes = cipher.doFinal(clearBytes); in encryptBundle()