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.