This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm365 resize input yuv420(176*144) output yuv420(720*480)

 I want to resize video stream for  full display on the screem, input  is yuv420, output is yuv420.  I  reference example from ti forum, so I modify resize.c--DVSDK and patch for kernel, resize twice. Now, I can resize 352*240/325*288 to 720*480. The same process but when I resize 176 *144 to 720*480 the chrominance component is incorrect.