Home
last modified time | relevance | path

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

/external/libhevc/test/decoder/
Dmain.c239 void (*display_buffer)(void *, WORD32); member
1548 ps_app_ctx->display_buffer(ps_app_ctx->pv_disp_ctx, rd_idx); in display_thread()
1846 s_app_ctx.display_buffer = &sdl_display; in hevcdec_main()
1857 s_app_ctx.display_buffer = &fbd_display; in hevcdec_main()
1868 s_app_ctx.display_buffer = &gdl_display; in hevcdec_main()
1879 s_app_ctx.display_buffer = &ios_display; in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c234 void (*display_buffer)(void *, WORD32); member
1581 ps_app_ctx->display_buffer(ps_app_ctx->pv_disp_ctx, rd_idx); in display_thread()
1884 s_app_ctx.display_buffer = &sdl_display; in vdec_main()
1895 s_app_ctx.display_buffer = &fbd_display; in vdec_main()
1906 s_app_ctx.display_buffer = &gdl_display; in vdec_main()
1917 s_app_ctx.display_buffer = &ios_display; in vdec_main()
/external/libavc/test/decoder/
Dmain.c240 void (*display_buffer)(void *, WORD32); member
1559 ps_app_ctx->display_buffer(ps_app_ctx->pv_disp_ctx, rd_idx); in display_thread()
1910 s_app_ctx.display_buffer = &sdl_display; in h264dec_main()
1921 s_app_ctx.display_buffer = &fbd_display; in h264dec_main()
1932 s_app_ctx.display_buffer = &gdl_display; in h264dec_main()
1943 s_app_ctx.display_buffer = &ios_display; in h264dec_main()