| FFmpeg
    | 
#include "libavutil/opt.h"#include "libavutil/time.h"#include "avfilter.h"#include "formats.h"#include "internal.h"Go to the source code of this file.
| Data Structures | |
| struct | BenchContext | 
| Macros | |
| #define | OFFSET(x) offsetof(BenchContext, x) | 
| #define | DEFINE_OPTIONS(filt_name, FLAGS) | 
| #define | START_TIME_KEY "lavfi.bench.start_time" | 
| #define | T2F(v) ((v) / 1000000.) | 
| Enumerations | |
| enum | BenchAction { ACTION_START, ACTION_STOP, NB_ACTION } | 
| Functions | |
| static av_cold int | init (AVFilterContext *ctx) | 
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) | 
| #define OFFSET | ( | x | ) | offsetof(BenchContext, x) | 
| #define DEFINE_OPTIONS | ( | filt_name, | |
| FLAGS | |||
| ) | 
| enum BenchAction | 
| 
 | static | 
| 
 | static | 
 1.8.17
 1.8.17