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.

Create IpcBitsLink OK , 但是无法申请空间!



status = IpcBitsOutLink_getEmptyVideoBitStreamBufs(SYSTEM_HOST_LINK_ID_IPC_BITS_OUT_0,
&emptyBufList,
&reqInfo);

OSA_assert(0 == status);

if(0 == emptyBufList.numBufs) //此条件一直为真
{
printf("unOK flag is : %d $$$$$$$$$$$$$$$$$$$$$$$$$",status);
return 0;
}

IpcBitsOutLink_putFullVideoBitStreamBufs(SYSTEM_HOST_LINK_ID_IPC_BITS_OUT_0,
&fullBufList);

求助是什么原因呢?