Package | Description |
---|---|
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
static int |
avutil.av_expr_count_func(AVExpr e,
int[] counter,
int size,
int arg) |
static int |
avutil.av_expr_count_func(AVExpr e,
int[] counter,
int size,
int arg) |
static int |
avutil.av_expr_count_func(AVExpr e,
IntBuffer counter,
int size,
int arg) |
static int |
avutil.av_expr_count_func(AVExpr e,
IntBuffer counter,
int size,
int arg) |
static int |
avutil.av_expr_count_func(AVExpr e,
IntPointer counter,
int size,
int arg)
Track the presence of user provided functions and their number of occurrences
in a parsed expression.
|
static int |
avutil.av_expr_count_func(AVExpr e,
IntPointer counter,
int size,
int arg)
Track the presence of user provided functions and their number of occurrences
in a parsed expression.
|
static int |
avutil.av_expr_count_vars(AVExpr e,
int[] counter,
int size) |
static int |
avutil.av_expr_count_vars(AVExpr e,
int[] counter,
int size) |
static int |
avutil.av_expr_count_vars(AVExpr e,
IntBuffer counter,
int size) |
static int |
avutil.av_expr_count_vars(AVExpr e,
IntBuffer counter,
int size) |
static int |
avutil.av_expr_count_vars(AVExpr e,
IntPointer counter,
int size)
Track the presence of variables and their number of occurrences in a parsed expression
|
static int |
avutil.av_expr_count_vars(AVExpr e,
IntPointer counter,
int size)
Track the presence of variables and their number of occurrences in a parsed expression
|
static double |
avutil.av_expr_eval(AVExpr e,
double[] const_values,
Pointer opaque) |
static double |
avutil.av_expr_eval(AVExpr e,
double[] const_values,
Pointer opaque) |
static double |
avutil.av_expr_eval(AVExpr e,
DoubleBuffer const_values,
Pointer opaque) |
static double |
avutil.av_expr_eval(AVExpr e,
DoubleBuffer const_values,
Pointer opaque) |
static double |
avutil.av_expr_eval(AVExpr e,
DoublePointer const_values,
Pointer opaque)
Evaluate a previously parsed expression.
|
static double |
avutil.av_expr_eval(AVExpr e,
DoublePointer const_values,
Pointer opaque)
Evaluate a previously parsed expression.
|
static void |
avutil.av_expr_free(AVExpr e)
Free a parsed expression previously created with av_expr_parse().
|
static void |
avutil.av_expr_free(AVExpr e)
Free a parsed expression previously created with av_expr_parse().
|
static int |
avutil.av_expr_parse(AVExpr expr,
BytePointer s,
byte[] const_names,
byte[] func1_names,
PointerPointer funcs1,
byte[] func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
BytePointer s,
byte[] const_names,
byte[] func1_names,
PointerPointer funcs1,
byte[] func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
BytePointer s,
ByteBuffer const_names,
ByteBuffer func1_names,
PointerPointer funcs1,
ByteBuffer func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
BytePointer s,
ByteBuffer const_names,
ByteBuffer func1_names,
PointerPointer funcs1,
ByteBuffer func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
BytePointer s,
BytePointer const_names,
BytePointer func1_names,
PointerPointer funcs1,
BytePointer func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
BytePointer s,
BytePointer const_names,
BytePointer func1_names,
PointerPointer funcs1,
BytePointer func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
String s,
byte[] const_names,
byte[] func1_names,
PointerPointer funcs1,
byte[] func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
String s,
byte[] const_names,
byte[] func1_names,
PointerPointer funcs1,
byte[] func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
String s,
ByteBuffer const_names,
ByteBuffer func1_names,
PointerPointer funcs1,
ByteBuffer func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
String s,
ByteBuffer const_names,
ByteBuffer func1_names,
PointerPointer funcs1,
ByteBuffer func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
String s,
BytePointer const_names,
BytePointer func1_names,
PointerPointer funcs1,
BytePointer func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
static int |
avutil.av_expr_parse(AVExpr expr,
String s,
BytePointer const_names,
BytePointer func1_names,
PointerPointer funcs1,
BytePointer func2_names,
PointerPointer funcs2,
int log_offset,
Pointer log_ctx) |
Copyright © 2022. All rights reserved.