#include <gpac/color.h>
Public Attributes | |
u32 | width |
u32 | height |
s32 | pitch |
u32 | pixel_format |
char * | video_buffer |
Bool | is_hardware_memory |
Width of the video framebuffer
Height of the video framebuffer
Vertical pitch of the video framebuffer (number of bytes to skip to go down one line in the buffer). May be negative for some framebuffers (embedded devices)
Pixel format of the video framebuffer
pointer to the begining of the video memory (top-left corner)
indicates that the video data reside on systems memory or video card one