Functions | |
vx_status | readRawImage (char *file_name, tivx_raw_image image, vx_uint32 *bytes_read) |
vx_status | writeRawImage (char *file_name, tivx_raw_image image) |
vx_status | readImage (char *file_name, vx_image img) |
vx_status | writeImage (char *file_name, vx_image img) |
vx_status | resetImage (vx_image img, int32_t value) |
static vx_uint32 | get_bit_depth (vx_enum data_type) |
vx_status | readTensor (char *file_name, vx_tensor tensor) |
vx_status | writeTensor (char *file_name, vx_tensor tensor) |
int | getDmaFd (vx_reference ref) |
int | getImageDmaFd (vx_reference ref, vx_int32 *fd, vx_uint32 *pitch, vx_uint64 *size, vx_uint32 *offset, vx_uint32 count) |
vx_status readRawImage | ( | char * | file_name, |
tivx_raw_image | image, | ||
vx_uint32 * | bytes_read | ||
) |
vx_status writeRawImage | ( | char * | file_name, |
tivx_raw_image | image | ||
) |
vx_status readImage | ( | char * | file_name, |
vx_image | img | ||
) |
vx_status writeImage | ( | char * | file_name, |
vx_image | img | ||
) |
vx_status resetImage | ( | vx_image | img, |
int32_t | value | ||
) |
|
static |
vx_status readTensor | ( | char * | file_name, |
vx_tensor | tensor | ||
) |
vx_status writeTensor | ( | char * | file_name, |
vx_tensor | tensor | ||
) |
int getDmaFd | ( | vx_reference | ref | ) |
int getImageDmaFd | ( | vx_reference | ref, |
vx_int32 * | fd, | ||
vx_uint32 * | pitch, | ||
vx_uint64 * | size, | ||
vx_uint32 * | offset, | ||
vx_uint32 | count | ||
) |