FFmpeg
|
Data Fields | |
const AVClass * | class |
uint8_t * | buffer |
xcb_connection_t * | conn |
xcb_screen_t * | screen |
xcb_window_t | window |
int64_t | time_frame |
AVRational | time_base |
int | x |
int | y |
int | width |
int | height |
int | frame_size |
int | bpp |
int | draw_mouse |
int | follow_mouse |
int | show_region |
int | region_border |
int | centered |
const char * | video_size |
const char * | framerate |
int | has_shm |
uint8_t* XCBGrabContext::buffer |
Definition at line 52 of file xcbgrab.c.
Referenced by xcbgrab_read_close().
xcb_connection_t* XCBGrabContext::conn |
Definition at line 54 of file xcbgrab.c.
Referenced by create_stream(), draw_rectangle(), pixfmt_from_pixmap_format(), setup_window(), xcbgrab_frame(), xcbgrab_read_close(), xcbgrab_read_header(), xcbgrab_read_packet(), and xcbgrab_update_region().
xcb_screen_t* XCBGrabContext::screen |
Definition at line 55 of file xcbgrab.c.
Referenced by create_stream(), draw_rectangle(), setup_window(), xcbgrab_frame(), xcbgrab_read_header(), and xcbgrab_read_packet().
xcb_window_t XCBGrabContext::window |
Definition at line 56 of file xcbgrab.c.
Referenced by draw_rectangle(), setup_window(), and xcbgrab_update_region().
int64_t XCBGrabContext::time_frame |
Definition at line 60 of file xcbgrab.c.
Referenced by create_stream(), and wait_frame().
AVRational XCBGrabContext::time_base |
Definition at line 61 of file xcbgrab.c.
Referenced by create_stream(), and wait_frame().
int XCBGrabContext::x |
Definition at line 63 of file xcbgrab.c.
Referenced by create_stream(), setup_window(), xcbgrab_frame(), xcbgrab_read_header(), xcbgrab_reposition(), and xcbgrab_update_region().
int XCBGrabContext::y |
Definition at line 63 of file xcbgrab.c.
Referenced by create_stream(), setup_window(), xcbgrab_frame(), xcbgrab_read_header(), xcbgrab_reposition(), and xcbgrab_update_region().
int XCBGrabContext::width |
Definition at line 64 of file xcbgrab.c.
Referenced by create_stream(), draw_rectangle(), pixfmt_from_pixmap_format(), setup_window(), xcbgrab_frame(), and xcbgrab_reposition().
int XCBGrabContext::height |
Definition at line 64 of file xcbgrab.c.
Referenced by create_stream(), draw_rectangle(), pixfmt_from_pixmap_format(), setup_window(), xcbgrab_frame(), and xcbgrab_reposition().
int XCBGrabContext::frame_size |
Definition at line 65 of file xcbgrab.c.
Referenced by pixfmt_from_pixmap_format().
int XCBGrabContext::bpp |
Definition at line 66 of file xcbgrab.c.
Referenced by pixfmt_from_pixmap_format(), and xcbgrab_read_header().
int XCBGrabContext::draw_mouse |
Definition at line 68 of file xcbgrab.c.
Referenced by xcbgrab_read_header(), and xcbgrab_read_packet().
int XCBGrabContext::follow_mouse |
Definition at line 69 of file xcbgrab.c.
Referenced by xcbgrab_read_packet(), and xcbgrab_reposition().
int XCBGrabContext::show_region |
Definition at line 70 of file xcbgrab.c.
Referenced by xcbgrab_read_header(), and xcbgrab_read_packet().
int XCBGrabContext::region_border |
Definition at line 71 of file xcbgrab.c.
Referenced by draw_rectangle(), setup_window(), and xcbgrab_update_region().
const char* XCBGrabContext::video_size |
Definition at line 74 of file xcbgrab.c.
Referenced by create_stream().
const char* XCBGrabContext::framerate |
Definition at line 75 of file xcbgrab.c.
Referenced by create_stream().
int XCBGrabContext::has_shm |
Definition at line 77 of file xcbgrab.c.
Referenced by xcbgrab_read_header(), and xcbgrab_read_packet().