Home
last modified time | relevance | path

Searched refs:CryptoInfosWrapper (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h85 typedef WrapperObject<std::vector<std::unique_ptr<CodecCryptoInfo>>> CryptoInfosWrapper; typedef
221 const sp<CryptoInfosWrapper> &cryptoInfos,
237 const sp<CryptoInfosWrapper> &cryptoInfos,
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp477 sp<CryptoInfosWrapper> cryptoInfos((CryptoInfosWrapper *)cryptoInfos_.get()); in queueSecureInputBuffers()
505 sp<CryptoInfosWrapper> cryptoInfos((CryptoInfosWrapper *)cryptoInfos_.get()); in queueEncryptedLinearBlock()
2586 sp<CryptoInfosWrapper> cryptoInfos = in android_media_MediaCodec_queueSecureInputBuffers()
2587 new CryptoInfosWrapper{decltype(cryptoInfos->value)()}; in android_media_MediaCodec_queueSecureInputBuffers()
3032 sp<CryptoInfosWrapper> cryptoInfos = nullptr; in android_media_MediaCodec_native_queueLinearBlock()
3035 cryptoInfos = new CryptoInfosWrapper{decltype(cryptoInfos->value)()}; in android_media_MediaCodec_native_queueLinearBlock()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp499 typedef WrapperObject<std::vector<std::unique_ptr<CodecCryptoInfo>>> CryptoInfosWrapper; typedef
520 sp<CryptoInfosWrapper> cryptoInfos{(CryptoInfosWrapper *)obj.get()}; in attachEncryptedBuffers()
933 sp<CryptoInfosWrapper> cryptoInfos{(CryptoInfosWrapper *)obj.get()}; in queueSecureInputBuffers()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp3313 const sp<CryptoInfosWrapper> &cryptoInfos, in queueSecureInputBuffers()
3398 const sp<CryptoInfosWrapper> &cryptoInfos, in queueEncryptedBuffer()