Lines Matching refs:AVCodecContext
52 int ff_videotoolbox_alloc_frame(AVCodecContext *avctx, AVFrame *frame);
53 int ff_videotoolbox_common_init(AVCodecContext *avctx);
54 int ff_videotoolbox_frame_params(AVCodecContext *avctx,
59 int ff_videotoolbox_uninit(AVCodecContext *avctx);
60 int ff_videotoolbox_h264_start_frame(AVCodecContext *avctx,
63 int ff_videotoolbox_h264_decode_slice(AVCodecContext *avctx,
66 int ff_videotoolbox_common_end_frame(AVCodecContext *avctx, AVFrame *frame);
67 CFDataRef ff_videotoolbox_avcc_extradata_create(AVCodecContext *avctx);
68 CFDataRef ff_videotoolbox_hvcc_extradata_create(AVCodecContext *avctx);
69 CFDataRef ff_videotoolbox_vpcc_extradata_create(AVCodecContext *avctx);