Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

image decoding to a given memory area

bendeguy
初學者
439 檢視

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 積分
3 回應
Vladimir_Dudnik
439 檢視

I'll bring UMC experts attention to that question.

Vladimir

bendeguy
初學者
439 檢視

Hello,

Thanks Vladimir.

Greetings,

Bendeguy

Vladimir_Dudnik
439 檢視

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

回覆