Searched refs:AMediaCodecCryptoInfoWrapper (Results 1 – 3 of 3) sorted by relevance
153 struct AMediaCodecCryptoInfoWrapper : public RefBase { struct154 static sp<AMediaCodecCryptoInfoWrapper> Create(MetaDataBase &meta);156 AMediaCodecCryptoInfoWrapper(int numsubsamples,162 AMediaCodecCryptoInfoWrapper(AMediaCodecCryptoInfo *aMediaCodecCryptoInfo);184 virtual ~AMediaCodecCryptoInfoWrapper();189 DISALLOW_EVIL_CONSTRUCTORS(AMediaCodecCryptoInfoWrapper);255 sp<AMediaCodecCryptoInfoWrapper> &codecCryptoInfo,331 sp<AMediaCodecCryptoInfoWrapper> getSampleCryptoInfo();
623 sp<AMediaCodecCryptoInfoWrapper> AMediaCodecCryptoInfoWrapper::Create(MetaDataBase &meta) { in Create()675 return new AMediaCodecCryptoInfoWrapper( in Create()684 AMediaCodecCryptoInfoWrapper::AMediaCodecCryptoInfoWrapper( in AMediaCodecCryptoInfoWrapper() function in android::AMediaCodecCryptoInfoWrapper700 AMediaCodecCryptoInfoWrapper::AMediaCodecCryptoInfoWrapper( in AMediaCodecCryptoInfoWrapper() function in android::AMediaCodecCryptoInfoWrapper705 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()[all …]
1070 sp<AMediaCodecCryptoInfoWrapper> cryptInfo; in onInputBufferFetched()1095 cryptInfo = AMediaCodecCryptoInfoWrapper::Create(meta_data); in onInputBufferFetched()