Tool/software:
The TIOVX Apps library exports the function writeImage.
The Vision Apps library includes by default the implementation of the TIOVX conformance tests. In the file test_bidir_ext_framework.c the function writeImage is implemented.
I believe this function should be defined as static, as done for a similar function in test_copy_swap.c.
Depending on the linkage order, the wrong writeImage function can be linked, leading to runtime errors.