Hi experts,
I am following the video_copy example of codec engine. In codec engine, application creates algorithm object and allocates memory by getting information in memtab[ ], by algalloc( ).
In h264 we allocate memory depending on the width and height, and some other parameters which we decode in SPS/PPS. So we dont have any prior knowledge of memory requirements. because we dont have any prior knowledge of memory requirements so at the time of "algorithm object" creation we could not tell the application about any memory requirements. I think we need to dynamically allocate memory. My question is .
1. for this dynamic memory allocation, how can i pass my memory request to application after object creation.
any help or document link is appreciated.
regards
faisal