Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
H A Dffmpeg_videotoolbox.c112 ist->hwaccel_uninit = NULL; in videotoolbox_uninit()
133 ist->hwaccel_uninit = videotoolbox_uninit; in videotoolbox_init()
H A Dffmpeg_qsv.c107 ist->hwaccel_uninit = qsv_uninit; in qsv_init()
H A Dffmpeg.h384 void (*hwaccel_uninit)(AVCodecContext *s); member
H A Dffmpeg.c4434 if (ist->hwaccel_uninit) in transcode()
4435 ist->hwaccel_uninit(ist->dec_ctx); in transcode()
/third_party/ffmpeg/libavcodec/
H A Ddecode.c1088 static void hwaccel_uninit(AVCodecContext *avctx) in hwaccel_uninit() function
1127 hwaccel_uninit(avctx); in ff_get_format()

Completed in 11 milliseconds