Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1750 struct NativeCryptoInfo { struct
1751 NativeCryptoInfo(JNIEnv *env, jobject cryptoInfoObj) in NativeCryptoInfo() function
1856 explicit NativeCryptoInfo(jint size) in NativeCryptoInfo() argument
1867 ~NativeCryptoInfo() { in ~NativeCryptoInfo() argument
1881 JNIEnv *mEnv{nullptr};
1884 status_t mErr{OK};
1887 int32_t mNumSubSamples{0};
1888 jbyte *mIv{nullptr};
1889 jbyte *mKey{nullptr};
1890 enum CryptoPlugin::Mode mMode;
[all …]