Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h125 } TArmDspCommunicationStruct; typedef
272 TArmDspCommunicationStruct* Armoutputstorage[QUEUE_SIZE];
273 TArmDspCommunicationStruct* Arminputstorage[QUEUE_SIZE];
274 TArmDspCommunicationStruct * commStruct;
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c895 LCML_MALLOC(tmp2,sizeof(TArmDspCommunicationStruct) + 256,char); in QueueBuffer()
901 memset(tmp2,0,sizeof(TArmDspCommunicationStruct)+256); in QueueBuffer()
902 phandle->commStruct = (TArmDspCommunicationStruct *)(tmp2 + 128); in QueueBuffer()
1116 …eError = DmmMap(phandle->dspCodec->hProc, sizeof(TArmDspCommunicationStruct),(void *)phandle->comm… in QueueBuffer()
1765 TArmDspCommunicationStruct *tmpDspStructAddress = NULL; in MessagingThread()
1857 … tmpDspStructAddress, sizeof(TArmDspCommunicationStruct)); in MessagingThread()