Searched refs:nCount (Results 1 - 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Utils.c787 OMX_U8 nCount = 0; local
821 for (nCount = 0; nCount < pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef->nBufferCountActual; nCount++) {
822 JPEGDEC_BUFFER_PRIVATE* pBuffPrivate = pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nCount];
829 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->pCompPort[0]->pBufferPrivate[nCount]->pBufferHdr), pBuffer),
830 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->pCompPort[0]->pBufferPrivate[nCount]->pBufferHdr), nFilledLen),
875 for (nCount = 0; nCount < pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortDef->nBufferCountActual; nCount
931 OMX_U8 nCount = 0; local
1112 OMX_U8 nCount = 0; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c122 OMX_U32 nCount = 0; local
127 while (pComponentPrivate->sCompPorts[pIndex].pVPPBufHeader[nCount].pBufHeader != pBufHeader)
129 nCount ++;
130 if (nCount >= NUM_OF_VPP_BUFFERS) {
134 *pCount = nCount;
135 VPP_DPRINT("Exiting Valid buffer -- %lu\n ",nCount);
830 OMX_U32 nCount = 0; local
876 for (nCount = 0; nCount < NUM_OF_VPP_BUFFERS; nCount
1234 OMX_U32 nCount = 0; local
[all...]
H A DOMX_VPP.c237 OMX_U32 nCount = 0; local
264 nCount = pComponentPrivate->sCompPorts[nPortIndex].nBufferCount;
269 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].pBufHeader = pBufferHdr;
270 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].bSelfAllocated = OMX_TRUE;
325 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].pBufferStart = pBufferStart;
345 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].eBufferOwner = VPP_BUFFER_CLIENT;
346 * ppBufferHdr = pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].pBufHeader;
373 OMX_U32 nCount = 0; local
389 eError = VPP_IsValidBuffer(pBufHeader, pMyData, nPortIndex, &nCount);
394 pBufferStart = pMyData->sCompPorts[nPortIndex].pVPPBufHeader[nCount]
512 OMX_U32 nCount = 0; local
1983 OMX_U32 nCount = 0; local
2198 OMX_U32 nCount = 0; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c1248 OMX_U8 nCount = 0; local
1597 for (nCount = 0; nCount < pPortDefIn->nBufferCountActual; nCount++)
1600 nCount,
1602 pCompPortIn->pBufferPrivate[nCount]->pBufferHdr,
1603 pCompPortIn->pBufferPrivate[nCount]->eBufferOwner);
1605 if (pCompPortIn->pBufferPrivate[nCount]->eBufferOwner == VIDENC_BUFFER_WITH_DSP ||
1606 pCompPortIn->pBufferPrivate[nCount]->eBufferOwner == VIDENC_BUFFER_WITH_COMPONENT)
1609 nCount,
4230 int nCount; local
[all...]
H A DOMX_VideoEncoder.c3492 OMX_U8 nCount = 0; local
3591 if (pCompPort->pBufferPrivate[nCount]->pBufferHdr == pBufHead)
3595 nCount++;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c762 OMX_U32 nBufIndex, nSize, nCount=0; local
784 TIMM_OSAL_GetPipeReadyMessageCount(pProxy->hBufPipe, (TIMM_OSAL_U32 *)&nCount);
785 if(nCount)
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c750 OMX_U32 nBufIndex, nSize, nCount=0; local
772 TIMM_OSAL_GetPipeReadyMessageCount(pProxy->hBufPipe, (TIMM_OSAL_U32 *)&nCount);
773 if(nCount)
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c533 OMX_U32 nCount = 0; local
551 for(nCount = 0; nCount >= CBUFFER_SIZE; nCount++) {
552 pTempCBuffer->pElement[nCount] = NULL;
555 pTempCBuffer->nCount = 0;
571 OMX_U32 nCount = 0; local
586 for (nCount = pTempCBuffer->nTail; nCount <= pTempCBuffer->nHead; nCount
611 OMX_U32 nCount = 0; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h599 OMX_U8 nCount; member in struct:VIDDEC_CIRCULAR_BUFFER

Completed in 223 milliseconds