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 "formats.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | VectorscopeContext |
Macros | |
#define | OFFSET(x) offsetof(VectorscopeContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Enumerations | |
enum | GraticuleType { GRAT_NONE, GRAT_GREEN, GRAT_COLOR, GRAT_INVERT, NB_GRATICULES, GRAT_NONE, GRAT_GREEN, GRAT_ORANGE, GRAT_INVERT, NB_GRATICULES } |
enum | VectorscopeMode { TINT, COLOR, COLOR2, COLOR3, COLOR4, COLOR5, MODE_NB } |
Variables | |
static const AVOption | vectorscope_options [] |
static enum AVPixelFormat | out_yuv8_pix_fmts [] |
static enum AVPixelFormat | out_yuv9_pix_fmts [] |
static enum AVPixelFormat | out_yuv10_pix_fmts [] |
static enum AVPixelFormat | out_yuv12_pix_fmts [] |
static enum AVPixelFormat | out_rgb8_pix_fmts [] |
static enum AVPixelFormat | out_rgb9_pix_fmts [] |
static enum AVPixelFormat | out_rgb10_pix_fmts [] |
static enum AVPixelFormat | out_rgb12_pix_fmts [] |
static enum AVPixelFormat | in1_pix_fmts [] |
static enum AVPixelFormat | in2_pix_fmts [] |
static const char * | positions_name [] |
static const uint16_t | positions [][14][3] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
AVFilter | ff_vf_vectorscope |
#define OFFSET | ( | x | ) | offsetof(VectorscopeContext, x) |
Definition at line 86 of file vf_vectorscope.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 87 of file vf_vectorscope.c.
enum GraticuleType |
Enumerator | |
---|---|
GRAT_NONE | |
GRAT_GREEN | |
GRAT_COLOR | |
GRAT_INVERT | |
NB_GRATICULES | |
GRAT_NONE | |
GRAT_GREEN | |
GRAT_ORANGE | |
GRAT_INVERT | |
NB_GRATICULES |
Definition at line 32 of file vf_vectorscope.c.
enum VectorscopeMode |
Enumerator | |
---|---|
TINT | |
COLOR | |
COLOR2 | |
COLOR3 | |
COLOR4 | |
COLOR5 | |
MODE_NB |
Definition at line 40 of file vf_vectorscope.c.
AVFILTER_DEFINE_CLASS | ( | vectorscope | ) |
|
static |
Definition at line 211 of file vf_vectorscope.c.
|
static |
Definition at line 270 of file vf_vectorscope.c.
|
static |
Definition at line 293 of file vf_vectorscope.c.
Referenced by envelope16(), and envelope_peak16().
|
static |
Definition at line 314 of file vf_vectorscope.c.
Referenced by envelope16().
|
static |
Definition at line 345 of file vf_vectorscope.c.
Referenced by envelope(), and envelope_peak().
|
static |
Definition at line 365 of file vf_vectorscope.c.
Referenced by envelope().
|
static |
Definition at line 395 of file vf_vectorscope.c.
Referenced by vectorscope16().
|
static |
Definition at line 406 of file vf_vectorscope.c.
|
static |
Definition at line 417 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 617 of file vf_vectorscope.c.
Referenced by config_input().
Definition at line 871 of file vf_vectorscope.c.
Referenced by color_graticule(), and green_graticule().
Definition at line 894 of file vf_vectorscope.c.
Referenced by invert_graticule().
Definition at line 916 of file vf_vectorscope.c.
Referenced by color_graticule16(), green_graticule16(), and invert_graticule16().
Definition at line 939 of file vf_vectorscope.c.
Referenced by invert_graticule16().
|
static |
Definition at line 961 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 965 of file vf_vectorscope.c.
Referenced by invert_graticule().
|
static |
Definition at line 990 of file vf_vectorscope.c.
Referenced by invert_graticule16().
|
static |
Definition at line 1016 of file vf_vectorscope.c.
Referenced by color_graticule(), and green_graticule().
|
static |
Definition at line 1042 of file vf_vectorscope.c.
Referenced by color_graticule16(), and green_graticule16().
|
static |
Definition at line 1068 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1136 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1202 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1262 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1320 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1379 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1437 of file vf_vectorscope.c.
|
static |
Definition at line 1480 of file vf_vectorscope.c.
|
static |
Definition at line 1563 of file vf_vectorscope.c.
|
static |
Definition at line 89 of file vf_vectorscope.c.
|
static |
Definition at line 142 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 147 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 152 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 157 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 162 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 167 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 172 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 177 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 182 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 193 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 813 of file vf_vectorscope.c.
Referenced by color_graticule(), color_graticule16(), green_graticule(), green_graticule16(), invert_graticule(), and invert_graticule16().
|
static |
Definition at line 817 of file vf_vectorscope.c.
Referenced by color_graticule(), color_graticule16(), decode_10bit_pulse(), green_graticule(), green_graticule16(), invert_graticule(), and invert_graticule16().
|
static |
Definition at line 1571 of file vf_vectorscope.c.
|
static |
Definition at line 1581 of file vf_vectorscope.c.
AVFilter ff_vf_vectorscope |
Definition at line 1590 of file vf_vectorscope.c.