Searched refs:outputVec (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 613 Vector<uint8_t> outputVec; in encrypt_decrypt_common() local 615 status = mObj->mDrm->encrypt(*iter, keyIdVec, inputVec, ivVec, outputVec); in encrypt_decrypt_common() 617 status = mObj->mDrm->decrypt(*iter, keyIdVec, inputVec, ivVec, outputVec); in encrypt_decrypt_common() 620 memcpy(output, outputVec.array(), outputVec.size()); in encrypt_decrypt_common()
|