Searched refs:iBufinputcount (Results 1 – 2 of 2) sorted by relevance
484 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 …]
275 OMX_U32 iBufinputcount; member