Go to the source code of this file.
|
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) |
|
vx_status | readRawImage (char *file_name, tivx_raw_image img, vx_uint32 *bytes_read) |
|
vx_status | writeRawImage (char *file_name, tivx_raw_image img) |
|
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) |
|
◆ APP_MAX_FILE_PATH
#define APP_MAX_FILE_PATH (256u) |
◆ APP_MAX_TENSOR_DIMS
#define APP_MAX_TENSOR_DIMS (4u) |
◆ readImage()
vx_status readImage |
( |
char * |
file_name, |
|
|
vx_image |
img |
|
) |
| |
◆ writeImage()
vx_status writeImage |
( |
char * |
file_name, |
|
|
vx_image |
img |
|
) |
| |
◆ resetImage()
vx_status resetImage |
( |
vx_image |
img, |
|
|
int32_t |
value |
|
) |
| |
◆ readRawImage()
vx_status readRawImage |
( |
char * |
file_name, |
|
|
tivx_raw_image |
img, |
|
|
vx_uint32 * |
bytes_read |
|
) |
| |
◆ writeRawImage()
vx_status writeRawImage |
( |
char * |
file_name, |
|
|
tivx_raw_image |
img |
|
) |
| |
◆ readTensor()
vx_status readTensor |
( |
char * |
file_name, |
|
|
vx_tensor |
tensor |
|
) |
| |
◆ writeTensor()
vx_status writeTensor |
( |
char * |
file_name, |
|
|
vx_tensor |
tensor |
|
) |
| |
◆ getDmaFd()
int getDmaFd |
( |
vx_reference |
ref | ) |
|
◆ getImageDmaFd()
int getImageDmaFd |
( |
vx_reference |
ref, |
|
|
vx_int32 * |
fd, |
|
|
vx_uint32 * |
pitch, |
|
|
vx_uint64 * |
size, |
|
|
vx_uint32 * |
offset, |
|
|
vx_uint32 |
count |
|
) |
| |
◆ EDGEAI_DATA_PATH