|
FFmpeg
|
Helper struct for representing a list of operations. More...
#include <ops.h>
Data Fields | |
| SwsOp * | ops |
| int | num_ops |
| SwsSwizzleOp | order_src |
| SwsSwizzleOp | order_dst |
| SwsComps | comps_src |
| Source component metadata associated with pixel values from each corresponding component (in plane/memory order, i.e. More... | |
| SwsFormat | src |
| SwsFormat | dst |
| SwsOp* SwsOpList::ops |
Definition at line 223 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_is_noop(), 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 224 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_is_noop(), 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().
| SwsSwizzleOp SwsOpList::order_src |
Definition at line 227 of file ops.h.
Referenced by ff_sws_op_list_alloc(), ff_sws_op_list_is_noop(), ff_sws_op_list_optimize(), ff_sws_op_list_print(), and ff_sws_op_list_update_comps().
| SwsSwizzleOp SwsOpList::order_dst |
Definition at line 227 of file ops.h.
Referenced by ff_sws_op_list_alloc(), ff_sws_op_list_is_noop(), ff_sws_op_list_optimize(), and ff_sws_op_list_print().
| SwsComps SwsOpList::comps_src |
Source component metadata associated with pixel values from each corresponding component (in plane/memory order, i.e.
not affected by order_src). Lets the optimizer know additional information about the value range and/or pixel data to expect.
The default value of {0} is safe to pass in the case that no additional information is known.
Definition at line 238 of file ops.h.
Referenced by ff_sws_op_list_update_comps().
| SwsFormat SwsOpList::src |
Definition at line 241 of file ops.h.
Referenced by ff_sws_op_list_alloc(), and run_test().
| SwsFormat SwsOpList::dst |
Definition at line 241 of file ops.h.
Referenced by ff_sws_op_list_alloc(), and run_test().
1.8.17