コード例 #1
0
 public static extern IntPtr WebPIDecGetYUVA(ref WebPIDecoder idec, ref int last_y, ref IntPtr u, ref IntPtr v, ref IntPtr a, ref int width, ref int height, ref int stride, ref int uv_stride, ref int a_stride);
コード例 #2
0
 public static extern IntPtr WebPIDecodedArea(ref WebPIDecoder idec, ref int left, ref int top, ref int width, ref int height);
コード例 #3
0
 public static extern VP8StatusCode WebPIUpdate(ref WebPIDecoder idec, [InAttribute()] IntPtr data, UIntPtr data_size);
コード例 #4
0
 public static extern IntPtr WebPIDecGetRGB(ref WebPIDecoder idec, ref int last_y, ref int width, ref int height, ref int stride);
コード例 #5
0
ファイル: Decode.cs プロジェクト: imazen/libwebp-net
 public static extern IntPtr WebPIDecodedArea(ref WebPIDecoder idec, ref int left, ref int top, ref int width, ref int height);
コード例 #6
0
 public static extern void WebPIDelete(ref WebPIDecoder idec);
コード例 #7
0
ファイル: Decode.cs プロジェクト: imazen/libwebp-net
 public static extern IntPtr WebPIDecGetYUVA(ref WebPIDecoder idec, ref int last_y, ref IntPtr u, ref IntPtr v, ref IntPtr a, ref int width, ref int height, ref int stride, ref int uv_stride, ref int a_stride);
コード例 #8
0
ファイル: Decode.cs プロジェクト: imazen/libwebp-net
 public static extern IntPtr WebPIDecGetRGB(ref WebPIDecoder idec, ref int last_y, ref int width, ref int height, ref int stride);
コード例 #9
0
ファイル: Decode.cs プロジェクト: imazen/libwebp-net
 public static extern VP8StatusCode WebPIUpdate(ref WebPIDecoder idec, [InAttribute()] IntPtr data, UIntPtr data_size);
コード例 #10
0
ファイル: Decode.cs プロジェクト: imazen/libwebp-net
 public static extern void WebPIDelete(ref WebPIDecoder idec);
コード例 #11
0
ファイル: Decode.cs プロジェクト: MattMakes/WebPConverter
 public static extern VP8StatusCode WebPIAppend(ref WebPIDecoder idec, [In()] IntPtr data, UIntPtr data_size);