Home | History | Annotate | Download | only in libmedia

Lines Matching refs:AMediaCodecCryptoInfoWrapper

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