Searched refs:ff_thread_report_progress2 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | thread.h | 110 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n);
|
H A D | pthread_slice.c | 210 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() function
|
H A D | utils.c | 989 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n) in ff_thread_report_progress2() function
|
H A D | hevcdec.c | 2580 ff_thread_report_progress2(s->avctx, ctb_row , thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp() 2598 ff_thread_report_progress2(s->avctx, ctb_row, thread, 1); in hls_decode_entry_wpp() 2603 ff_thread_report_progress2(s->avctx, ctb_row ,thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp() 2609 ff_thread_report_progress2(s->avctx, ctb_row , thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp() 2619 ff_thread_report_progress2(s->avctx, ctb_row ,thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp() 2625 ff_thread_report_progress2(s->avctx, ctb_row ,thread, SHIFT_CTB_WPP); in hls_decode_entry_wpp()
|
Completed in 9 milliseconds