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.

关于DVRRDK的问题2



各位高手,小弟正在阅读TI提供的dvrrdk软件代码。遇到了以下函数:
 Void VcapVencVdecVdis_ipcBitsStop(void)
{
     gVcapVencVdecVdis_ipcBitsCtrl.thrObj.exitBitsInThread = TRUE;
     gVcapVencVdecVdis_ipcBitsCtrl.thrObj.exitBitsOutThread = TRUE;
}
请教其中exitBitsInThread和exitBitsOutThread成员的含义,谢谢!