This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Buffer significance

TDA2XX processor

in Use case null_src_dec_display

while setting null src parameters there is one parameters called numbuffer which was set to 4 

why number of buffers used is 4 

Void chains_nullSrcDecDisplay_SetNullSrcPrms(Chains_NullSrcDisplayAppObj *pObj,NullSrcLink_CreateParams *pPrm)

{

pPrm->channelParams[chId].numBuffers = 4;

}