FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
w64xmmtest.c File Reference
#include "libavcodec/avcodec.h"
#include "libavutil/x86/w64xmmtest.h"

Go to the source code of this file.

Functions

 wrap (avcodec_open2(AVCodecContext *avctx, AVCodec *codec, AVDictionary **options))
 
 wrap (avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt))
 
 wrap (avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture, int *got_picture_ptr, AVPacket *avpkt))
 
 wrap (avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub, int *got_sub_ptr, AVPacket *avpkt))
 
 wrap (avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr))
 
 wrap (avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVFrame *pict))
 
 wrap (avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, const AVSubtitle *sub))
 
 wrap (avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr))
 

Function Documentation

Definition at line 25 of file w64xmmtest.c.

wrap ( avcodec_decode_audio4(AVCodecContext *avctx,AVFrame *frame,int *got_frame_ptr,AVPacket *avpkt)  )

Definition at line 32 of file w64xmmtest.c.

wrap ( avcodec_decode_video2(AVCodecContext *avctx,AVFrame *picture,int *got_picture_ptr,AVPacket *avpkt)  )

Definition at line 41 of file w64xmmtest.c.

wrap ( avcodec_decode_subtitle2(AVCodecContext *avctx,AVSubtitle *sub,int *got_sub_ptr,AVPacket *avpkt)  )

Definition at line 50 of file w64xmmtest.c.

wrap ( avcodec_encode_audio2(AVCodecContext *avctx,AVPacket *avpkt,const AVFrame *frame,int *got_packet_ptr)  )

Definition at line 59 of file w64xmmtest.c.

wrap ( avcodec_encode_video(AVCodecContext *avctx,uint8_t *buf, int buf_size,const AVFrame *pict)  )

Definition at line 68 of file w64xmmtest.c.

wrap ( avcodec_encode_subtitle(AVCodecContext *avctx,uint8_t *buf, int buf_size,const AVSubtitle *sub)  )

Definition at line 75 of file w64xmmtest.c.

wrap ( avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,const AVFrame *frame, int *got_packet_ptr)  )

Definition at line 82 of file w64xmmtest.c.