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

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
H A DLCML_DspCodec.h276 OMX_U32 iBufoutputcount; member in struct:LCML_DSP_INTERFACE
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c485 phandle->iBufoutputcount = 0;
794 phandle->iBufoutputcount =0;
920 phandle->iBufoutputcount = phandle->iBufoutputcount % QUEUE_SIZE;
922 phandle->commStruct->Bufoutindex = phandle->iBufoutputcount;
965 phandle->Armoutputstorage[phandle->iBufoutputcount] = phandle->commStruct;
967 pDmmBuf = pDmmBuf + phandle->iBufoutputcount;
968 phandle->iBufoutputcount++;
969 phandle->iBufoutputcount = phandle->iBufoutputcount
[all...]

Completed in 18 milliseconds