Searched refs:FF_DEBUG_THREADS (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 1335 #define FF_DEBUG_THREADS 0x00010000 macro
|
H A D | pthread_frame.c | 122 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 D | options_table.h | 201 {"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