HomeSort by relevance Sort by last modified time
    Searched refs:nCount (Results 1 - 19 of 19) sorted by null

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 787 OMX_U8 nCount = 0;
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++)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 122 OMX_U32 nCount = 0;
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;
876 for (nCount = 0; nCount < NUM_OF_VPP_BUFFERS; nCount ++){
    [all...]
OMX_VPP.c 237 OMX_U32 nCount = 0;
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;
389 eError = VPP_IsValidBuffer(pBufHeader, pMyData, nPortIndex, &nCount);
394 pBufferStart = pMyData->sCompPorts[nPortIndex].pVPPBufHeader[nCount].pBufferStart
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 89 int nCount; /* Fail after this many more calls */
162 gSyscall.nCount--;
163 if( gSyscall.nCount==0 || (gSyscall.nFail && gSyscall.bPersist) ){
504 int nCount = 0;
513 if( Tcl_GetIntFromObj(interp, objv[2], &nCount)
521 gSyscall.nCount = nCount;