예제 #1
0
 public static extern int avcodec_decode_audio3(AVCodecContext* avctx, short* samples, int* frame_size_ptr, AVPacket* avpkt);
예제 #2
0
 public static extern int avcodec_decode_audio4(AVCodecContext* avctx, AVFrame* frame, int* got_frame_ptr, AVPacket* avpkt);
예제 #3
0
 public static extern void avcodec_align_dimensions(AVCodecContext* s, int* width, int* height);
예제 #4
0
 public static extern void avcodec_align_dimensions2(AVCodecContext* s, int* width, int* height, int* linesize_align);
예제 #5
0
 public static extern void avcodec_default_release_buffer(AVCodecContext* s, AVFrame* pic);
예제 #6
0
 public static extern int avcodec_default_reget_buffer(AVCodecContext* s, AVFrame* pic);
예제 #7
0
 public static extern int avcodec_open2(AVCodecContext* avctx, AVCodec* codec, AVDictionary** options);
예제 #8
0
 public static extern int avcodec_close(AVCodecContext* avctx);
예제 #9
0
 public static extern int avcodec_open(AVCodecContext* avctx, AVCodec* codec);
예제 #10
0
 public static extern int avcodec_copy_context(AVCodecContext* dest, AVCodecContext* src);
예제 #11
0
 public static extern int avcodec_get_context_defaults3(AVCodecContext* s, AVCodec* codec);
예제 #12
0
 public static extern int avcodec_decode_video2(AVCodecContext* avctx, AVFrame* picture, int* got_picture_ptr, AVPacket* avpkt);
예제 #13
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);
예제 #14
0
 public static extern int avcodec_is_open(AVCodecContext* s);
예제 #15
0
 public static extern void avcodec_get_context_defaults(AVCodecContext* s);
예제 #16
0
 public static extern int av_get_audio_frame_duration(AVCodecContext* avctx, int frame_bytes);
예제 #17
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);
예제 #18
0
 public static extern void avcodec_flush_buffers(AVCodecContext* avctx);
예제 #19
0
 public static extern void avcodec_default_free_buffers(AVCodecContext* s);
예제 #20
0
 public static extern void avcodec_string(String buf, int buf_size, AVCodecContext* enc, int encode);
예제 #21
0
 public static extern int avcodec_default_execute2(AVCodecContext* c, IntPtr func, void* arg, int* ret, int count);
예제 #22
0
 public static extern AVPixelFormat avcodec_default_get_format(AVCodecContext* s, AVPixelFormat* fmt);
예제 #23
0
 public static extern void avcodec_set_dimensions(AVCodecContext* s, int width, int height);
예제 #24
0
 public static extern int avcodec_encode_video2(AVCodecContext* avctx, AVPacket* avpkt, AVFrame* frame, int* got_packet_ptr);
예제 #25
0
 public static extern int avcodec_encode_video(AVCodecContext* avctx, byte* buf, int buf_size, AVFrame* pict);
예제 #26
0
 public static extern int avcodec_encode_audio(AVCodecContext* avctx, byte* buf, int buf_size, short* samples);
예제 #27
0
 public static extern int av_parser_change(AVCodecParserContext* s, AVCodecContext* avctx, byte** poutbuf, int* poutbuf_size, byte* buf, int buf_size, int keyframe);
예제 #28
0
 public static extern void avcodec_get_context_defaults2(AVCodecContext* s, AVMediaType p1);
예제 #29
-1
 public static extern int avcodec_encode_subtitle(AVCodecContext* avctx, byte* buf, int buf_size, AVSubtitle* sub);
예제 #30
-1
 public static extern int avcodec_decode_subtitle2(AVCodecContext* avctx, AVSubtitle* sub, int* got_sub_ptr, AVPacket* avpkt);