Home
last modified time | relevance | path

Searched refs:ithread_join (Results 1 – 14 of 14) sorted by relevance

/external/libmpeg2/common/
Dithread.h49 WORD32 ithread_join(void *thread_id, void ** val_ptr);
Dithread.c76 WORD32 ithread_join(void *thread_handle, void ** val_ptr) in ithread_join() function
/external/libavc/common/
Dithread.h67 WORD32 ithread_join(void *thread_id, void ** val_ptr);
Dithread.c83 WORD32 ithread_join(void *thread_handle, void ** val_ptr) in ithread_join() function
/external/libhevc/common/
Dithread.h47 WORD32 ithread_join(void *thread_id, void **val_ptr);
Dithread.c69 WORD32 ithread_join(void *thread_handle, void **val_ptr) in ithread_join() function
/external/libavc/decoder/
Dih264d_thread_parse_decode.c636 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/
Dih264e_encode.c133 ret = ithread_join(ps_codec->apv_proc_thread_handle[i], NULL); in ih264e_join_threads()
/external/libhevc/decoder/
Dihevcd_decode.c923 ithread_join(ps_codec->apv_process_thread_handle[i], NULL); in ihevcd_decode()
Dihevcd_api.c1500 ithread_join(ps_codec->apv_process_thread_handle[i], NULL); in ihevcd_free_static_bufs()
/external/libmpeg2/decoder/
Dimpeg2d_dec_hdr.c1465 ithread_join(ps_dec_thd->pv_codec_thread_handle, NULL); in impeg2d_dec_pic_data()
/external/libhevc/test/decoder/
Dmain.c2987 ithread_join(s_app_ctx.display_thread_handle, NULL); in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c3113 ithread_join(s_app_ctx.display_thread_handle, NULL); in vdec_main()
/external/libavc/test/decoder/
Dmain.c3390 ithread_join(s_app_ctx.display_thread_handle, NULL); in h264dec_main()