Home
last modified time | relevance | path

Searched refs:display_thread_handle (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/test/decoder/
Dmain.c232 void *display_thread_handle; member
1586 ithread_exit(ps_app_ctx->display_thread_handle); in display_thread()
1833 s_app_ctx.display_thread_handle = malloc(ithread_get_handle_size()); in hevcdec_main()
2417 ithread_create(s_app_ctx.display_thread_handle, NULL, in hevcdec_main()
2985 ithread_join(s_app_ctx.display_thread_handle, NULL); in hevcdec_main()
2987 free(s_app_ctx.display_thread_handle); in hevcdec_main()
3037 if(s_app_ctx.display_thread_handle) in hevcdec_main()
3038 free(s_app_ctx.display_thread_handle); in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c233 void *display_thread_handle; member
1897 s_app_ctx.display_thread_handle = malloc(ithread_get_handle_size()); in h264dec_main()
2521 ithread_create(s_app_ctx.display_thread_handle, NULL, in h264dec_main()
3115 ithread_join(s_app_ctx.display_thread_handle, NULL); in h264dec_main()
3117 free(s_app_ctx.display_thread_handle); in h264dec_main()
3167 if(s_app_ctx.display_thread_handle) in h264dec_main()
3168 free(s_app_ctx.display_thread_handle); in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c227 void *display_thread_handle; member
1619 ithread_exit(ps_app_ctx->display_thread_handle); in display_thread()
1871 s_app_ctx.display_thread_handle = malloc(ithread_get_handle_size()); in vdec_main()
2450 ithread_create(s_app_ctx.display_thread_handle, NULL, in vdec_main()
3111 ithread_join(s_app_ctx.display_thread_handle, NULL); in vdec_main()
3113 free(s_app_ctx.display_thread_handle); in vdec_main()