Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c484 phandle->iBufinputcount = 0; in InitMMCodecEx()
793 phandle->iBufinputcount =0; in InitMMCodec()
885 …dbg, "LCML QueueBuffer: phandle->iBufinputcount is %lu (%p) \n", phandle->iBufinputcount, phandle); in QueueBuffer()
921 phandle->iBufinputcount = phandle->iBufinputcount % QUEUE_SIZE; in QueueBuffer()
923 phandle->commStruct->BufInindex = phandle->iBufinputcount; in QueueBuffer()
955 phandle->Arminputstorage[phandle->iBufinputcount] = phandle->commStruct; in QueueBuffer()
957 pDmmBuf = pDmmBuf + phandle->iBufinputcount; in QueueBuffer()
958 phandle->iBufinputcount++; in QueueBuffer()
959 phandle->iBufinputcount = phandle->iBufinputcount % QUEUE_SIZE; in QueueBuffer()
960 …nent)->dbg, "VPP port %lu use InDmmBuffer (%lu) %p\n", streamId, phandle->iBufinputcount, pDmmBuf); in QueueBuffer()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h275 OMX_U32 iBufinputcount; member