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/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 AVInputFormat | ff_xcbgrab_demuxer |
#define OFFSET | ( | x | ) | offsetof(XCBGrabContext, x) |
#define D AV_OPT_FLAG_DECODING_PARAM |
|
static |
Definition at line 111 of file xcbgrab.c.
Referenced by xcbgrab_read_packet().
|
static |
Definition at line 152 of file xcbgrab.c.
Referenced by xcbgrab_frame().
|
static |
Definition at line 157 of file xcbgrab.c.
Referenced by xcbgrab_read_packet().
|
static |
Definition at line 201 of file xcbgrab.c.
Referenced by xcbgrab_read_packet().
|
static |
Definition at line 402 of file xcbgrab.c.
Referenced by xcbgrab_read_packet().
|
static |
|
static |
Definition at line 487 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
Definition at line 500 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
Definition at line 517 of file xcbgrab.c.
Referenced by create_stream().
|
static |
Definition at line 572 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
Definition at line 647 of file xcbgrab.c.
Referenced by setup_window().
|
static |
Definition at line 670 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
Definition at line 708 of file xcbgrab.c.
Referenced by select_region().
|
static |
Definition at line 719 of file xcbgrab.c.
Referenced by xcbgrab_read_header().
|
static |
|
static |
|
static |
const AVInputFormat ff_xcbgrab_demuxer |