Searched refs:ithread_join (Results 1 – 14 of 14) sorted by relevance
/external/libmpeg2/common/ |
D | ithread.h | 49 WORD32 ithread_join(void *thread_id, void ** val_ptr);
|
D | ithread.c | 76 WORD32 ithread_join(void *thread_handle, void ** val_ptr) in ithread_join() function
|
/external/libavc/common/ |
D | ithread.h | 67 WORD32 ithread_join(void *thread_id, void ** val_ptr);
|
D | ithread.c | 83 WORD32 ithread_join(void *thread_handle, void ** val_ptr) in ithread_join() function
|
/external/libhevc/common/ |
D | ithread.h | 47 WORD32 ithread_join(void *thread_id, void **val_ptr);
|
D | ithread.c | 69 WORD32 ithread_join(void *thread_handle, void **val_ptr) in ithread_join() function
|
/external/libavc/decoder/ |
D | ih264d_thread_parse_decode.c | 636 ithread_join(ps_dec->pv_dec_thread_handle, NULL); in ih264d_signal_decode_thread() 644 ithread_join(ps_dec->pv_bs_deblk_thread_handle, NULL); in ih264d_signal_bs_deblk_thread()
|
/external/libavc/encoder/ |
D | ih264e_encode.c | 133 ret = ithread_join(ps_codec->apv_proc_thread_handle[i], NULL); in ih264e_join_threads()
|
/external/libhevc/decoder/ |
D | ihevcd_decode.c | 923 ithread_join(ps_codec->apv_process_thread_handle[i], NULL); in ihevcd_decode()
|
D | ihevcd_api.c | 1500 ithread_join(ps_codec->apv_process_thread_handle[i], NULL); in ihevcd_free_static_bufs()
|
/external/libmpeg2/decoder/ |
D | impeg2d_dec_hdr.c | 1465 ithread_join(ps_dec_thd->pv_codec_thread_handle, NULL); in impeg2d_dec_pic_data()
|
/external/libhevc/test/decoder/ |
D | main.c | 2987 ithread_join(s_app_ctx.display_thread_handle, NULL); in hevcdec_main()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 3113 ithread_join(s_app_ctx.display_thread_handle, NULL); in vdec_main()
|
/external/libavc/test/decoder/ |
D | main.c | 3390 ithread_join(s_app_ctx.display_thread_handle, NULL); in h264dec_main()
|