|
FFmpeg
|
#include "config.h"#include <stdlib.h>#include <string.h>#include <xcb/xcb.h>#include "libavutil/internal.h"#include "libavutil/mathematics.h"#include "libavutil/opt.h"#include "libavutil/parseutils.h"#include "libavutil/time.h"#include "libavformat/avformat.h"#include "libavformat/demux.h"#include "libavformat/internal.h"Go to the source code of this file.
Data Structures | |
| struct | XCBGrabContext |
Macros | |
| #define | FOLLOW_CENTER -1 |
| #define | OFFSET(x) offsetof(XCBGrabContext, x) |
| #define | D AV_OPT_FLAG_DECODING_PARAM |
| #define | CROSSHAIR_CURSOR 34 |
Variables | |
| static const AVOption | options [] |
| static const AVClass | xcbgrab_class |
| const FFInputFormat | ff_xcbgrab_demuxer |
| #define OFFSET | ( | x | ) | offsetof(XCBGrabContext, x) |
| #define D AV_OPT_FLAG_DECODING_PARAM |
|
static |
Definition at line 112 of file xcbgrab.c.
Referenced by xcbgrab_read_packet().
|
static |
Definition at line 153 of file xcbgrab.c.
Referenced by xcbgrab_frame().
|
static |
Definition at line 158 of file xcbgrab.c.
Referenced by xcbgrab_read_packet().
|
static |
Definition at line 202 of file xcbgrab.c.
Referenced by xcbgrab_read_packet().
|
static |
Definition at line 403 of file xcbgrab.c.
Referenced by xcbgrab_read_packet().
|
static |
|
static |
Definition at line 488 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
Definition at line 501 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
Definition at line 518 of file xcbgrab.c.
Referenced by create_stream().
|
static |
Definition at line 573 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
Definition at line 648 of file xcbgrab.c.
Referenced by setup_window().
|
static |
Definition at line 671 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
Definition at line 709 of file xcbgrab.c.
Referenced by select_region().
|
static |
Definition at line 720 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
|
static |
|
static |
| const FFInputFormat ff_xcbgrab_demuxer |
1.8.17