Home
last modified time | relevance | path

Searched refs:fg_rect (Results 1 – 1 of 1) 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
56 memset(&fg_rect, 0, sizeof(fg_rect)); in main()
123 fg_rect.x = 100; in main()
124 fg_rect.y = 200; in main()
125 fg_rect.width = bg_width; in main()
126 fg_rect.height = bg_height; in main()
130 bg_rect.width = fg_rect.width; in main()
131 bg_rect.height = fg_rect.height; in main()
133 output_rect.x = fg_rect.x; in main()
134 output_rect.y = fg_rect.y; in main()
[all …]