Lines Matching refs:AMediaCodecCryptoInfoWrapper

623 sp<AMediaCodecCryptoInfoWrapper> AMediaCodecCryptoInfoWrapper::Create(MetaDataBase &meta) {  in Create()
675 return new AMediaCodecCryptoInfoWrapper( in Create()
684 AMediaCodecCryptoInfoWrapper::AMediaCodecCryptoInfoWrapper( in AMediaCodecCryptoInfoWrapper() function in android::AMediaCodecCryptoInfoWrapper
700 AMediaCodecCryptoInfoWrapper::AMediaCodecCryptoInfoWrapper( in AMediaCodecCryptoInfoWrapper() function in android::AMediaCodecCryptoInfoWrapper
705 AMediaCodecCryptoInfoWrapper::~AMediaCodecCryptoInfoWrapper() { in ~AMediaCodecCryptoInfoWrapper()
709 status_t AMediaCodecCryptoInfoWrapper::release() { in release()
718 AMediaCodecCryptoInfo *AMediaCodecCryptoInfoWrapper::getAMediaCodecCryptoInfo() const { in getAMediaCodecCryptoInfo()
722 void AMediaCodecCryptoInfoWrapper::setPattern(CryptoPlugin::Pattern *pattern) { in setPattern()
731 size_t AMediaCodecCryptoInfoWrapper::getNumSubSamples() { in getNumSubSamples()
738 status_t AMediaCodecCryptoInfoWrapper::getKey(uint8_t *dst) { in getKey()
749 status_t AMediaCodecCryptoInfoWrapper::getIV(uint8_t *dst) { in getIV()
760 CryptoPlugin::Mode AMediaCodecCryptoInfoWrapper::getMode() { in getMode()
768 status_t AMediaCodecCryptoInfoWrapper::getClearBytes(size_t *dst) { in getClearBytes()
779 status_t AMediaCodecCryptoInfoWrapper::getEncryptedBytes(size_t *dst) { in getEncryptedBytes()
1001 sp<AMediaCodecCryptoInfoWrapper> &codecCryptoInfo, in queueSecureInputBuffer()
1260 sp<AMediaCodecCryptoInfoWrapper> AMediaExtractorWrapper::getSampleCryptoInfo() { in getSampleCryptoInfo()
1264 return new AMediaCodecCryptoInfoWrapper(AMediaExtractor_getSampleCryptoInfo(mAMediaExtractor)); in getSampleCryptoInfo()