|
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 75 of file ops_dispatch.h.
| SwsOpFunc SwsCompiledOp::func |
Definition at line 78 of file ops_dispatch.h.
Referenced by check_ops().
| SwsPassFunc SwsCompiledOp::func_opaque |
Definition at line 79 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 87 of file ops_dispatch.h.
| int SwsCompiledOp::slice_align |
Definition at line 90 of file ops_dispatch.h.
| int SwsCompiledOp::cpu_flags |
Definition at line 91 of file ops_dispatch.h.
| int SwsCompiledOp::block_size |
Definition at line 94 of file ops_dispatch.h.
Referenced by check_ops().
| int SwsCompiledOp::over_read |
Definition at line 95 of file ops_dispatch.h.
| int SwsCompiledOp::over_write |
Definition at line 96 of file ops_dispatch.h.
| void* SwsCompiledOp::priv |
Definition at line 99 of file ops_dispatch.h.
Referenced by check_ops().
| void(* SwsCompiledOp::free) (void *priv) |
Definition at line 100 of file ops_dispatch.h.
1.8.17