static void n_PutSlice_arrayarrayIIIIarrayIarrayIarrayIIII(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, int p2, int p3, IntPtr native_p4, IntPtr native_p5, IntPtr native_p6, int p7, int p8, int p9)
 {
     global::Org.Jcodec.Codecs.Prores.ProresDecoder __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Prores.ProresDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     int[][] p0 = (int[][])JNIEnv.GetArray(native_p0, JniHandleOwnership.DoNotTransfer, typeof(int[]));
     int[]   p4 = (int[])JNIEnv.GetArray(native_p4, JniHandleOwnership.DoNotTransfer, typeof(int));
     int[]   p5 = (int[])JNIEnv.GetArray(native_p5, JniHandleOwnership.DoNotTransfer, typeof(int));
     int[]   p6 = (int[])JNIEnv.GetArray(native_p6, JniHandleOwnership.DoNotTransfer, typeof(int));
     __this.PutSlice(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9);
     if (p0 != null)
     {
         JNIEnv.CopyArray(p0, native_p0);
     }
     if (p4 != null)
     {
         JNIEnv.CopyArray(p4, native_p4);
     }
     if (p5 != null)
     {
         JNIEnv.CopyArray(p5, native_p5);
     }
     if (p6 != null)
     {
         JNIEnv.CopyArray(p6, native_p6);
     }
 }
 static void n_DecodePicture_Ljava_nio_ByteBuffer_arrayarrayIIIIarrayIarrayIarrayIII(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, int p2, int p3, int p4, IntPtr native_p5, IntPtr native_p6, IntPtr native_p7, int p8, int p9)
 {
     global::Org.Jcodec.Codecs.Prores.ProresDecoder __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Prores.ProresDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Nio.ByteBuffer p0 = global::Java.Lang.Object.GetObject <global::Java.Nio.ByteBuffer> (native_p0, JniHandleOwnership.DoNotTransfer);
     int[][] p1 = (int[][])JNIEnv.GetArray(native_p1, JniHandleOwnership.DoNotTransfer, typeof(int[]));
     int[]   p5 = (int[])JNIEnv.GetArray(native_p5, JniHandleOwnership.DoNotTransfer, typeof(int));
     int[]   p6 = (int[])JNIEnv.GetArray(native_p6, JniHandleOwnership.DoNotTransfer, typeof(int));
     int[]   p7 = (int[])JNIEnv.GetArray(native_p7, JniHandleOwnership.DoNotTransfer, typeof(int));
     __this.DecodePicture(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9);
     if (p1 != null)
     {
         JNIEnv.CopyArray(p1, native_p1);
     }
     if (p5 != null)
     {
         JNIEnv.CopyArray(p5, native_p5);
     }
     if (p6 != null)
     {
         JNIEnv.CopyArray(p6, native_p6);
     }
     if (p7 != null)
     {
         JNIEnv.CopyArray(p7, native_p7);
     }
 }
        static int n_Probe_Ljava_nio_ByteBuffer_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
        {
            global::Org.Jcodec.Codecs.Prores.ProresDecoder __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Prores.ProresDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Java.Nio.ByteBuffer p0 = global::Java.Lang.Object.GetObject <global::Java.Nio.ByteBuffer> (native_p0, JniHandleOwnership.DoNotTransfer);
            int __ret = __this.Probe(p0);

            return(__ret);
        }
        static IntPtr n_DecodeFields_Ljava_nio_ByteBuffer_arrayarrayarrayI(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
        {
            global::Org.Jcodec.Codecs.Prores.ProresDecoder __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Prores.ProresDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Java.Nio.ByteBuffer p0 = global::Java.Lang.Object.GetObject <global::Java.Nio.ByteBuffer> (native_p0, JniHandleOwnership.DoNotTransfer);
            int[][][] p1    = (int[][][])JNIEnv.GetArray(native_p1, JniHandleOwnership.DoNotTransfer, typeof(int[][]));
            IntPtr    __ret = JNIEnv.NewArray(__this.DecodeFields(p0, p1));

            if (p1 != null)
            {
                JNIEnv.CopyArray(p1, native_p1);
            }
            return(__ret);
        }
        static IntPtr n_DecodeOnePlane_Lorg_jcodec_common_io_BitReader_IarrayIarrayIIII(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, int p1, IntPtr native_p2, IntPtr native_p3, int p4, int p5, int p6)
        {
            global::Org.Jcodec.Codecs.Prores.ProresDecoder __this = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Codecs.Prores.ProresDecoder> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Org.Jcodec.Common.IO.BitReader         p0     = global::Java.Lang.Object.GetObject <global::Org.Jcodec.Common.IO.BitReader> (native_p0, JniHandleOwnership.DoNotTransfer);
            int[]  p2    = (int[])JNIEnv.GetArray(native_p2, JniHandleOwnership.DoNotTransfer, typeof(int));
            int[]  p3    = (int[])JNIEnv.GetArray(native_p3, JniHandleOwnership.DoNotTransfer, typeof(int));
            IntPtr __ret = JNIEnv.NewArray(__this.DecodeOnePlane(p0, p1, p2, p3, p4, p5, p6));

            if (p2 != null)
            {
                JNIEnv.CopyArray(p2, native_p2);
            }
            if (p3 != null)
            {
                JNIEnv.CopyArray(p3, native_p3);
            }
            return(__ret);
        }