|
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 | |
| AVRational scale | |
| }; | |
| SwsFuncPtr | func |
| int(* | setup )(const SwsImplParams *params, SwsImplResult *out) |
Definition at line 119 of file ops_chain.h.
| SwsOpType SwsOpEntry::op |
Definition at line 121 of file ops_chain.h.
| SwsPixelType SwsOpEntry::type |
Definition at line 122 of file ops_chain.h.
| bool SwsOpEntry::flexible |
Definition at line 123 of file ops_chain.h.
| bool SwsOpEntry::unused[4] |
Definition at line 124 of file ops_chain.h.
| SwsReadWriteOp SwsOpEntry::rw |
Definition at line 127 of file ops_chain.h.
| SwsPackOp SwsOpEntry::pack |
Definition at line 128 of file ops_chain.h.
| SwsSwizzleOp SwsOpEntry::swizzle |
Definition at line 129 of file ops_chain.h.
| SwsConvertOp SwsOpEntry::convert |
Definition at line 130 of file ops_chain.h.
| uint32_t SwsOpEntry::linear_mask |
Definition at line 131 of file ops_chain.h.
| int SwsOpEntry::dither_size |
Definition at line 132 of file ops_chain.h.
| int SwsOpEntry::clear_value |
Definition at line 133 of file ops_chain.h.
| AVRational SwsOpEntry::scale |
Definition at line 134 of file ops_chain.h.
| union { ... } |
| SwsFuncPtr SwsOpEntry::func |
Definition at line 138 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
| int(* SwsOpEntry::setup) (const SwsImplParams *params, SwsImplResult *out) |
Definition at line 139 of file ops_chain.h.
Referenced by ff_sws_op_compile_tables().
1.8.17