public static extern int av_strncasecmp(string a, string b, global::System.UIntPtr n);
Beispiel #2
0
 public static extern sbyte *av_make_error_string(System.Text.StringBuilder errbuf, global::System.UIntPtr errbuf_size, int errnum);
 public static extern global::System.UIntPtr av_strnlen(string s, global::System.UIntPtr len);
Beispiel #4
0
 public static extern void *av_dynarray2_add(ref void *tab_ptr, int *nb_ptr, global::System.UIntPtr elem_size, byte *elem_data);
Beispiel #5
0
 public static extern void av_max_alloc(global::System.UIntPtr max);
Beispiel #6
0
 public static extern int av_reallocp(void *ptr, global::System.UIntPtr size);
Beispiel #7
0
 public static extern void *av_malloc(global::System.UIntPtr size);
 public static extern int avdevice_dev_to_app_control_message(libavformat.AVFormatContext *s, libavdevice.AVDevToAppMessageType type, void *data, global::System.UIntPtr data_size);
Beispiel #9
0
 public static extern sbyte *av_strndup(string s, global::System.UIntPtr len);
 internal static extern global::System.IntPtr CreateRemoteThread(global::System.IntPtr hProcess, global::System.IntPtr lpThreadAttributes, uint dwStackSize, global::System.UIntPtr lpStartAddress, global::System.IntPtr lpParameter, uint dwCreationFlags, out global::System.IntPtr lpThreadId);
Beispiel #11
0
 public static extern int avio_read_to_bprint(libavformat.AVIOContext *h, AVBPrint *pb, global::System.UIntPtr max_size);
 internal static extern bool WriteProcessMemory(global::System.IntPtr hProcess, global::System.IntPtr lpBaseAddress, byte[] lpBuffer, uint nSize, out global::System.UIntPtr lpNumberOfBytesWritten);
Beispiel #13
0
 public static extern libavutil.AVFifoBuffer *av_fifo_alloc_array(global::System.UIntPtr nmemb, global::System.UIntPtr size);
Beispiel #14
0
 public static extern int av_dirac_parse_sequence_header(ref libavcodec.AVDiracSeqHeader *dsh, byte *buf, global::System.UIntPtr buf_size, void *log_ctx);
Beispiel #15
0
 public static extern void av_file_unmap(byte *bufptr, global::System.UIntPtr size);
Beispiel #16
0
 public static extern void av_fast_mallocz(void *ptr, uint *size, global::System.UIntPtr min_size);
Beispiel #17
0
 public static extern void *av_realloc_f(void *ptr, global::System.UIntPtr nelem, global::System.UIntPtr elsize);
Beispiel #18
0
 public static extern uint av_crc(uint *ctx, uint crc, byte *buffer, global::System.UIntPtr length);
Beispiel #19
0
 public static extern int av_reallocp_array(void *ptr, global::System.UIntPtr nmemb, global::System.UIntPtr size);
 public static extern sbyte *av_strnstr(string haystack, string needle, global::System.UIntPtr hay_length);
Beispiel #21
0
 public static extern void *av_memdup(void *p, global::System.UIntPtr size);
 public static extern global::System.UIntPtr av_strlcat(System.Text.StringBuilder dst, string src, global::System.UIntPtr size);
Beispiel #23
0
 public static extern int av_size_mult(global::System.UIntPtr a, global::System.UIntPtr b, global::System.UIntPtr *r);
 public static extern global::System.UIntPtr av_strlcatf(System.Text.StringBuilder dst, global::System.UIntPtr size, string fmt);
Beispiel #25
0
 public static extern void *av_malloc_array(global::System.UIntPtr nmemb, global::System.UIntPtr size);
Beispiel #26
0
 public static extern int av_strerror(int errnum, System.Text.StringBuilder errbuf, global::System.UIntPtr errbuf_size);