Home
last modified time | relevance | path

Searched refs:show_layer (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/test/disp2/
A Ddisp_layer_format_test.c16 static int show_layer(struct test_layer_cfg *cfg, u32 width, u32 height, in show_layer() function
80 show_layer(&test_cfg, 500, 312, 0, 0, "./pic/argb8888.bin"); in disp_layer_format_test()
81 show_layer(&test_cfg, 500, 312, 0, 1, "./pic/abgr8888.bin"); in disp_layer_format_test()
82 show_layer(&test_cfg, 500, 312, 0, 2, "./pic/rgba8888.bin"); in disp_layer_format_test()
83 show_layer(&test_cfg, 500, 312, 0, 3, "./pic/bgra8888.bin"); in disp_layer_format_test()
95 show_layer(&test_cfg, 500, 312, 1, 0, "./pic/argb8888.bin"); in disp_layer_format_test()
96 show_layer(&test_cfg, 500, 312, 1, 1, "./pic/abgr8888.bin"); in disp_layer_format_test()
97 show_layer(&test_cfg, 500, 312, 1, 2, "./pic/rgba8888.bin"); in disp_layer_format_test()
98 show_layer(&test_cfg, 500, 312, 1, 3, "./pic/bgra8888.bin"); in disp_layer_format_test()
129 show_layer(&test_cfg, 500, 312, 0, 10, "./pic/rgb565.bin"); in disp_layer_format_test()
[all …]
A Ddisp_layer_rgb_test.c17 static int show_layer(struct test_layer_cfg *cfg, u32 width, u32 height, in show_layer() function
74 show_layer(&test_cfg, 480, 272, 0, DISP_FORMAT_ARGB_8888, "rgb"); in disp_layer_rgb_test()

Completed in 11 milliseconds