-
Bug
-
Resolution: Fixed
-
Medium
-
OpenVX Framework
-
TIOVX-1592
-
-
09.01.00
-
10.00.00
Can we please change below statement in tivxDisplayM2MSetCreateParams
memcpy(&drvObj->pipeId[0U],
&createParams->pipeId[0U],
sizeof(createParams->pipeId));
to
for (pipeIdx = 0u; pipeIdx < drvObj->numPipe; pipeIdx ++)
The above memcpy does not copy all pipeids correctly