MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / hwaccel_serial

Function hwaccel_serial

libavcodec/pthread_frame.c:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155} FrameThreadContext;
156
157static int hwaccel_serial(const AVCodecContext *avctx)
158{
159 return avctx->hwaccel && !(ffhwaccel(avctx->hwaccel)->caps_internal & HWACCEL_CAP_THREAD_SAFE);
160}
161
162static void async_lock(FrameThreadContext *fctx)
163{

Callers 2

frame_worker_threadFunction · 0.85
ff_thread_finish_setupFunction · 0.85

Calls 1

ffhwaccelFunction · 0.85

Tested by

no test coverage detected