Home
last modified time | relevance | path

Searched refs:CodecCryptoInfo (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DCryptoAsync.h90 struct CryptoAsyncInfo : public CodecCryptoInfo {
92 explicit CryptoAsyncInfo(const std::unique_ptr<CodecCryptoInfo> &info);
DCodecBase.h74 struct CodecCryptoInfo { struct
82 virtual ~CodecCryptoInfo() {} in ~CodecCryptoInfo() argument
84 CodecCryptoInfo(): in CodecCryptoInfo() argument
DMediaCodec.h62 struct CodecCryptoInfo;
85 typedef WrapperObject<std::vector<std::unique_ptr<CodecCryptoInfo>>> CryptoInfosWrapper;
/frameworks/av/media/libstagefright/
DCryptoAsync.cpp33 CryptoAsync::CryptoAsyncInfo::CryptoAsyncInfo(const std::unique_ptr<CodecCryptoInfo> &info) { in CryptoAsyncInfo()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp499 typedef WrapperObject<std::vector<std::unique_ptr<CodecCryptoInfo>>> CryptoInfosWrapper;
529 std::unique_ptr<CodecCryptoInfo> info = std::move(cryptoInfos->value[0]); in attachEncryptedBuffers()
578 std::unique_ptr<CodecCryptoInfo> info = std::move(cryptoInfos->value[cryptoInfoIdx++]); in attachEncryptedBuffers()
941 std::unique_ptr<CodecCryptoInfo> info = std::move(cryptoInfos->value[0]); in queueSecureInputBuffers()
1012 std::unique_ptr<CodecCryptoInfo> info = in queueSecureInputBuffers()
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp2305 struct MediaCodecCryptoInfo: public CodecCryptoInfo {
2528 std::vector<std::unique_ptr<CodecCryptoInfo>> * const cryptoInfoObjs, in extractCryptoInfosFromObjectArray()
2558 std::unique_ptr<CodecCryptoInfo> info(new MediaCodecCryptoInfo(nativeInfo)); in extractCryptoInfosFromObjectArray()