|
FFmpeg
|
#include <ops_chain.h>
Data Fields | |
| SwsOpType | op |
| SwsPixelType | type |
| bool | flexible |
| bool | unused [4] |
| union { | |
| SwsReadWriteOp rw | |
| SwsPackOp pack | |
| SwsSwizzleOp swizzle | |
| SwsConvertOp convert | |
| uint32_t linear_mask | |
| int dither_size | |
| int clear_value | |
| }; | |
| SwsFuncPtr | func |
| int(* | setup )(const SwsOp *op, SwsOpPriv *out) |
| void(* | free )(void *priv) |
Definition at line 99 of file ops_chain.h.
| SwsOpType SwsOpEntry::op |
Definition at line 101 of file ops_chain.h.
| SwsPixelType SwsOpEntry::type |
Definition at line 102 of file ops_chain.h.
| bool SwsOpEntry::flexible |
Definition at line 103 of file ops_chain.h.
| bool SwsOpEntry::unused[4] |
Definition at line 104 of file ops_chain.h.
| SwsReadWriteOp SwsOpEntry::rw |
Definition at line 107 of file ops_chain.h.
| SwsPackOp SwsOpEntry::pack |
Definition at line 108 of file ops_chain.h.
| SwsSwizzleOp SwsOpEntry::swizzle |
Definition at line 109 of file ops_chain.h.
| SwsConvertOp SwsOpEntry::convert |
Definition at line 110 of file ops_chain.h.
| uint32_t SwsOpEntry::linear_mask |
Definition at line 111 of file ops_chain.h.
| int SwsOpEntry::dither_size |
Definition at line 112 of file ops_chain.h.
| int SwsOpEntry::clear_value |
Definition at line 113 of file ops_chain.h.
| union { ... } |
| SwsFuncPtr SwsOpEntry::func |
Definition at line 117 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
Definition at line 118 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
| void(* SwsOpEntry::free) (void *priv) |
Definition at line 119 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
1.8.17