Home
last modified time | relevance | path

Searched refs:pStrmcntlDmmBuf (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c492 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 …]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h287 DMM_BUFFER_OBJ *pStrmcntlDmmBuf[QUEUE_SIZE]; member