Exemplo n.º 1
0
 public static extern void av_codec_set_chroma_intra_matrix(AVCodecContext* avctx, ushort* val);
Exemplo n.º 2
0
 public static extern void avcodec_flush_buffers(AVCodecContext* avctx);
Exemplo n.º 3
0
 public static extern int av_bitstream_filter_filter(AVBitStreamFilterContext* bsfc, AVCodecContext* avctx, String args, byte** poutbuf, int* poutbuf_size, byte* buf, int buf_size, int keyframe);
Exemplo n.º 4
0
 public static extern AVPixelFormat avcodec_default_get_format(AVCodecContext* s, AVPixelFormat* fmt);
Exemplo n.º 5
0
 public static extern void avcodec_string(sbyte* /*String*/ buf, int buf_size, AVCodecContext* enc, int encode);
Exemplo n.º 6
0
 public static extern int avcodec_encode_audio(AVCodecContext* avctx, byte* buf, int buf_size, short* samples);
Exemplo n.º 7
0
 public static extern int avcodec_encode_video2(AVCodecContext* avctx, AVPacket* avpkt, AVFrame* frame, int* got_packet_ptr);
Exemplo n.º 8
0
 public static extern void avcodec_default_release_buffer(AVCodecContext* s, AVFrame* pic);
Exemplo n.º 9
0
 public static extern int avcodec_default_reget_buffer(AVCodecContext* s, AVFrame* pic);
Exemplo n.º 10
0
 public static extern int avcodec_open2(AVCodecContext* avctx, AVCodec* codec, AVDictionary** options);
Exemplo n.º 11
0
 public static extern int avcodec_close(AVCodecContext* avctx);
Exemplo n.º 12
0
 public static extern int avcodec_copy_context(AVCodecContext* dest, AVCodecContext* src);
Exemplo n.º 13
0
 public static extern int avcodec_get_context_defaults3(AVCodecContext* s, AVCodec* codec);
Exemplo n.º 14
0
 public static extern void avcodec_free_context(AVCodecContext** avctx);
Exemplo n.º 15
0
 public static extern int av_parser_parse2(AVCodecParserContext* s, AVCodecContext* avctx, byte** poutbuf, int* poutbuf_size, byte* buf, int buf_size, long pts, long dts, long pos);
Exemplo n.º 16
0
 public static extern int avcodec_default_get_buffer2(AVCodecContext* s, AVFrame* frame, int flags);
Exemplo n.º 17
0
 public static extern int av_parser_change(AVCodecParserContext* s, AVCodecContext* avctx, byte** poutbuf, int* poutbuf_size, byte* buf, int buf_size, int keyframe);
Exemplo n.º 18
0
 public static extern void avcodec_align_dimensions(AVCodecContext* s, int* width, int* height);
Exemplo n.º 19
0
 public static extern int avcodec_encode_video(AVCodecContext* avctx, byte* buf, int buf_size, AVFrame* pict);
Exemplo n.º 20
0
 public static extern void avcodec_align_dimensions2(AVCodecContext* s, int* width, int* height, int* linesize_align);
Exemplo n.º 21
0
 public static extern int avcodec_encode_subtitle(AVCodecContext* avctx, byte* buf, int buf_size, AVSubtitle* sub);
Exemplo n.º 22
0
 public static extern int avcodec_decode_audio3(AVCodecContext* avctx, short* samples, int* frame_size_ptr, AVPacket* avpkt);
Exemplo n.º 23
0
 public static extern void avcodec_set_dimensions(AVCodecContext* s, int width, int height);
Exemplo n.º 24
0
 public static extern int avcodec_decode_audio4(AVCodecContext* avctx, AVFrame* frame, int* got_frame_ptr, AVPacket* avpkt);
Exemplo n.º 25
0
 public static extern int avcodec_default_execute2(AVCodecContext* c, IntPtr func_c2_arg2___1, void* arg, int* ret, int count);
Exemplo n.º 26
0
 public static extern int avcodec_decode_video2(AVCodecContext* avctx, AVFrame* picture, int* got_picture_ptr, AVPacket* avpkt);
Exemplo n.º 27
0
 public static extern int av_get_audio_frame_duration(AVCodecContext* avctx, int frame_bytes);
Exemplo n.º 28
0
 public static extern int avcodec_decode_subtitle2(AVCodecContext* avctx, AVSubtitle* sub, int* got_sub_ptr, AVPacket* avpkt);
Exemplo n.º 29
0
 public static extern int avcodec_is_open(AVCodecContext* s);
Exemplo n.º 30
0
 public static extern ushort* av_codec_get_chroma_intra_matrix(AVCodecContext* avctx);