Home
last modified time | relevance | path

Searched refs:hwaccel_uninit (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg_videotoolbox.c112 ist->hwaccel_uninit = NULL; in videotoolbox_uninit()
133 ist->hwaccel_uninit = videotoolbox_uninit; in videotoolbox_init()
Dffmpeg_qsv.c107 ist->hwaccel_uninit = qsv_uninit; in qsv_init()
Dffmpeg.h378 void (*hwaccel_uninit)(AVCodecContext *s); member
Dffmpeg.c4872 if (ist->hwaccel_uninit) in transcode()
4873 ist->hwaccel_uninit(ist->dec_ctx); in transcode()
/third_party/ffmpeg/libavcodec/
Ddecode.c1314 static void hwaccel_uninit(AVCodecContext *avctx) in hwaccel_uninit() function
1355 hwaccel_uninit(avctx); in ff_get_format()