Home
last modified time | relevance | path

Searched refs:ff_thread_report_progress2 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dthread.h145 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n);
Dpthread_slice.c174 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() function
Dhevcdec.c2557 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()
Dutils.c1006 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() function