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.

YUV frames (A8) to M3-VPSS in IPNC MCFW

Hi Guys,

Actually am planning to Pass YUV data from file to M3-VPSS and display same data in IPNC MCFW. So have written usecase and maintained following chain.

       YUV Frames Out  A8---->Frames in M3 VPSS ------> Software Mosaic (M3 Vpss)-----> Display (M3 Vpss)

Usecase is properly initialised and links are created.

Now problem that am facing is how to populate bufferlist after reading from a file. Am using following line in usecase to transfer buffers to above chain.

  status = IpcFramesOutLink_putFullVideoFrames(SYSTEM_HOST_LINK_ID_IPC_FRAMES_OUT_0,&bufList);

Am not getting any read API to perform this, Please Suggest me best possible way.