|
FFmpeg
|
#include <ops_dispatch.h>
Data Fields | |
| union { | |
| SwsOpFunc func | |
| SwsPassFunc func_opaque | |
| }; | |
| bool | opaque |
If opaque is true, then func_opaque, priv and free are directly forwarded as SwsPass.run, SwsPass.priv and SwsPass.free respectively. More... | |
| int | slice_align |
| int | cpu_flags |
| int | block_size |
| int | over_read |
| int | over_write |
| void * | priv |
| void(* | free )(void *priv) |
Definition at line 100 of file ops_dispatch.h.
| SwsOpFunc SwsCompiledOp::func |
Definition at line 103 of file ops_dispatch.h.
Referenced by check_ops().
| SwsPassFunc SwsCompiledOp::func_opaque |
Definition at line 104 of file ops_dispatch.h.
| union { ... } |
| bool SwsCompiledOp::opaque |
If opaque is true, then func_opaque, priv and free are directly forwarded as SwsPass.run, SwsPass.priv and SwsPass.free respectively.
Definition at line 112 of file ops_dispatch.h.
| int SwsCompiledOp::slice_align |
Definition at line 115 of file ops_dispatch.h.
| int SwsCompiledOp::cpu_flags |
Definition at line 116 of file ops_dispatch.h.
| int SwsCompiledOp::block_size |
Definition at line 119 of file ops_dispatch.h.
Referenced by check_ops().
| int SwsCompiledOp::over_read |
Definition at line 120 of file ops_dispatch.h.
| int SwsCompiledOp::over_write |
Definition at line 121 of file ops_dispatch.h.
| void* SwsCompiledOp::priv |
Definition at line 124 of file ops_dispatch.h.
Referenced by check_ops().
| void(* SwsCompiledOp::free) (void *priv) |
Definition at line 125 of file ops_dispatch.h.
1.8.17