Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c485 phandle->iBufoutputcount = 0; in InitMMCodecEx()
794 phandle->iBufoutputcount =0; in InitMMCodec()
920 phandle->iBufoutputcount = phandle->iBufoutputcount % QUEUE_SIZE; in QueueBuffer()
922 phandle->commStruct->Bufoutindex = phandle->iBufoutputcount; in QueueBuffer()
965 phandle->Armoutputstorage[phandle->iBufoutputcount] = phandle->commStruct; in QueueBuffer()
967 pDmmBuf = pDmmBuf + phandle->iBufoutputcount; in QueueBuffer()
968 phandle->iBufoutputcount++; in QueueBuffer()
969 phandle->iBufoutputcount = phandle->iBufoutputcount % QUEUE_SIZE; in QueueBuffer()
1829 … hDSPInterface->iBufoutputcount = hDSPInterface->iBufoutputcount % QUEUE_SIZE; in MessagingThread()
1830 i = hDSPInterface->iBufoutputcount; in MessagingThread()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h276 OMX_U32 iBufoutputcount; member