![]() |
The OpenVX Specification
a73e458
|
The remap object attributes.
Macros | |
| #define | VX_REMAP_DESTINATION_HEIGHT (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_REMAP, 0x3)) |
The destination height [R01583]. Read-only [R01584]. Use a vx_uint32 parameter. | |
| #define | VX_REMAP_DESTINATION_WIDTH (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_REMAP, 0x2)) |
The destination width [R01581]. Read-only [R01582]. Use a vx_uint32 parameter. | |
| #define | VX_REMAP_SOURCE_HEIGHT (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_REMAP, 0x1)) |
The source height [R01579]. Read-only [R01580]. Use a vx_uint32 parameter. | |
| #define | VX_REMAP_SOURCE_WIDTH (VX_ATTRIBUTE_ENUM(VX_ID_KHRONOS, VX_TYPE_REMAP, 0x0)) |
The source width [R01577]. Read-only [R01578]. Use a vx_uint32 parameter. | |