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()
2958 ithread_join(s_app_ctx.display_thread_handle, NULL); in hevcdec_main()
2960 free(s_app_ctx.display_thread_handle); in hevcdec_main()
3010 if(s_app_ctx.display_thread_handle) in hevcdec_main()
3011 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()
3092 ithread_join(s_app_ctx.display_thread_handle, NULL); in h264dec_main()
3094 free(s_app_ctx.display_thread_handle); in h264dec_main()
3144 if(s_app_ctx.display_thread_handle) in h264dec_main()
3145 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()
2445 ithread_create(s_app_ctx.display_thread_handle, NULL, in vdec_main()
3076 ithread_join(s_app_ctx.display_thread_handle, NULL); in vdec_main()
3078 free(s_app_ctx.display_thread_handle); in vdec_main()