Lines Matching full:video
29 Return the current video mode information.
32 @param HorizontalResolution Current video horizontal resolution in pixels
33 @param VerticalResolution Current video vertical resolution in pixels
34 @param ColorDepth Current video color depth in bits per pixel
35 @param RefreshRate Current video refresh rate in Hz.
38 @retval EFI_NOT_STARTED Video display is not initialized. Call SetMode ()
54 Return the current video mode information.
57 @param HorizontalResolution Current video horizontal resolution in pixels
58 @param VerticalResolution Current video vertical resolution in pixels
59 @param ColorDepth Current video color depth in bits per pixel
60 @param RefreshRate Current video refresh rate in Hz.
63 @retval EFI_NOT_STARTED Video display is not initialized. Call SetMode ()
103 directly to every pixel of the video display rectangle
107 <B>EfiUgaVideoToBltBuffer</B> - Read data from the video display rectangle
116 video display rectangle (DestinationX, DestinationY)
121 <B>EfiUgaVideoToVideo</B> - Copy from the video display rectangle (SourceX, SourceY)
122 (SourceX + Width, SourceY + Height) .to the video display rectangle
128 @param[in] BltBuffer - Buffer containing data to blit into video buffer. This
130 @param[in] BltOperation - Operation to perform on BlitBuffer and video memory
141 @retval EFI_DEVICE_ERROR - A hardware error occurred writing to the video buffer.