Lines Matching defs:avctx
25 wrap(avcodec_open2(AVCodecContext *avctx,
29 testxmmclobbers(avcodec_open2, avctx, codec, options);
32 wrap(avcodec_decode_subtitle2(AVCodecContext *avctx,
37 testxmmclobbers(avcodec_decode_subtitle2, avctx, sub,
41 wrap(avcodec_encode_subtitle(AVCodecContext *avctx,
45 testxmmclobbers(avcodec_encode_subtitle, avctx, buf, buf_size, sub);
48 wrap(avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt))
50 testxmmclobbers(avcodec_send_packet, avctx, avpkt);
53 wrap(avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt))
55 testxmmclobbers(avcodec_receive_packet, avctx, avpkt);
58 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame))
60 testxmmclobbers(avcodec_send_frame, avctx, frame);
63 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame))
65 testxmmclobbers(avcodec_receive_frame, avctx, frame);