Searched refs:SetImageSize (Results 1 – 3 of 3) sorted by relevance
98 public void SetImageSize(int width, int height) in SetImageSize() method in Antmicro.Renode.HostInterfaces.Camera.HostCamera100 var result = VideoCapturer.SetImageSize(width, height); in SetImageSize()
201 ec.SetImageSize((int)sensor.OutputWidth, (int)sensor.OutputHeight); in DefineRegisters()
109 public static Tuple<int, int> SetImageSize(int width, int height) in SetImageSize() method in Antmicro.Renode.VideoCapturer