Searched refs:ff_thread_report_progress2 (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | thread.h | 145 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n);
|
D | pthread_slice.c | 174 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() function
|
D | hevcdec.c | 2557 ff_thread_report_progress2(s->avctx, ctb_row , thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp() 2575 ff_thread_report_progress2(s->avctx, ctb_row, thread, 1); in hls_decode_entry_wpp() 2580 ff_thread_report_progress2(s->avctx, ctb_row ,thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp() 2586 ff_thread_report_progress2(s->avctx, ctb_row , thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp() 2596 ff_thread_report_progress2(s->avctx, ctb_row ,thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp() 2602 ff_thread_report_progress2(s->avctx, ctb_row ,thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp()
|
D | utils.c | 1006 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() function
|