|
FFmpeg
|
Helper struct for representing a list of operations. More...
#include <ops.h>
Data Fields | |
| SwsOp * | ops |
| int | num_ops |
| SwsFormat | src |
| SwsFormat | dst |
| SwsOp* SwsOpList::ops |
Definition at line 210 of file ops.h.
Referenced by check_ops(), compile(), ff_sws_op_compile_tables(), ff_sws_op_list_duplicate(), ff_sws_op_list_free(), ff_sws_op_list_insert_at(), ff_sws_op_list_max_size(), ff_sws_op_list_optimize(), ff_sws_op_list_print(), ff_sws_op_list_remove_at(), ff_sws_op_list_update_comps(), and ff_sws_solve_shuffle().
| int SwsOpList::num_ops |
Definition at line 211 of file ops.h.
Referenced by check_ops(), compile(), ff_sws_op_compile_tables(), ff_sws_op_list_append(), ff_sws_op_list_duplicate(), ff_sws_op_list_free(), ff_sws_op_list_insert_at(), ff_sws_op_list_max_size(), ff_sws_op_list_optimize(), ff_sws_op_list_print(), ff_sws_op_list_remove_at(), ff_sws_op_list_update_comps(), and ff_sws_solve_shuffle().
| SwsFormat SwsOpList::src |
Definition at line 214 of file ops.h.
Referenced by ff_sws_op_list_alloc(), and ff_sws_op_list_update_comps().
| SwsFormat SwsOpList::dst |
Definition at line 214 of file ops.h.
Referenced by ff_sws_op_list_alloc().
1.8.17