RE: Reg. two out buffers in encoding of DM6446

2009-07-07 Thread Tivy, Robert
[mailto:davinci-linux-open-source-bounces+rtivy=ti@linux.davincidsp.com] On Behalf Of kirthika varadarajan Sent: Monday, July 06, 2009 4:05 AM To: Davinci-linux-open-source@linux.davincidsp.com Subject: Reg. two out buffers in encoding of DM6446 Hi, I want to read the motion vector in another buffer

Reg. two out buffers in encoding of DM6446

2009-07-06 Thread kirthika varadarajan
Hi, I want to read the motion vector in another buffer which i pass from application. Already i am allocating the memory using Memory_ContigAlloc() XDAS_Int32 inBufSizeArray[1]; XDAS_Int8 OutPutBuffers[2]; OutPutBuffers[0] = outBuf; OutPutBuffers[1] = MotionVecData;