コード例 #1
0
 public static extern int av_frame_set_qp_table(AVFrame* f, AVBufferRef* buf, int stride, int type);
コード例 #2
0
 public static extern int av_buffer_make_writable(AVBufferRef** buf);
コード例 #3
0
 public static extern int av_buffer_realloc(AVBufferRef** buf, int size);
コード例 #4
0
 public static extern int av_buffer_get_ref_count(AVBufferRef* buf);
コード例 #5
0
 public static extern void* av_buffer_get_opaque(AVBufferRef* buf);
コード例 #6
0
 public static extern int av_buffer_is_writable(AVBufferRef* buf);
コード例 #7
0
 public static extern void av_buffer_unref(AVBufferRef** buf);
コード例 #8
0
 public static extern AVBufferRef* av_buffer_ref(AVBufferRef* buf);