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 | |||
) |
#define START_TIME_KEY "lavfi.bench.start_time" |
Definition at line 48 of file f_bench.c.
Referenced by filter_frame().
#define T2F | ( | v | ) | ((v) / 1000000.) |
Definition at line 49 of file f_bench.c.
Referenced by filter_frame().
enum BenchAction |
|
static |
|
static |