Go to the source code of this file.
|
static const AVOption | histogram_options [] |
|
static enum AVPixelFormat | levels_in_pix_fmts [] |
|
static enum AVPixelFormat | levels_out_yuv8_pix_fmts [] |
|
static enum AVPixelFormat | levels_out_yuv9_pix_fmts [] |
|
static enum AVPixelFormat | levels_out_yuv10_pix_fmts [] |
|
static enum AVPixelFormat | levels_out_yuv12_pix_fmts [] |
|
static enum AVPixelFormat | levels_out_rgb8_pix_fmts [] |
|
static enum AVPixelFormat | levels_out_rgb9_pix_fmts [] |
|
static enum AVPixelFormat | levels_out_rgb10_pix_fmts [] |
|
static enum AVPixelFormat | levels_out_rgb12_pix_fmts [] |
|
static const uint8_t | black_yuva_color [4] = { 0, 127, 127, 255 } |
|
static const uint8_t | black_gbrp_color [4] = { 0, 0, 0, 255 } |
|
static const uint8_t | white_yuva_color [4] = { 255, 127, 127, 255 } |
|
static const uint8_t | white_gbrp_color [4] = { 255, 255, 255, 255 } |
|
static const uint8_t | gray_color [4] = { 127, 127, 127, 255 } |
|
static const uint8_t | red_yuva_color [4] = { 127, 127, 255, 255 } |
|
static const uint8_t | red_gbrp_color [4] = { 255, 0, 0, 255 } |
|
static const uint8_t | green_yuva_color [4] = { 255, 127, 127, 255 } |
|
static const uint8_t | igreen_yuva_color [4] = { 0, 127, 127, 255 } |
|
static const uint8_t | green_gbrp_color [4] = { 0, 255, 0, 255 } |
|
static const uint8_t | blue_yuva_color [4] = { 127, 255, 127, 255 } |
|
static const uint8_t | blue_gbrp_color [4] = { 0, 0, 255, 255 } |
|
static const AVFilterPad | inputs [] |
|
static const AVFilterPad | outputs [] |
|
◆ OFFSET
◆ FLAGS
◆ COMMON_OPTIONS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
histogram |
| ) |
|
◆ query_formats()
◆ config_input()
◆ config_output()
◆ filter_frame()
◆ histogram_options
◆ levels_in_pix_fmts
◆ levels_out_yuv8_pix_fmts
◆ levels_out_yuv9_pix_fmts
◆ levels_out_yuv10_pix_fmts
◆ levels_out_yuv12_pix_fmts
◆ levels_out_rgb8_pix_fmts
◆ levels_out_rgb9_pix_fmts
◆ levels_out_rgb10_pix_fmts
◆ levels_out_rgb12_pix_fmts
◆ black_yuva_color
const uint8_t black_yuva_color[4] = { 0, 127, 127, 255 } |
|
static |
◆ black_gbrp_color
const uint8_t black_gbrp_color[4] = { 0, 0, 0, 255 } |
|
static |
◆ white_yuva_color
const uint8_t white_yuva_color[4] = { 255, 127, 127, 255 } |
|
static |
◆ white_gbrp_color
const uint8_t white_gbrp_color[4] = { 255, 255, 255, 255 } |
|
static |
◆ gray_color
const uint8_t gray_color[4] = { 127, 127, 127, 255 } |
|
static |
◆ red_yuva_color
const uint8_t red_yuva_color[4] = { 127, 127, 255, 255 } |
|
static |
◆ red_gbrp_color
const uint8_t red_gbrp_color[4] = { 255, 0, 0, 255 } |
|
static |
◆ green_yuva_color
const uint8_t green_yuva_color[4] = { 255, 127, 127, 255 } |
|
static |
◆ igreen_yuva_color
const uint8_t igreen_yuva_color[4] = { 0, 127, 127, 255 } |
|
static |
◆ green_gbrp_color
const uint8_t green_gbrp_color[4] = { 0, 255, 0, 255 } |
|
static |
◆ blue_yuva_color
const uint8_t blue_yuva_color[4] = { 127, 255, 127, 255 } |
|
static |
◆ blue_gbrp_color
const uint8_t blue_gbrp_color[4] = { 0, 0, 255, 255 } |
|
static |
◆ inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 620 of file vf_histogram.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 629 of file vf_histogram.c.
#define AV_PIX_FMT_YUVA422P9
#define AV_PIX_FMT_YUVA420P10
#define AV_PIX_FMT_YUV420P10
@ AV_PIX_FMT_YUV440P
planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
#define AV_PIX_FMT_YUVA422P10
#define AV_PIX_FMT_YUVA420P9
@ AV_PIX_FMT_GBRAP
planar GBRA 4:4:4:4 32bpp
#define AV_PIX_FMT_GBRP10
#define AV_PIX_FMT_YUV422P9
#define AV_PIX_FMT_YUV444P10
@ AV_PIX_FMT_YUVJ411P
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor ...
@ AV_PIX_FMT_YUVJ422P
planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting col...
#define AV_PIX_FMT_GBRAP10
#define AV_PIX_FMT_GBRAP12
@ AV_PIX_FMT_YUVA420P
planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)
#define AV_PIX_FMT_YUVA444P12
#define AV_PIX_FMT_YUV420P9
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
@ AV_PIX_FMT_YUVJ444P
planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting col...
@ AV_PIX_FMT_YUVJ420P
planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting col...
#define AV_PIX_FMT_YUV422P10
@ AV_PIX_FMT_GRAY8
Y , 8bpp.
static int config_output(AVFilterLink *outlink)
#define AV_PIX_FMT_YUV422P12
#define AV_PIX_FMT_YUV444P12
@ AV_PIX_FMT_YUVA444P
planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
#define AV_PIX_FMT_YUVA444P10
@ AV_OPT_TYPE_FLOAT
Underlying C type is float.
#define AV_PIX_FMT_GBRP12
#define AV_PIX_FMT_YUV444P9
#define AV_PIX_FMT_YUVA444P9
#define AV_PIX_FMT_YUV420P12
#define AV_PIX_FMT_YUVA422P12
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_PIX_FMT_YUV444P
planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
@ AV_PIX_FMT_GBRP
planar GBR 4:4:4 24bpp
@ AV_PIX_FMT_YUV422P
planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
@ AV_PIX_FMT_YUV411P
planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)
@ AV_PIX_FMT_YUV410P
planar YUV 4:1:0, 9bpp, (1 Cr & Cb sample per 4x4 Y samples)
#define AV_PIX_FMT_YUV440P12
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_PIX_FMT_YUVA422P
planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)