FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/pixdesc.h"
#include "libavutil/xga_font_data.h"
#include "avfilter.h"
#include "drawutils.h"
#include "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | DatascopeContext |
struct | ThreadData |
struct | PixscopeContext |
struct | PixelValues |
struct | OscilloscopeContext |
Macros | |
#define | OFFSET(x) offsetof(DatascopeContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
#define | POFFSET(x) offsetof(PixscopeContext, x) |
#define | OOFFSET(x) offsetof(OscilloscopeContext, x) |
Variables | |
static const AVOption | datascope_options [] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
AVFilter | ff_vf_datascope |
static const AVOption | pixscope_options [] |
static const AVFilterPad | pixscope_inputs [] |
static const AVFilterPad | pixscope_outputs [] |
AVFilter | ff_vf_pixscope |
static const AVOption | oscilloscope_options [] |
static const AVFilterPad | oscilloscope_inputs [] |
static const AVFilterPad | oscilloscope_outputs [] |
AVFilter | ff_vf_oscilloscope |
#define OFFSET | ( | x | ) | offsetof(DatascopeContext, x) |
Definition at line 55 of file vf_datascope.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 56 of file vf_datascope.c.
#define POFFSET | ( | x | ) | offsetof(PixscopeContext, x) |
Definition at line 450 of file vf_datascope.c.
#define OOFFSET | ( | x | ) | offsetof(OscilloscopeContext, x) |
Definition at line 720 of file vf_datascope.c.
AVFILTER_DEFINE_CLASS | ( | datascope | ) |
|
static |
Definition at line 74 of file vf_datascope.c.
|
static |
Definition at line 79 of file vf_datascope.c.
Referenced by filter_color(), filter_color2(), filter_frame(), filter_mono(), oscilloscope_filter_frame(), and pixscope_filter_frame().
|
static |
Definition at line 102 of file vf_datascope.c.
|
static |
Definition at line 120 of file vf_datascope.c.
|
static |
Definition at line 138 of file vf_datascope.c.
|
static |
Definition at line 150 of file vf_datascope.c.
|
static |
Definition at line 170 of file vf_datascope.c.
|
static |
Definition at line 212 of file vf_datascope.c.
|
static |
Definition at line 250 of file vf_datascope.c.
|
static |
Definition at line 287 of file vf_datascope.c.
|
static |
Definition at line 351 of file vf_datascope.c.
|
static |
Definition at line 382 of file vf_datascope.c.
AVFILTER_DEFINE_CLASS | ( | pixscope | ) |
|
static |
Definition at line 465 of file vf_datascope.c.
|
static |
Definition at line 521 of file vf_datascope.c.
AVFILTER_DEFINE_CLASS | ( | oscilloscope | ) |
|
static |
Definition at line 741 of file vf_datascope.c.
|
static |
Definition at line 748 of file vf_datascope.c.
Referenced by draw_trace16(), and draw_trace8().
|
static |
Definition at line 796 of file vf_datascope.c.
|
static |
Definition at line 815 of file vf_datascope.c.
|
static |
Definition at line 833 of file vf_datascope.c.
|
static |
Definition at line 901 of file vf_datascope.c.
Referenced by oscilloscope_filter_frame().
|
static |
Definition at line 960 of file vf_datascope.c.
|
static |
Definition at line 58 of file vf_datascope.c.
|
static |
Definition at line 393 of file vf_datascope.c.
|
static |
Definition at line 403 of file vf_datascope.c.
AVFilter ff_vf_datascope |
Definition at line 412 of file vf_datascope.c.
|
static |
Definition at line 452 of file vf_datascope.c.
|
static |
Definition at line 645 of file vf_datascope.c.
|
static |
Definition at line 655 of file vf_datascope.c.
AVFilter ff_vf_pixscope |
Definition at line 663 of file vf_datascope.c.
|
static |
|
static |
Definition at line 1025 of file vf_datascope.c.
|
static |
Definition at line 1036 of file vf_datascope.c.
AVFilter ff_vf_oscilloscope |
Definition at line 1044 of file vf_datascope.c.