Searched defs:display_thread_created (Results 1 - 3 of 3) sorted by relevance

/external/libavc/test/decoder/
H A Dmain.c234 WORD32 display_thread_created; member in struct:__anon10709
1872 s_app_ctx.display_thread_created = 0;
2518 if(0 == s_app_ctx.display_thread_created)
2523 s_app_ctx.display_thread_created = 1;
3113 if(s_app_ctx.display_thread_created)
/external/libhevc/test/decoder/
H A Dmain.c233 WORD32 display_thread_created; member in struct:__anon11647
1808 s_app_ctx.display_thread_created = 0;
2414 if(0 == s_app_ctx.display_thread_created)
2419 s_app_ctx.display_thread_created = 1;
2983 if(s_app_ctx.display_thread_created)
/external/libmpeg2/test/decoder/
H A Dmain.c228 WORD32 display_thread_created; member in struct:__anon11995
1842 s_app_ctx.display_thread_created = 0;
2447 if(0 == s_app_ctx.display_thread_created)
2452 s_app_ctx.display_thread_created = 1;
3109 if(s_app_ctx.display_thread_created)

Completed in 233 milliseconds