|
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 SwsUOpEntry::uop |
Definition at line 124 of file ops_chain.h.
| SwsPixelType SwsUOpEntry::type |
Definition at line 125 of file ops_chain.h.
| SwsCompMask SwsUOpEntry::mask |
Definition at line 126 of file ops_chain.h.
| SwsUOpParams SwsUOpEntry::par |
Definition at line 127 of file ops_chain.h.
| SwsFuncPtr SwsUOpEntry::func |
Definition at line 130 of file ops_chain.h.
Referenced by ff_sws_uop_lookup().
| int(* SwsUOpEntry::setup) (const SwsImplParams *params, SwsImplResult *out) |
Definition at line 131 of file ops_chain.h.
Referenced by ff_sws_uop_lookup().
| bool(* SwsUOpEntry::check) (const SwsImplParams *params) |
Definition at line 132 of file ops_chain.h.
1.8.17