|
| coreflow::Remap::Remap (vx_context context, vx_reference scope) |
| Construct a new Remap object.
|
|
| coreflow::Remap::~Remap () |
| Destroy the Remap object.
|
|
static vx_remap | coreflow::Remap::createRemap (vx_context context, vx_uint32 src_width, vx_uint32 src_height, vx_uint32 dst_width, vx_uint32 dst_height) |
| Create a remap object.
|
|
static vx_bool | coreflow::Remap::isValidRemap (vx_remap remap) |
| Validate remap object.
|
|
vx_status | coreflow::Remap::setCoordValue (vx_uint32 dst_x, vx_uint32 dst_y, vx_float32 src_x, vx_float32 src_y) |
| Set the Coord Value object.
|
|
vx_status | coreflow::Remap::getCoordValue (vx_uint32 dst_x, vx_uint32 dst_y, vx_float32 *src_x, vx_float32 *src_y) |
| Get the Coord Value object.
|
|
vx_uint32 | coreflow::Remap::srcWidth () const |
| Get the source width.
|
|
vx_uint32 | coreflow::Remap::srcHeight () const |
| Get the source height.
|
|
vx_uint32 | coreflow::Remap::dstWidth () const |
| Get the destination width.
|
|
vx_uint32 | coreflow::Remap::dstHeight () const |
| Get the destination height.
|
|
vx_status | coreflow::Remap::setRemapPoint (vx_uint32 dst_x, vx_uint32 dst_y, vx_float32 src_x, vx_float32 src_y) |
| Set the Remap Point.
|
|
vx_status | coreflow::Remap::getRemapPoint (vx_uint32 dst_x, vx_uint32 dst_y, vx_float32 *src_x, vx_float32 *src_y) |
| Get the Remap Point.
|
|
vx_status | coreflow::Remap::copyPatch (const vx_rectangle_t *rect, vx_size user_stride_y, void *user_ptr, vx_enum user_coordinate_type, vx_enum usage, vx_enum user_mem_type) |
| Copy a patch of remap data to/from user memory.
|
|
vx_status | coreflow::Remap::mapPatch (const vx_rectangle_t *rect, vx_map_id *map_id, vx_size *stride_y, void **ptr, vx_enum coordinate_type, vx_enum usage, vx_enum mem_type) |
| Map a patch of remap data for reading or writing.
|
|
vx_status | coreflow::Remap::unmapPatch (vx_uint32 map_id) |
| Unmap a previously mapped patch of remap data.
|
|
void | coreflow::Remap::destruct () override final |
| Function to destroy a remap object.
|
|
The Internal Remap API.