|
FFmpeg
|
Data Fields | ||
| unsigned char | type | |
| unsigned char | root | |
| short | depth | |
| int | const_index | |
| double | value | |
| union { | ||
| double(* func0 )(double) | ||
| double(* func1 )(void *, double) | ||
| double(* func2 )(void *, double, double) | ||
| }; | ||
| struct AVExpr * | param [3] | |
| unsigned char AVExpr::type |
Definition at line 172 of file eval.c.
Referenced by eval_expr(), expr_count(), make_eval_expr(), parse_primary(), and verify_expr().
| unsigned char AVExpr::root |
Definition at line 173 of file eval.c.
Referenced by av_expr_eval(), av_expr_free(), and av_expr_parse().
| short AVExpr::depth |
Definition at line 174 of file eval.c.
Referenced by make_eval_expr(), and parse_primary().
| int AVExpr::const_index |
Definition at line 175 of file eval.c.
Referenced by eval_expr(), expr_count(), and parse_primary().
| double AVExpr::value |
Definition at line 176 of file eval.c.
Referenced by eval_expr(), make_eval_expr(), parse_factor(), and parse_primary().
Definition at line 178 of file eval.c.
Referenced by eval_expr(), and parse_primary().
Definition at line 179 of file eval.c.
Referenced by eval_expr(), and parse_primary().
Definition at line 180 of file eval.c.
Referenced by eval_expr(), and parse_primary().
| union { ... } AVExpr |
| struct AVExpr* AVExpr::param[3] |
Definition at line 182 of file eval.c.
Referenced by av_expr_free(), eval_expr(), expr_count(), make_eval_expr(), parse_factor(), parse_primary(), and verify_expr().