Home
last modified time | relevance | path

Searched defs:NativeCryptoInfo (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1916 struct NativeCryptoInfo { struct
1917 NativeCryptoInfo(JNIEnv *env, jobject cryptoInfoObj) in NativeCryptoInfo() function
2024 explicit NativeCryptoInfo(jint size) in NativeCryptoInfo() argument
2035 ~NativeCryptoInfo() { in ~NativeCryptoInfo() argument
2049 JNIEnv *mEnv{nullptr};
2052 status_t mErr{OK};
2055 int32_t mNumSubSamples{0};
2056 jbyte *mIv{nullptr};
2057 jbyte *mKey{nullptr};
2058 enum CryptoPlugin::Mode mMode;
[all …]