Lines Matching defs:avctx
158 static int ffat_update_ctx(AVCodecContext *avctx) in ffat_update_ctx()
227 static uint8_t* ffat_get_magic_cookie(AVCodecContext *avctx, UInt32 *cookie_size) in ffat_get_magic_cookie()
267 static av_cold int ffat_usable_extradata(AVCodecContext *avctx) in ffat_usable_extradata()
277 static int ffat_set_extradata(AVCodecContext *avctx) in ffat_set_extradata()
299 static av_cold int ffat_create_decoder(AVCodecContext *avctx, in ffat_create_decoder()
399 static av_cold int ffat_init_decoder(AVCodecContext *avctx) in ffat_init_decoder()
421 AVCodecContext *avctx = inctx; in ffat_decode_callback() local
465 static void ffat_copy_samples(AVCodecContext *avctx, AVFrame *frame) in ffat_copy_samples()
475 static int ffat_decode(AVCodecContext *avctx, void *data, in ffat_decode()
559 static av_cold void ffat_decode_flush(AVCodecContext *avctx) in ffat_decode_flush()
567 static av_cold int ffat_close_decoder(AVCodecContext *avctx) in ffat_close_decoder()