Home
last modified time | relevance | path

Searched refs:ff_pthread_init (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpthread_internal.h39 * an uninitialized mutex/condition, ff_pthread_init() stores the number
53 int ff_pthread_init(void *obj, const unsigned offsets[]);
H A Dpthread.c107 av_cold int ff_pthread_init(void *obj, const unsigned offsets[]) in ff_pthread_init() function
H A Dframe_thread_encoder.c198 ret = ff_pthread_init(c, thread_ctx_offsets); in ff_frame_thread_encoder_init()
H A Dpthread_frame.c830 err = ff_pthread_init(p, per_thread_offsets); in init_thread()
890 err = ff_pthread_init(fctx, thread_ctx_offsets); in ff_frame_thread_init()
H A Domx.c651 ret = ff_pthread_init(s, omx_codec_context_offsets); in omx_encode_init()
H A Dvp9.c1802 ret = ff_pthread_init(s, vp9_context_offsets); in vp9_decode_init()

Completed in 7 milliseconds