Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

image decoding to a given memory area

bendeguy
Beginner
453 Views

Hello,

I would like to decode an MPEG4 frame to a specific memory area. I get the pointer from another part of the program, and I set it with the SetDest() function, but the LockInputBuffer()change the givenaddress. How can I decode to the given memory area?

Thanks in advance,

Bendeguy

0 Kudos
3 Replies
Vladimir_Dudnik
Employee
453 Views

I'll bring UMC experts attention to that question.

Vladimir

0 Kudos
bendeguy
Beginner
453 Views

Hello,

Thanks Vladimir.

Greetings,

Bendeguy

0 Kudos
Vladimir_Dudnik
Employee
453 Views

Hello,

there is comment from our expert:

The VideoData class has SetBufferPointer method for using an external memory buffer. It may be called after calling of Init method. But there is one feature of this method method does an alignment of an input pointer. Sometimes it could lead to bugs.

Regards,
Vladimir

0 Kudos
Reply