Internal APIs for image operations.
◆ ownInitVirtualImage()
function to initialize virtual image's parameters
- Parameters
-
| img | [in] virtual image reference |
| width | [in] image width |
| height | [in] image height |
| format | [in] image format |
- Returns
- VX_SUCCESS on success
◆ ownImageGetBufferSize()
function to retrieve the buffer size of an image
- Parameters
-
| obj_desc | [in] image object descriptor |
- Returns
- size of buffer in bytes
◆ ownIsValidImage()
function determine if a given image is valid or not
- Parameters
-
| image | [in] OpenVX image object |
- Returns
- boolean of whether or not the given image is valid