|
FFmpeg
|
Public Attributes | |
| AVClass * | class |
| 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 | |
| struct fb_fix_screeninfo FBDevContext::fixinfo |
fixed info;
framebuffer fixed info
| struct fb_var_screeninfo FBDevContext::varinfo |
variable info;
framebuffer variable info
1.8.12