|
FFmpeg
|
#include "config_components.h"#include "libavutil/internal.h"#include "libavutil/imgutils.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/lfg.h"#include "libavutil/random_seed.h"#include "avfilter.h"#include "drawutils.h"#include "filters.h"#include "formats.h"#include "textutils.h"Go to the source code of this file.
Data Structures | |
| struct | QREncodeContext |
Enumerations | |
| enum | var_name { VAR_dar , VAR_duration , VAR_hsub , VAR_vsub , VAR_main_h , VAR_H , VAR_main_w , VAR_W , VAR_n , VAR_pict_type , VAR_qr_w , VAR_w , VAR_rendered_padded_qr_w , VAR_Q , VAR_rendered_qr_w , VAR_q , VAR_sar , VAR_t , VAR_x , VAR_y , VAR_VARS_NB } |
| enum | Expansion { EXPANSION_NONE , EXPANSION_NORMAL } |
Functions | |
| static double | drand (void *opaque, double min, double max) |
| static int | func_pts (void *ctx, AVBPrint *bp, const char *function_name, unsigned argc, char **argv) |
| static int | func_frame_num (void *ctx, AVBPrint *bp, const char *function_name, unsigned argc, char **argv) |
| static int | func_strftime (void *ctx, AVBPrint *bp, const char *function_name, unsigned argc, char **argv) |
| static int | func_frame_metadata (void *ctx, AVBPrint *bp, const char *function_name, unsigned argc, char **argv) |
| static int | func_eval_expr (void *ctx, AVBPrint *bp, const char *function_name, unsigned argc, char **argv) |
| static int | func_eval_expr_formatted (void *ctx, AVBPrint *bp, const char *function_name, unsigned argc, char **argv) |
| static av_cold int | init (AVFilterContext *ctx) |
| static av_cold void | uninit (AVFilterContext *ctx) |
| static void | show_qrcode (AVFilterContext *ctx, const QRcode *qrcode) |
| static int | draw_qrcode (AVFilterContext *ctx, AVFrame *frame) |
| AVFILTER_DEFINE_CLASS (qrencodesrc) | |
| static int | qrencodesrc_config_props (AVFilterLink *outlink) |
| static int | request_frame (AVFilterLink *outlink) |
| static int | qrencodesrc_query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
| AVFILTER_DEFINE_CLASS (qrencode) | |
| static int | qrencode_config_input (AVFilterLink *inlink) |
| static int | qrencode_query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
Variables | |
| static const char *const | var_names [] |
| static const char *const | fun2_names [] |
| static const ff_eval_func2 | fun2 [] |
| static const FFExpandTextFunction | expand_text_functions [] |
| static const AVOption | qrencodesrc_options [] |
| static const AVFilterPad | qrencodesrc_outputs [] |
| const FFFilter | ff_vsrc_qrencodesrc |
| static const AVOption | qrencode_options [] |
| static const AVFilterPad | avfilter_vf_qrencode_inputs [] |
| const FFFilter | ff_vf_qrencode |
| enum var_name |
Definition at line 51 of file qrencode.c.
| enum Expansion |
| Enumerator | |
|---|---|
| EXPANSION_NONE | |
| EXPANSION_NORMAL | |
Definition at line 89 of file qrencode.c.
Definition at line 185 of file qrencode.c.
|
static |
Definition at line 195 of file qrencode.c.
|
static |
Definition at line 217 of file qrencode.c.
|
static |
Definition at line 226 of file qrencode.c.
|
static |
Definition at line 234 of file qrencode.c.
|
static |
Definition at line 248 of file qrencode.c.
|
static |
Definition at line 258 of file qrencode.c.
|
static |
Definition at line 300 of file qrencode.c.
|
static |
Definition at line 331 of file qrencode.c.
|
static |
Definition at line 346 of file qrencode.c.
Referenced by draw_qrcode().
|
static |
Definition at line 364 of file qrencode.c.
Referenced by filter_frame(), and request_frame().
| AVFILTER_DEFINE_CLASS | ( | qrencodesrc | ) |
|
static |
Definition at line 587 of file qrencode.c.
|
static |
Definition at line 663 of file qrencode.c.
|
static |
Definition at line 683 of file qrencode.c.
| AVFILTER_DEFINE_CLASS | ( | qrencode | ) |
|
static |
Definition at line 737 of file qrencode.c.
|
static |
Definition at line 792 of file qrencode.c.
|
static |
Definition at line 799 of file qrencode.c.
|
static |
Definition at line 69 of file qrencode.c.
|
static |
Definition at line 181 of file qrencode.c.
Referenced by config_input(), func_eval_expr(), and func_eval_expr_formatted().
|
static |
Definition at line 190 of file qrencode.c.
Referenced by config_input(), func_eval_expr(), and func_eval_expr_formatted().
|
static |
Definition at line 287 of file qrencode.c.
|
static |
Definition at line 578 of file qrencode.c.
|
static |
Definition at line 703 of file qrencode.c.
| const FFFilter ff_vsrc_qrencodesrc |
Definition at line 712 of file qrencode.c.
|
static |
Definition at line 728 of file qrencode.c.
|
static |
Definition at line 821 of file qrencode.c.
| const FFFilter ff_vf_qrencode |
Definition at line 831 of file qrencode.c.