-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
OpenVX Framework
-
TIOVX-2348
-
?
-
TIOVX_11.01.00
-
TIOVX_12.02.00
-
See attachment. Cache maintenance of full buffer takes multiple ms for a large image, when the user only wanted a single byte in the meta information. Need to optimize the map size to only map/unmap the smallest amount based on the information provided.
For meta, perhaps only map/unmap the number of lines for the meta to start with.
For pixel data, only the number of lines in the rectangle.