|
FFmpeg
|
#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "libavutil/xga_font_data.h"#include "avfilter.h"#include "drawutils.h"#include "filters.h"#include "formats.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) |
| #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) |
| #define | SQR(x) |
| #define | OOFFSET(x) |
Variables | |
| static const AVOption | datascope_options [] |
| static const AVFilterPad | inputs [] |
| static const AVFilterPad | outputs [] |
| const FFFilter | ff_vf_datascope |
| static const AVOption | pixscope_options [] |
| static const AVFilterPad | pixscope_inputs [] |
| const FFFilter | ff_vf_pixscope |
| static const AVOption | oscilloscope_options [] |
| static const AVFilterPad | oscilloscope_inputs [] |
| const FFFilter | ff_vf_oscilloscope |
| #define OFFSET | ( | x | ) |
Definition at line 56 of file vf_datascope.c.
| #define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 57 of file vf_datascope.c.
Definition at line 58 of file vf_datascope.c.
| #define POFFSET | ( | x | ) |
Definition at line 503 of file vf_datascope.c.
| #define SQR | ( | x | ) |
Definition at line 580 of file vf_datascope.c.
Referenced by pixscope_filter_frame().
| #define OOFFSET | ( | x | ) |
Definition at line 806 of file vf_datascope.c.
| AVFILTER_DEFINE_CLASS | ( | datascope | ) |
|
static |
Definition at line 80 of file vf_datascope.c.
|
static |
Definition at line 88 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 112 of file vf_datascope.c.
Referenced by config_input(), oscilloscope_config_input(), and pixscope_config_input().
|
static |
Definition at line 130 of file vf_datascope.c.
Referenced by config_input(), oscilloscope_config_input(), and pixscope_config_input().
|
static |
Definition at line 148 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 160 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 180 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 227 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 270 of file vf_datascope.c.
Referenced by config_input().
|
static |
Definition at line 312 of file vf_datascope.c.
|
static |
Definition at line 384 of file vf_datascope.c.
Referenced by process_command().
|
static |
Definition at line 422 of file vf_datascope.c.
|
static |
Definition at line 433 of file vf_datascope.c.
| AVFILTER_DEFINE_CLASS | ( | pixscope | ) |
|
static |
Definition at line 518 of file vf_datascope.c.
Referenced by pixscope_process_command().
|
static |
Definition at line 582 of file vf_datascope.c.
|
static |
Definition at line 727 of file vf_datascope.c.
| AVFILTER_DEFINE_CLASS | ( | oscilloscope | ) |
|
static |
Definition at line 827 of file vf_datascope.c.
|
static |
Definition at line 834 of file vf_datascope.c.
Referenced by draw_trace16(), and draw_trace8().
|
static |
Definition at line 882 of file vf_datascope.c.
Referenced by oscilloscope_config_input().
|
static |
Definition at line 901 of file vf_datascope.c.
Referenced by oscilloscope_config_input().
|
static |
Definition at line 919 of file vf_datascope.c.
Referenced by oscilloscope_config_input(), and oscilloscope_process_command().
|
static |
Definition at line 942 of file vf_datascope.c.
|
static |
Definition at line 1003 of file vf_datascope.c.
Referenced by oscilloscope_filter_frame().
|
static |
Definition at line 1062 of file vf_datascope.c.
|
static |
Definition at line 1128 of file vf_datascope.c.
|
static |
Definition at line 60 of file vf_datascope.c.
|
static |
Definition at line 445 of file vf_datascope.c.
|
static |
Definition at line 454 of file vf_datascope.c.
| const FFFilter ff_vf_datascope |
Definition at line 462 of file vf_datascope.c.
|
static |
Definition at line 505 of file vf_datascope.c.
|
static |
Definition at line 739 of file vf_datascope.c.
| const FFFilter ff_vf_pixscope |
Definition at line 748 of file vf_datascope.c.
|
static |
Definition at line 808 of file vf_datascope.c.
|
static |
Definition at line 1142 of file vf_datascope.c.
| const FFFilter ff_vf_oscilloscope |
Definition at line 1152 of file vf_datascope.c.