|
FFmpeg
|
Helper struct for representing a list of operations. More...
#include <ops.h>
Data Fields | |
| SwsOp * | ops |
| int | num_ops |
| SwsFormat | src |
| SwsFormat | dst |
| uint8_t | plane_src [4] |
| uint8_t | plane_dst [4] |
| SwsComps | comps_src |
| Source component metadata associated with pixel values from each corresponding component (in plane/memory order, i.e. More... | |
| SwsOp* SwsOpList::ops |
Definition at line 255 of file ops.h.
Referenced by check_ops(), compile(), enum_ops(), ff_sws_op_compile_tables(), ff_sws_op_list_duplicate(), ff_sws_op_list_free(), ff_sws_op_list_input(), ff_sws_op_list_insert_at(), ff_sws_op_list_max_size(), ff_sws_op_list_optimize(), ff_sws_op_list_output(), ff_sws_op_list_print(), ff_sws_op_list_remove_at(), ff_sws_op_list_subpass(), ff_sws_op_list_update_comps(), and ff_sws_solve_shuffle().
| int SwsOpList::num_ops |
Definition at line 256 of file ops.h.
Referenced by check_ops(), compile(), enum_ops(), ff_sws_op_list_append(), ff_sws_op_list_duplicate(), ff_sws_op_list_free(), ff_sws_op_list_input(), 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_output(), ff_sws_op_list_print(), ff_sws_op_list_remove_at(), ff_sws_op_list_subpass(), ff_sws_op_list_update_comps(), and ff_sws_solve_shuffle().
| SwsFormat SwsOpList::src |
Definition at line 259 of file ops.h.
Referenced by enum_ops_fmt(), ff_sws_op_list_alloc(), ff_sws_op_list_subpass(), ff_sws_ops_compile(), get_input_size(), and print_ops().
| SwsFormat SwsOpList::dst |
Definition at line 259 of file ops.h.
Referenced by compile(), enum_ops_fmt(), ff_sws_op_list_alloc(), ff_sws_op_list_subpass(), ff_sws_ops_compile(), and print_ops().
| uint8_t SwsOpList::plane_src[4] |
Definition at line 262 of file ops.h.
Referenced by compile(), ff_sws_op_list_alloc(), ff_sws_op_list_is_noop(), ff_sws_op_list_optimize(), ff_sws_op_list_print(), ff_sws_op_list_subpass(), and ff_sws_op_list_update_comps().
| uint8_t SwsOpList::plane_dst[4] |
Definition at line 262 of file ops.h.
Referenced by compile(), 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_subpass().
| SwsComps SwsOpList::comps_src |
Source component metadata associated with pixel values from each corresponding component (in plane/memory order, i.e.
not affected by plane_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 273 of file ops.h.
Referenced by check_ops(), ff_sws_op_list_subpass(), and ff_sws_op_list_update_comps().
1.8.17