|
| void * | context |
| |
| BNTransformParameterInfo *(* | getParameters )(void *ctxt, size_t *count) |
| |
| void(* | freeParameters )(BNTransformParameterInfo *params, size_t count) |
| |
| bool(* | decode )(void *ctxt, BNDataBuffer *input, BNDataBuffer *output, BNTransformParameter *params, size_t paramCount) |
| |
| bool(* | encode )(void *ctxt, BNDataBuffer *input, BNDataBuffer *output, BNTransformParameter *params, size_t paramCount) |
| |
◆ context
| void* BNCustomTransform::context |
◆ decode
| bool(* BNCustomTransform::decode) (void *ctxt, BNDataBuffer *input, BNDataBuffer *output, BNTransformParameter *params, size_t paramCount) |
◆ encode
| bool(* BNCustomTransform::encode) (void *ctxt, BNDataBuffer *input, BNDataBuffer *output, BNTransformParameter *params, size_t paramCount) |
◆ freeParameters
◆ getParameters
The documentation for this struct was generated from the following file: