Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c490 phandle->Armoutputstorage[i] = NULL; in InitMMCodecEx()
799 phandle->Armoutputstorage[i] = NULL; in InitMMCodec()
965 phandle->Armoutputstorage[phandle->iBufoutputcount] = phandle->commStruct; in QueueBuffer()
1826 …facehandle)->dbg, "Address Armoutputstorage %p \n ",((LCML_DSP_INTERFACE *)arg)->Armoutputstorage); in MessagingThread()
1833 if( hDSPInterface ->Armoutputstorage[i] != NULL in MessagingThread()
1834 … && hDSPInterface ->Armoutputstorage[i]->iArmArg == msg.dwArg1) in MessagingThread()
1837 tmpDspStructAddress = hDSPInterface->Armoutputstorage[i] ; in MessagingThread()
1838 hDSPInterface ->Armoutputstorage[i] =NULL; in MessagingThread()
2030 … "LCMLSTOP: %d hDSPInterface->Armoutputstorage[k] = %p\n", k, hDSPInterface->Armoutputstorage[k]); in MessagingThread()
2031 if (hDSPInterface->Armoutputstorage[k] != NULL) in MessagingThread()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h272 TArmDspCommunicationStruct* Armoutputstorage[QUEUE_SIZE]; member