Home
last modified time | relevance | path

Searched refs:bg_height (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/linux-rga/samples/alpha_demo/src/
H A Drga_alpha_demo.cpp43 int bg_width, bg_height, bg_format; in main() local
58 bg_height = 720; in main()
62 bg_buf_size = bg_width * bg_height * get_bpp_from_format(bg_format); in main()
72 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 1)) { in main()
85 bg_img = wrapbuffer_handle(bg_handle, bg_width, bg_height, bg_format); in main()
110 write_image_to_file(bg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0); in main()
H A Drga_alpha_colorkey_demo.cpp43 int bg_width, bg_height, bg_format; in main() local
60 bg_height = 720; in main()
64 bg_buf_size = bg_width * bg_height * get_bpp_from_format(bg_format); in main()
74 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 1)) { in main()
115 bg_img = wrapbuffer_handle(bg_handle, bg_width, bg_height, bg_format); in main()
141 write_image_to_file(bg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0); in main()
H A Drga_alpha_yuv_demo.cpp43 int bg_width, bg_height, bg_format; in main() local
65 bg_height = 720; in main()
73 bg_buf_size = bg_width * bg_height * get_bpp_from_format(bg_format); in main()
85 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0)) { in main()
100 bg_img = wrapbuffer_handle(bg_handle, bg_width, bg_height, bg_format); in main()
126 fg_rect.height = bg_height; in main()
H A Drga_alpha_osd_demo.cpp44 int bg_width, bg_height, bg_format; in main() local
70 bg_height = 720; in main()
75 bg_buf_size = bg_width * bg_height * get_bpp_from_format(bg_format); in main()
100 if (0 != read_image_from_file(bg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0)) { in main()
113 bg_img = wrapbuffer_handle(bg_handle, bg_width, bg_height, bg_format); in main()
162 write_image_to_file(bg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 0); in main()
H A Drga_alpha_3channel_demo.cpp43 int bg_width, bg_height, bg_format; in main() local
60 bg_height = 720; in main()
68 bg_buf_size = bg_width * bg_height * get_bpp_from_format(bg_format); in main()
80 if (0 != read_image_from_file(fg_buf, LOCAL_FILE_PATH, bg_width, bg_height, bg_format, 1)) { in main()
95 bg_img = wrapbuffer_handle(bg_handle, bg_width, bg_height, bg_format); in main()