/openbmc/obmc-ikvm/ |
H A D | ikvm_video.hpp | 13 * @class Video 14 * @brief Sets up the V4L2 video device and performs read operations 16 class Video class 20 * @brief Constructs Video object 22 * @param[in] p - Path to the V4L2 video device 24 * @param[in] fr - desired frame rate of the video 26 Video(const std::string& p, Input& input, int fr = 30, int sub = 0); 27 ~Video(); 28 Video(const Video&) = default; 29 Video& operator=(const Video&) = default; [all …]
|
H A D | ikvm_server.cpp | 18 Server::Server(const Args& args, Input& i, Video& v) : in Server() 19 pendingResize(false), frameCounter(0), numClients(0), input(i), video(v) in Server() 25 server = rfbGetScreen(&argc, commandLine.argv, video.getWidth(), in Server() 26 video.getHeight(), Video::bitsPerSample, in Server() 27 Video::samplesPerPixel, Video::bytesPerPixel); in Server() 38 video.getHeight() * video.getWidth() * Video::bytesPerPixel, 0); in Server() 53 rfbMarkRectAsModified(server, 0, 0, video.getWidth(), video.getHeight()); in Server() 58 processTime = (1000000 / video.getFrameRate()) - 100; in Server() 70 if (frameCounter > video.getFrameRate()) in resize() 87 if (pendingResize && frameCounter > video.getFrameRate()) in run() [all …]
|
H A D | ikvm_server.hpp | 53 * @param[in] v - Reference to Video object 55 Server(const Args& args, Input& i, Video& v); 66 /* @brief Sends pending video frame to clients */ 70 * @brief Indicates whether or not video data is desired 72 * @return Boolean to indicate whether any clients need a video frame 79 * @brief Get the Video object 81 * @return Reference to the Video object 83 inline const Video& getVideo() const in getVideo() 85 return video; in getVideo() 125 /* @brief Reference to the Video object */ [all …]
|
H A D | ikvm_manager.cpp | 10 video(args.getVideoPath(), input, args.getFrameRate(), in Manager() 12 server(args, input, video) in Manager() 23 video.start(); in run() 24 video.getFrame(); in run() 29 video.stop(); in run() 32 if (video.needsResize()) in run() 36 video.resize(); in run()
|
H A D | ikvm_manager.hpp | 16 * and video device operations. 46 /* @brief Notifies thread waiters that video operations are complete */ 50 /* @brief Blocks until video operations are complete */ 60 /* @brief Boolean to indicate that video operations are complete */ 64 /* @brief Video object */ 65 Video video; member in ikvm::Manager
|
H A D | ikvm_video.cpp | 25 const int Video::bitsPerSample(8); 26 const int Video::bytesPerPixel(4); 27 const int Video::samplesPerPixel(3); 33 Video::Video(const std::string& p, Input& input, int fr, int sub) : in Video() function in ikvm::Video 39 Video::~Video() in ~Video() 44 char* Video::getData() in getData() 54 void Video::getFrame() in getFrame() 78 // video signal is lost while blocking to dequeue, the video driver may in getFrame() 137 bool Video::needsResize() in needsResize() 193 void Video::resize() in resize() [all …]
|
H A D | ikvm_args.hpp | 62 * @brief Get the desired video frame rate 72 * @brief Get the video subsampling 74 * @return Value of the video subsampling 112 * @brief Get the path to the V4L2 video device 114 * @return Reference to the string storing the path to the video device 136 * @brief Desired frame rate (in frames per second) of the video 148 /* @brief Path to the V4L2 video device */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2019-7637.patch | 36 diff -r 4646533663ae -r 9b0e5c555c0f src/video/SDL_pixels.c 37 --- a/src/video/SDL_pixels.c Sat Mar 16 18:35:33 2019 -0700 38 +++ b/src/video/SDL_pixels.c Sat Mar 16 19:16:24 2019 -0700 100 diff -r 4646533663ae -r 9b0e5c555c0f src/video/gapi/SDL_gapivideo.c 101 --- a/src/video/gapi/SDL_gapivideo.c Sat Mar 16 18:35:33 2019 -0700 102 +++ b/src/video/gapi/SDL_gapivideo.c Sat Mar 16 19:16:24 2019 -0700 104 video->w = gapi->w = width; 105 video->h = gapi->h = height; 106 video->pitch = SDL_CalculatePitch(video); 113 diff -r 4646533663ae -r 9b0e5c555c0f src/video/nanox/SDL_nxvideo.c [all …]
|
H A D | CVE-2019-13616.patch | 8 src/video/SDL_bmp.c | 5 +++++ 11 diff --git a/src/video/SDL_bmp.c b/src/video/SDL_bmp.c 13 --- a/src/video/SDL_bmp.c 14 +++ b/src/video/SDL_bmp.c
|
H A D | CVE-2022-34568.patch | 12 src/video/x11/SDL_x11yuv.c | 2 +- 15 diff --git a/src/video/x11/SDL_x11yuv.c b/src/video/x11/SDL_x11yuv.c 17 --- a/src/video/x11/SDL_x11yuv.c 18 +++ b/src/video/x11/SDL_x11yuv.c
|
/openbmc/u-boot/doc/ |
H A D | README.video | 7 "video-mode" environment variable 10 The 'video-mode' environment variable can be used to enable and configure 11 some video drivers. The format matches the video= command-line option used 14 video-mode=<driver>:<xres>x<yres>-<depth>@<freq><,option=string> 16 <driver> The video driver name, ignored by U-Boot 24 U-Boot MPC8xx video controller driver 31 Example: video-mode=fslfb:1280x1024-32@60,monitor=dvi 34 U-Boot sunxi video controller driver 40 The sunxi U-Boot driver supports the following video-mode options: 42 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
H A D | libsdl_1.2.15.bb | 4 joystick, 3D hardware via OpenGL, and 2D video framebuffer." 44 # ../SDL-1.2.15/src/video/Xext/XME/xme.c:218:5: error: initialization of 'int (*)(Display *, XExtCo… 49 --disable-mintaudio --disable-nasm --disable-video-dga \ 50 --disable-video-fbcon --disable-video-ps2gs --disable-video-ps3 \ 51 --disable-xbios --disable-gem --disable-video-dummy \ 53 --disable-video-svga \ 54 --disable-video-picogui --disable-video-qtopia --enable-sdl-dlopen \ 65 PACKAGECONFIG[directfb] = "--enable-video-directfb, --disable-video-directfb, directfb" 66 PACKAGECONFIG[opengl] = "--enable-video-opengl, --disable-video-opengl, virtual/libgl libglu" 67 PACKAGECONFIG[x11] = "--enable-video-x11 --disable-x11-shared, --disable-video-x11, virtual/libx11 …
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0/ |
H A D | 0001-Install-example-binary-needed-for-core-image-clutter.patch | 26 -noinst_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content 27 +bin_PROGRAMS = camera-player video-player video-sink video-sink-navigation video-content
|
/openbmc/u-boot/drivers/video/ |
H A D | Kconfig | 2 # Video configuration 8 bool "Enable driver model support for LCD/video" 11 This enables driver model for LCD and video devices. These support 14 option compiles in the video uclass and routes all LCD/video access 69 bool "Support ANSI escape sequences in video console" 138 source "drivers/video/fonts/Kconfig" 145 environment variable, but have moved to use driver model for video. 169 bool "Enable VESA video driver support" 173 to discover the video mode and then provides a frame buffer for use 175 supports PCI and video cards that support VESA BIOS Extension (VBE). [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/libva/ |
H A D | libva.inc | 1 SUMMARY = "Video Acceleration (VA) API for Linux" 2 DESCRIPTION = "Video Acceleration API (VA API) is a library (libVA) \ 4 hardware (GPU) acceleration for video processing on Linux and UNIX \ 5 based operating systems. Accelerated processing includes video \ 6 decoding, video encoding, subpicture blending and rendering. The \ 11 video decoding."
|
/openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
H A D | x86-base.inc | 33 XSERVER_X86_I915 = "xf86-video-intel \ 37 XSERVER_X86_I965 = "xf86-video-intel \ 41 XSERVER_X86_VESA = "xf86-video-vesa" 43 XSERVER_X86_FBDEV = "xf86-video-fbdev" 45 XSERVER_X86_MODESETTING = "xf86-video-modesetting"
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | Kconfig | 13 and video codec support. Peripherals include Gigabit Ethernet, 22 and video codec support. Peripherals include Gigabit Ethernet, 43 video interfaces, several memory options and video codec support. 57 and video codec support. Peripherals include Gigabit Ethernet, 71 video interfaces supporting HDMI and eDP, several DDR3 options 72 and video codec support. Peripherals include Gigabit Ethernet, 91 video interfaces supporting HDMI and eDP, several DDR3 options 92 and video codec support. Peripherals include Gigabit Ethernet, 110 (for the little cluster), PowerVR G6110 based graphics, one video 112 video codec support. [all …]
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
H A D | CVE-2024-45774.patch | 4 Subject: [PATCH] video/readers/jpeg: Do not permit duplicate SOF0 markers in 20 grub-core/video/readers/jpeg.c | 4 ++++ 23 diff --git a/grub-core/video/readers/jpeg.c b/grub-core/video/readers/jpeg.c 25 --- a/grub-core/video/readers/jpeg.c 26 +++ b/grub-core/video/readers/jpeg.c
|
/openbmc/openbmc/poky/meta/conf/machine/ |
H A D | qemux86.conf | 24 xf86-video-cirrus \ 25 xf86-video-fbdev \ 26 xf86-video-vmware \ 27 xf86-video-modesetting \ 28 xf86-video-vesa \
|
H A D | qemux86-64.conf | 28 xf86-video-cirrus \ 29 xf86-video-fbdev \ 30 xf86-video-vmware \ 31 xf86-video-modesetting \ 32 xf86-video-vesa \
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/ |
H A D | xf86-video-vesa_2.6.0.bb | 1 require xorg-driver-video.inc 5 SUMMARY = "X.Org X server -- Generic Vesa video driver" 7 DESCRIPTION = "vesa is an Xorg driver for generic VESA video cards. It \ 8 can drive most VESA-compatible video cards, but only makes use of the \
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0003-CVE-2022-41325.patch | 76 fmt.video.i_frame_rate_base = 1000; 77 fmt.video.i_frame_rate = 1000 * p_sys->f_fps; 79 - fmt.video.i_bits_per_pixel = i_depth; 80 + fmt.video.i_bits_per_pixel = i_bits_per_pixel; 81 fmt.video.i_rmask = p_client->format.redMax << p_client->format.redShift; 82 fmt.video.i_gmask = p_client->format.greenMax << p_client->format.greenShift; 83 fmt.video.i_bmask = p_client->format.blueMax << p_client->format.blueShift;
|
/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | 6x_bootscript_android_recovery.txt | 10 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666 22 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666 34 …setenv bootargs $bootargs video=mxcfb${nextcon}:dev=lcd,CLAA-WVGA,if=RGB666 tsdev=tsc2004 calibrat… 46 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24 58 setenv bootargs $bootargs video=mxcfb${nextcon}:off ;
|
H A D | 6x_bootscript_android.txt | 10 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666 22 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666 34 …setenv bootargs $bootargs video=mxcfb${nextcon}:dev=lcd,CLAA-WVGA,if=RGB666 tsdev=tsc2004 calibrat… 46 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24 58 setenv bootargs $bootargs video=mxcfb${nextcon}:off ;
|
H A D | 6x_bootscript.txt | 5 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24 14 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666 26 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666 38 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=lcd,CLAA-WVGA,if=RGB666 50 setenv bootargs $bootargs video=mxcfb${nextcon}:off ;
|