Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvideotoolbox.c1218 static AVVideotoolboxContext *av_videotoolbox_alloc_context_with_pix_fmt(enum AVPixelFormat pix_fmt, in av_videotoolbox_alloc_context_with_pix_fmt() function
1238 return av_videotoolbox_alloc_context_with_pix_fmt(AV_PIX_FMT_NONE, false); in av_videotoolbox_alloc_context()
1250 … avctx->hwaccel_context = vtctx ?: av_videotoolbox_alloc_context_with_pix_fmt(pix_fmt, full_range); in av_videotoolbox_default_init2()