Lines Matching full:video
22 Return the current video mode information.
25 @param HorizontalResolution The size of video screen in pixels in the X dimension.
26 @param VerticalResolution The size of video screen in pixels in the Y dimension.
31 @retval EFI_NOT_STARTED Video display is not initialized. Call SetMode ()
46 Set the current video mode information.
49 @param HorizontalResolution The size of video screen in pixels in the X dimension.
50 @param VerticalResolution The size of video screen in pixels in the Y dimension.
55 @retval EFI_NOT_STARTED Video display is not initialized. Call SetMode ()
85 ///< directly to every pixel of the video display rectangle
89 EfiUgaVideoToBltBuffer, ///< Read data from the video display rectangle
98 ///< video display rectangle (DestinationX, DestinationY)
103 EfiUgaVideoToVideo, ///< Copy from the video display rectangle (SourceX, SourceY)
104 ///< (SourceX + Width, SourceY + Height) .to the video display rectangle
116 @param[in] BltBuffer - Buffer containing data to blit into video buffer. This
118 @param[in] BltOperation - Operation to perform on BlitBuffer and video memory
129 @retval EFI_DEVICE_ERROR - A hardware error occurred writting to the video buffer.
148 /// This protocol provides a basic abstraction to set video modes and