|
FFmpeg
4.4.8
|
#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 "filters.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 |
| Used for passing data between threads. More... | |
| 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 | FLAGSR AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
| #define | POFFSET(x) offsetof(PixscopeContext, x) |
| #define | SQR(x) ((x)*(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 58 of file vf_datascope.c.
| #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 59 of file vf_datascope.c.
Definition at line 60 of file vf_datascope.c.
| #define POFFSET | ( | x | ) | offsetof(PixscopeContext, x) |
Definition at line 495 of file vf_datascope.c.
| #define SQR | ( | x | ) | ((x)*(x)) |
Definition at line 566 of file vf_datascope.c.
| #define OOFFSET | ( | x | ) | offsetof(OscilloscopeContext, x) |
Definition at line 801 of file vf_datascope.c.
| AVFILTER_DEFINE_CLASS | ( | datascope | ) |
|
static |
Definition at line 82 of file vf_datascope.c.
|
static |
Definition at line 87 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 110 of file vf_datascope.c.
Referenced by config_input(), oscilloscope_config_input(), and pixscope_config_input().
|
static |
Definition at line 128 of file vf_datascope.c.
Referenced by config_input(), oscilloscope_config_input(), and pixscope_config_input().
|
static |
Definition at line 146 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 158 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 178 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 225 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 268 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 310 of file vf_datascope.c.
|
static |
Definition at line 381 of file vf_datascope.c.
Referenced by process_command().
|
static |
Definition at line 412 of file vf_datascope.c.
|
static |
Definition at line 423 of file vf_datascope.c.
| AVFILTER_DEFINE_CLASS | ( | pixscope | ) |
|
static |
Definition at line 510 of file vf_datascope.c.
Referenced by pixscope_process_command().
|
static |
Definition at line 568 of file vf_datascope.c.
|
static |
Definition at line 713 of file vf_datascope.c.
| AVFILTER_DEFINE_CLASS | ( | oscilloscope | ) |
|
static |
Definition at line 822 of file vf_datascope.c.
|
static |
Definition at line 829 of file vf_datascope.c.
Referenced by draw_trace16(), and draw_trace8().
|
static |
Definition at line 877 of file vf_datascope.c.
Referenced by oscilloscope_config_input().
|
static |
Definition at line 896 of file vf_datascope.c.
Referenced by oscilloscope_config_input().
|
static |
Definition at line 914 of file vf_datascope.c.
Referenced by oscilloscope_config_input(), and oscilloscope_process_command().
|
static |
Definition at line 937 of file vf_datascope.c.
|
static |
Definition at line 992 of file vf_datascope.c.
Referenced by oscilloscope_filter_frame().
|
static |
Definition at line 1051 of file vf_datascope.c.
|
static |
Definition at line 1116 of file vf_datascope.c.
|
static |
Definition at line 62 of file vf_datascope.c.
|
static |
Definition at line 435 of file vf_datascope.c.
|
static |
Definition at line 445 of file vf_datascope.c.
| AVFilter ff_vf_datascope |
Definition at line 454 of file vf_datascope.c.
|
static |
Definition at line 497 of file vf_datascope.c.
|
static |
Definition at line 725 of file vf_datascope.c.
|
static |
Definition at line 735 of file vf_datascope.c.
| AVFilter ff_vf_pixscope |
Definition at line 743 of file vf_datascope.c.
|
static |
Definition at line 803 of file vf_datascope.c.
|
static |
Definition at line 1130 of file vf_datascope.c.
|
static |
Definition at line 1141 of file vf_datascope.c.
| AVFilter ff_vf_oscilloscope |
Definition at line 1149 of file vf_datascope.c.