|
FFmpeg
|
#include <ops_chain.h>
Data Fields | |
| SwsUOpType | uop |
| SwsPixelType | type |
| SwsCompMask | mask |
| SwsUOpParams | par |
| SwsFuncPtr | func |
| int(* | setup )(const SwsImplParams *params, SwsImplResult *out) |
| bool(* | check )(const SwsImplParams *params) |
Definition at line 122 of file ops_chain.h.
| SwsUOpType SwsOpEntry::uop |
Definition at line 124 of file ops_chain.h.
| SwsPixelType SwsOpEntry::type |
Definition at line 125 of file ops_chain.h.
| SwsCompMask SwsOpEntry::mask |
Definition at line 126 of file ops_chain.h.
| SwsUOpParams SwsOpEntry::par |
Definition at line 127 of file ops_chain.h.
| SwsFuncPtr SwsOpEntry::func |
Definition at line 130 of file ops_chain.h.
Referenced by ff_sws_uop_lookup().
| int(* SwsOpEntry::setup) (const SwsImplParams *params, SwsImplResult *out) |
Definition at line 131 of file ops_chain.h.
Referenced by ff_sws_uop_lookup().
| bool(* SwsOpEntry::check) (const SwsImplParams *params) |
Definition at line 132 of file ops_chain.h.
1.8.17