Example #1
0
 static void n_ScanHPelVertical_IIarrayI(IntPtr jnienv, IntPtr native__this, int p0, int p1, IntPtr native_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[] p2 = (int[])JNIEnv.GetArray(native_p2, JniHandleOwnership.DoNotTransfer, typeof(int));
     __this.ScanHPelVertical(p0, p1, p2);
     if (p2 != null)
     {
         JNIEnv.CopyArray(p2, native_p2);
     }
 }