Searched refs:MediaCodecCryptoInfo (Results 1 – 1 of 1) sorted by relevance
2305 struct MediaCodecCryptoInfo: public CodecCryptoInfo { struct2306 explicit MediaCodecCryptoInfo(const NativeCryptoInfo &cryptoInfo) { in MediaCodecCryptoInfo() argument2337 explicit MediaCodecCryptoInfo(jint size) { in MediaCodecCryptoInfo() function2348 ~MediaCodecCryptoInfo() {} in ~MediaCodecCryptoInfo() argument2558 std::unique_ptr<CodecCryptoInfo> info(new MediaCodecCryptoInfo(nativeInfo)); in extractCryptoInfosFromObjectArray()