Example #1
0
        static IntPtr n_InterpolateLuma_arrayIII(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2)
        {
            global::Org.Jcodec.Codecs.H264.Decode.Interpolator __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.H264.Decode.Interpolator> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            int[]  p0    = (int[])JNIEnv.GetArray(native_p0, JniHandleOwnership.DoNotTransfer, typeof(int));
            IntPtr __ret = JNIEnv.NewArray(__this.InterpolateLuma(p0, p1, p2));

            if (p0 != null)
            {
                JNIEnv.CopyArray(p0, native_p0);
            }
            return(__ret);
        }