- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page