Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/
H A Drga_alpha_yuv_demo.cpp50 im_rect fg_rect, bg_rect, output_rect; in main() local
57 memset(&bg_rect, 0, sizeof(bg_rect)); in main()
128 bg_rect.x = 0; in main()
129 bg_rect.y = 0; in main()
130 bg_rect.width = fg_rect.width; in main()
131 bg_rect.height = fg_rect.height; in main()
138 ret = imcheck_composite(fg_img, output_img, bg_img, fg_rect, output_rect, bg_rect); in main()
146 … ret = improcess(fg_img, output_img, bg_img, fg_rect, output_rect, bg_rect, -1, NULL, NULL, usage); in main()
H A Drga_alpha_osd_demo.cpp52 im_rect bg_rect; in main() local
58 memset(&bg_rect, 0, sizeof(bg_rect)); in main()
130 bg_rect.x = 100; in main()
131 bg_rect.y = 100; in main()
132 bg_rect.width = fg_width; in main()
133 bg_rect.height = fg_height; in main()
151 ret = imcheck(fg_img, bg_img, {}, bg_rect); in main()
157 ret = imosd(fg_img, bg_img, bg_rect, &osd_config); in main()