Searched refs:pStrmcntlDmmBuf (Results 1 – 2 of 2) sorted by relevance
492 phandle->pStrmcntlDmmBuf[i] = NULL; in InitMMCodecEx()801 phandle->pStrmcntlDmmBuf[i] = NULL; in InitMMCodec()1374 if (phandle->pStrmcntlDmmBuf[i] == NULL) in ControlCodec()1384 … LCML_MALLOC(phandle->pStrmcntlDmmBuf[i],sizeof(DMM_BUFFER_OBJ),DMM_BUFFER_OBJ); in ControlCodec()1385 if(phandle->pStrmcntlDmmBuf[i] == NULL) in ControlCodec()1392 memset(phandle->pStrmcntlDmmBuf[i],0,sizeof(DMM_BUFFER_OBJ)); //ATC in ControlCodec()1394 …r = DmmMap(phandle->dspCodec->hProc, (int)args[2], args[1],(phandle->pStrmcntlDmmBuf[i]), ((LCML_C… in ControlCodec()1406 msg.dwArg2 = (int)phandle->pStrmcntlDmmBuf[i]->pMapped; in ControlCodec()1413 msg.dwArg2 = (int)phandle->pStrmcntlDmmBuf[i]->pMapped; in ControlCodec()2254 pDmmBuf = ((LCML_DSP_INTERFACE *)arg)->pStrmcntlDmmBuf[i]; in MessagingThread()[all …]
287 DMM_BUFFER_OBJ *pStrmcntlDmmBuf[QUEUE_SIZE]; member