Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
Important Update: Community Platform Migration​. Learn more​>

In h264 decoder, buffering?

relay21
Beginner
1,291 Views

In h.264 decoder, When the input is stream, how is the size of the buffer?
In my application, one frame encode -> decode and store it -> the otherframe encode -> decode and strore continueously. but,h264 decoder is not operated by frame by frame, and delayexists.
So, I plan to do buffering the input stream of decoder, but I don't know buffer size?
In simpledecoder.cpp, DataIn.SetBufferPointer(cVideoData,VideoDataSize); andDataIn.SetDataSize(VideoDataSize);
That is, when the value of VideoDataSize is varied, howset it?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
1,291 Views
You might look at this reply from Ying H to a related thread. It contains some useful links to information regarding the H.264 encoding and decoding code provided with the IPP library.


0 Kudos
Reply