Home
last modified time | relevance | path

Searched refs:FF_DEBUG_THREADS (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Davcodec.h1335 #define FF_DEBUG_THREADS 0x00010000 macro
H A Dpthread_frame.c122 atomic_int debug_threads; ///< Set if the FF_DEBUG_THREADS option is set.
440 (p->avctx->debug & FF_DEBUG_THREADS) != 0, in submit_packet()
855 atomic_init(&p->debug_threads, (copy->debug & FF_DEBUG_THREADS) != 0); in init_thread()
H A Doptions_table.h201 {"thread_ops", "threading operations", 0, AV_OPT_TYPE_CONST, {.i64 = FF_DEBUG_THREADS }, INT_MIN, INT_MAX, V|A|D, "debug"},

Completed in 8 milliseconds