/third_party/uboot/u-boot-2020.01/product/hiosd/vo/arch/comm/src/ |
D | drv_vo_gfx_comm.c | 107 hi_rect gx_rect; in vo_drv_gfx_open() local 116 gx_rect = gfx_attr->display_rect; in vo_drv_gfx_open() 124 hal_gfx_set_layer_in_rect(vo_layer, &gx_rect); in vo_drv_gfx_open() 126 hal_gfx_set_layer_disp_rect(vo_layer, &gx_rect); in vo_drv_gfx_open() 127 hal_gfx_set_layer_video_rect(vo_layer, &gx_rect); in vo_drv_gfx_open() 129 hal_gfx_set_src_resolution(vo_layer, &gx_rect); in vo_drv_gfx_open()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | cmd_vo_hi3516ev200.c | 32 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect); 240 hi_vo_rect gx_rect; in do_startgx() local 264 gx_rect.x = x; in do_startgx() 265 gx_rect.y = y; in do_startgx() 266 gx_rect.w = w; in do_startgx() 267 gx_rect.h = h; in do_startgx() 269 start_gx(layer, addr, strd, gx_rect); in do_startgx()
|
D | cmd_vo_hi3516cv500.c | 39 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect); 325 hi_vo_rect gx_rect; in do_startgx() local 351 gx_rect.x = x; in do_startgx() 352 gx_rect.y = y; in do_startgx() 353 gx_rect.w = w; in do_startgx() 354 gx_rect.h = h; in do_startgx() 356 start_gx(layer, addr, strd, gx_rect); in do_startgx()
|
D | cmd_vo_hi3519av100.c | 39 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect); 330 hi_vo_rect gx_rect; in do_startgx() local 370 gx_rect.x = x; in do_startgx() 371 gx_rect.y = y; in do_startgx() 372 gx_rect.w = w; in do_startgx() 373 gx_rect.h = h; in do_startgx() 375 start_gx(layer, addr, strd, gx_rect); in do_startgx()
|
D | cmd_vo_hi3559av100.c | 30 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect); 340 hi_vo_rect gx_rect; in do_startgx() local 380 gx_rect.x = x; in do_startgx() 381 gx_rect.y = y; in do_startgx() 382 gx_rect.w = w; in do_startgx() 383 gx_rect.h = h; in do_startgx() 385 start_gx(layer, addr, strd, gx_rect); in do_startgx()
|
D | cmd_vo_hi3569v100.c | 30 extern int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect); 340 hi_vo_rect gx_rect; in do_startgx() local 380 gx_rect.x = x; in do_startgx() 381 gx_rect.y = y; in do_startgx() 382 gx_rect.w = w; in do_startgx() 383 gx_rect.h = h; in do_startgx() 385 start_gx(layer, addr, strd, gx_rect); in do_startgx()
|
D | cmd_vo.c | 303 hi_rect gx_rect; in do_startgx() local 309 ret = start_layer_parse(argv, &layer, &addr, &strd, &gx_rect); in do_startgx() 321 ret = start_gx(layer, addr, strd, gx_rect, type); in do_startgx()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3519av100/ |
D | vou.c | 404 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect) in start_gx() argument 406 hi_rect disp_rect = { gx_rect.x, gx_rect.y, gx_rect.w, gx_rect.h }; in start_gx() 417 vo_dcache_range(addr, strd * gx_rect.h); in start_gx()
|
D | vou.h | 34 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3559av100/ |
D | vou.c | 311 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect) in start_gx() argument 313 hi_rect disp_rect = { gx_rect.x, gx_rect.y, gx_rect.w, gx_rect.h }; in start_gx() 324 vo_dcache_range(addr, strd * gx_rect.h); in start_gx()
|
D | vou.h | 34 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3516cv500/ |
D | vou.c | 445 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect) in start_gx() argument 447 hi_rect disp_rect = { gx_rect.x, gx_rect.y, gx_rect.w, gx_rect.h }; in start_gx() 456 vo_dcache_range(addr, strd * gx_rect.h); in start_gx()
|
D | vou.h | 33 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/hi3516ev200/ |
D | vou.c | 374 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect) in start_gx() argument 385 hi_rect disp_rect = { gx_rect.x, gx_rect.y, scroll_image_logo.width, scroll_image_logo.height }; in start_gx() 387 vo_dcache_range(scroll_image_logo.rgb_buffer, strd * gx_rect.h); in start_gx()
|
D | vou.h | 33 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_vo_rect gx_rect);
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/mkp/src/ |
D | vo.c | 129 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_rect gx_rect, unsigned i… in start_gx() argument 134 ret = vo_construct_gfx_attr(addr, strd, gx_rect, type, &gfx_attr); in start_gx()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/vo/include/ |
D | vo.h | 52 int start_gx(unsigned int layer, unsigned long addr, unsigned int strd, hi_rect gx_rect, unsigned i…
|