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 | VectorscopeMode { GRAY, 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 76 of file vf_vectorscope.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 77 of file vf_vectorscope.c.
enum VectorscopeMode |
Enumerator | |
---|---|
GRAY | |
COLOR | |
COLOR2 | |
COLOR3 | |
COLOR4 | |
COLOR5 | |
MODE_NB |
Definition at line 32 of file vf_vectorscope.c.
AVFILTER_DEFINE_CLASS | ( | vectorscope | ) |
|
static |
Definition at line 194 of file vf_vectorscope.c.
|
static |
Definition at line 253 of file vf_vectorscope.c.
|
static |
Definition at line 276 of file vf_vectorscope.c.
Referenced by envelope16(), and envelope_peak16().
|
static |
Definition at line 297 of file vf_vectorscope.c.
Referenced by envelope16().
|
static |
Definition at line 328 of file vf_vectorscope.c.
Referenced by envelope(), and envelope_peak().
|
static |
Definition at line 348 of file vf_vectorscope.c.
Referenced by envelope().
|
static |
Definition at line 378 of file vf_vectorscope.c.
Referenced by vectorscope16().
|
static |
Definition at line 389 of file vf_vectorscope.c.
Referenced by vectorscope8().
|
static |
Definition at line 400 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 598 of file vf_vectorscope.c.
Referenced by config_input().
Definition at line 850 of file vf_vectorscope.c.
Referenced by color_graticule(), and green_graticule().
Definition at line 873 of file vf_vectorscope.c.
Referenced by color_graticule16(), and green_graticule16().
|
static |
Definition at line 896 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 900 of file vf_vectorscope.c.
Referenced by color_graticule(), and green_graticule().
|
static |
Definition at line 926 of file vf_vectorscope.c.
Referenced by color_graticule16(), and green_graticule16().
|
static |
Definition at line 952 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1020 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1086 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1146 of file vf_vectorscope.c.
Referenced by config_input().
|
static |
Definition at line 1204 of file vf_vectorscope.c.
|
static |
Definition at line 1247 of file vf_vectorscope.c.
|
static |
Definition at line 1323 of file vf_vectorscope.c.
|
static |
Definition at line 79 of file vf_vectorscope.c.
|
static |
Definition at line 126 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 131 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 136 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 141 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 146 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 151 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 156 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 161 of file vf_vectorscope.c.
Referenced by query_formats().
|
static |
Definition at line 166 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 792 of file vf_vectorscope.c.
Referenced by color_graticule(), color_graticule16(), green_graticule(), and green_graticule16().
|
static |
Definition at line 796 of file vf_vectorscope.c.
Referenced by color_graticule(), color_graticule16(), decode_10bit_pulse(), func_eval_expr_int_format(), green_graticule(), and green_graticule16().
|
static |
Definition at line 1331 of file vf_vectorscope.c.
|
static |
Definition at line 1341 of file vf_vectorscope.c.
AVFilter ff_vf_vectorscope |
Definition at line 1350 of file vf_vectorscope.c.