Searched refs:out_fmt (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_wb.c | 199 u32 out_fmt; in wb_ebios_set_para() local 220 out_fmt = cfg->out_frame.format; in wb_ebios_set_para() 242 if (((out_fmt == DISP_FORMAT_YUV420_P) in wb_ebios_set_para() 255 if (out_fmt == DISP_FORMAT_ARGB_8888) in wb_ebios_set_para() 277 if ((out_fmt == DISP_FORMAT_ARGB_8888) in wb_ebios_set_para() 285 if ((out_fmt == DISP_FORMAT_RGB_888) in wb_ebios_set_para() 301 if (out_fmt == DISP_FORMAT_YUV420_P) { in wb_ebios_set_para() 312 if ((out_fmt == DISP_FORMAT_ARGB_8888) in wb_ebios_set_para() 587 unsigned int out_fmt; in wb_eink_set_para() local 611 self_sync = (out_fmt == 9)?1:0; in wb_eink_set_para() [all …]
|
| A D | de_ccsc.c | 66 unsigned int in_fmt, in_mode, out_fmt, out_mode; in de_ccsc_apply() local 70 if (config->in_fmt == DE_RGB && config->out_fmt == DE_RGB) { in de_ccsc_apply() 76 out_fmt = DE_RGB; in de_ccsc_apply() 84 out_fmt = config->out_fmt; in de_ccsc_apply() 91 out_fmt = config->out_fmt; in de_ccsc_apply() 95 de_csc_coeff_calc(in_fmt, in_mode, out_fmt, out_mode, in de_ccsc_apply()
|
| A D | de_dcsc.c | 73 sel, config->in_fmt, config->in_mode, config->out_fmt, in de_dcsc_apply() 77 de_csc_coeff_calc(config->in_fmt, config->in_mode, config->out_fmt, in de_dcsc_apply()
|
| A D | de_hal.c | 523 csc_cfg.out_fmt = DE_YUV; in de_al_lyr_apply() 531 csc_cfg.out_fmt = DE_RGB; in de_al_lyr_apply() 739 csc_cfg.out_fmt = cfg->out_fmt; in de_al_mgr_apply_color() 765 csc_cfg.out_fmt = in de_al_mgr_apply()
|
| A D | disp_al.c | 452 csc_cfg.out_fmt = DE_RGB; in disp_al_layer_apply() 458 csc_cfg.out_fmt = al_priv.output_cs[tcon_id]; in disp_al_layer_apply()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | include.h | 417 u32 out_fmt; member
|
Completed in 25 milliseconds