Home
last modified time | relevance | path

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

/external/libhevc/common/
Dithread.h43 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument);
Dithread.c64 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() function
/external/libavc/common/
Dithread.h65 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument);
Dithread.c77 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() function
/external/libmpeg2/common/
Dithread.h45 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument);
Dithread.c70 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() function
/external/libavc/encoder/
Dih264e_encode.c423 ret = ithread_create(ps_codec->apv_proc_thread_handle[i], in ih264e_encode()
/external/libavc/decoder/
Dih264d_parse_slice.c1571 ithread_create(ps_dec->pv_dec_thread_handle, NULL, in ih264d_parse_decode_slice()
1583 ithread_create(ps_dec->pv_bs_deblk_thread_handle, NULL, in ih264d_parse_decode_slice()
Dih264d_parse_pslice.c1558 ithread_create(ps_dec->pv_dec_thread_handle, NULL, in ih264d_mark_err_slice_skip()
1570 ithread_create(ps_dec->pv_bs_deblk_thread_handle, NULL, in ih264d_mark_err_slice_skip()
/external/libhevc/decoder/
Dihevcd_utils.c1241 ithread_create(ps_codec->apv_process_thread_handle[i], NULL, in ihevcd_parse_pic_init()
/external/libmpeg2/decoder/
Dimpeg2d_dec_hdr.c1445ithread_create(ps_dec_thd->pv_codec_thread_handle, NULL, (void *)impeg2d_dec_pic_data_thread, ps_d… in impeg2d_dec_pic_data()
/external/libhevc/test/decoder/
Dmain.c2417 ithread_create(s_app_ctx.display_thread_handle, NULL, in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c2521 ithread_create(s_app_ctx.display_thread_handle, NULL, in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c2450 ithread_create(s_app_ctx.display_thread_handle, NULL, in vdec_main()