Searched defs:iCount (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c2567 OMX_U32 iCount = 0; local
2615 for (iCount = 0; iCount < MAX_PRIVATE_BUFFERS; iCount++) {
2616 if(pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr != NULL) {
2618 pBuffHead = pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr;
2620 if(pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->bAllocByComponent == OMX_TRUE){
2625 pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr = NULL;
2630 for (iCount = 0; iCount < MAX_PRIVATE_BUFFER
[all...]
H A DOMX_VideoDec_Utils.c802 OMX_U32 iCount = 0; local
907 for (iCount = 0; iCount < MAX_PRIVATE_BUFFERS; iCount++) {
908 OMX_MALLOC_STRUCT(pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount], VIDDEC_BUFFER_PRIVATE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
909 pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr = NULL;
912 for (iCount = 0; iCount < MAX_PRIVATE_BUFFERS; iCount++) {
913 OMX_MALLOC_STRUCT(pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount], VIDDEC_BUFFER_PRIVAT
2357 OMX_U32 iCount = 0; local
[all...]

Completed in 67 milliseconds