Home
last modified time | relevance | path

Searched refs: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
2337 NativeCryptoInfo cryptoInfo = [env, cryptoInfoObj, size]{ in android_media_MediaCodec_native_queueLinearBlock()
2339 return NativeCryptoInfo{size}; in android_media_MediaCodec_native_queueLinearBlock()
2341 return NativeCryptoInfo{env, cryptoInfoObj}; in android_media_MediaCodec_native_queueLinearBlock()