FFmpeg
Public Attributes | List of all members
FBDevContext Struct Reference

Public Attributes

AVClassclass
 class for private options
 
int frame_size
 size in bytes of a grabbed frame
 
AVRational framerate_q
 framerate
 
int64_t time_frame
 time for the next frame to output (in 1/1000000 units)
 
int fd
 framebuffer device file descriptor
 
int width
 
int height
 assumed frame resolution
 
int frame_linesize
 linesize of the output frame, it is assumed to be constant
 
int bytes_per_pixel
 
struct fb_var_screeninfo varinfo
 variable info; More...
 
struct fb_fix_screeninfo fixinfo
 fixed info; More...
 
uint8_t * data
 framebuffer data
 
int xoffset
 x coordinate of top left corner
 
int yoffset
 y coordinate of top left corner
 

Member Data Documentation

§ fixinfo

struct fb_fix_screeninfo FBDevContext::fixinfo

fixed info;

framebuffer fixed info

§ varinfo

struct fb_var_screeninfo FBDevContext::varinfo

variable info;

framebuffer variable info


The documentation for this struct was generated from the following files: