Lines Matching defs:iCount

802     OMX_U32 iCount = 0;
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_PRIVATE,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
914 pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr = NULL;
962 for (iCount = 0; iCount < MAX_PRIVATE_BUFFERS; iCount++) {
963 OMX_CONF_INIT_STRUCT(&pComponentPrivate->eMBErrorMapType[iCount], OMX_CONFIG_MACROBLOCKERRORMAPTYPE_TI , pComponentPrivate->dbg);
964 pComponentPrivate->eMBErrorMapType[iCount].nPortIndex = VIDDEC_OUTPUT_PORT;
965 pComponentPrivate->eMBErrorMapType[iCount].nErrMapSize = (VIDDEC_DEFAULT_WIDTH * VIDDEC_DEFAULT_HEIGHT) / 256;
1071 for (iCount = 0; iCount < CBUFFER_SIZE; iCount++) {
1072 pComponentPrivate->aBufferFlags[iCount].nTimeStamp = 0;
1073 pComponentPrivate->aBufferFlags[iCount].nFlags = 0;
1074 pComponentPrivate->aBufferFlags[iCount].pMarkData = NULL;
1075 pComponentPrivate->aBufferFlags[iCount].hMarkTargetComponent = NULL;
2357 OMX_U32 iCount = 0;
3654 for (iCount = 0; iCount < MAX_PRIVATE_BUFFERS; iCount++) {
3655 if(pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->bAllocByComponent == OMX_TRUE){
3656 if(pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr != NULL) {
3658 pBuffHead = pComponentPrivate->pCompPort[VIDDEC_INPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr;
3664 for (iCount = 0; iCount < MAX_PRIVATE_BUFFERS; iCount++) {
3665 if(pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount]->bAllocByComponent == OMX_TRUE){
3666 if(pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr != NULL) {
3668 pBuffHead = pComponentPrivate->pCompPort[VIDDEC_OUTPUT_PORT]->pBufferPrivate[iCount]->pBufferHdr;