Searched refs:TArmDspCommunicationStruct (Results 1 – 2 of 2) sorted by relevance
125 } TArmDspCommunicationStruct; typedef272 TArmDspCommunicationStruct* Armoutputstorage[QUEUE_SIZE];273 TArmDspCommunicationStruct* Arminputstorage[QUEUE_SIZE];274 TArmDspCommunicationStruct * commStruct;
895 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()