Beispiel #1
0
 public GRAPHICS graphics_video_init(DRV_INPUT_SEL input_sel, ref drv_video_ext_in_config_t config)
 {
     return(graphics.VideoInit(input_sel, ref config));
 }
Beispiel #2
0
 internal GRAPHICS VideoInit(DRV_INPUT_SEL input_sel, ref drv_video_ext_in_config_t config)
 {
     this.input_sel = input_sel;
     vidio_config   = config;
     return(GRAPHICS.OK);
 }