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