Home
last modified time | relevance | path

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

/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/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/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/encoder/
Dih264e_encode.c509 ret = ithread_create(ps_codec->apv_proc_thread_handle[i], in ih264e_encode()
/external/libavc/decoder/
Dih264d_parse_slice.c1596 ithread_create(ps_dec->pv_dec_thread_handle, NULL, in ih264d_parse_decode_slice()
1608 ithread_create(ps_dec->pv_bs_deblk_thread_handle, NULL, in ih264d_parse_decode_slice()
Dih264d_parse_pslice.c1563 ithread_create(ps_dec->pv_dec_thread_handle, NULL, in ih264d_mark_err_slice_skip()
1575 ithread_create(ps_dec->pv_bs_deblk_thread_handle, NULL, in ih264d_mark_err_slice_skip()
/external/libhevc/decoder/
Dihevcd_utils.c1246 ithread_create(ps_codec->apv_process_thread_handle[i], NULL, in ihevcd_parse_pic_init()
/external/libmpeg2/decoder/
Dimpeg2d_dec_hdr.c1446ithread_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.c2419 ithread_create(s_app_ctx.display_thread_handle, NULL, in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c2452 ithread_create(s_app_ctx.display_thread_handle, NULL, in vdec_main()
/external/libavc/test/decoder/
Dmain.c2666 ithread_create(s_app_ctx.display_thread_handle, NULL, in h264dec_main()