HomeSort by relevance Sort by last modified time
    Searched refs:nCount (Results 1 - 11 of 11) 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...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
OMX_VideoEncoder.c     [all...]
  /external/svox/pico/lib/
picosa.c 798 picoos_uint32 nCount;
812 for (nCount = 0; nCount < inLen; ) {
813 if (!picobase_get_next_utf8char(sInChar, inLen, &nCount, cstr)) {
819 if (nCount == pos) {
841 picoos_uint8 nCount;
873 /* set start nCount to position of start of last utfchar */
    [all...]
picosig2.c 66 picoos_int32 nCount;
294 for (nCount = 0; nCount < CEPST_BUFF_SIZE; nCount++) {
300 sig_inObj->int_vec41[nCount] = d32;
303 for (nCount = 0; nCount < PHASE_BUFF_SIZE; nCount++) {
309 sig_inObj->int_vec42[nCount] = d32;
333 picoos_int32 nCount;
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayerRenderer.cpp 315 outRects.resize(regionData->rdh.nCount);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 533 OMX_U32 nCount = 0;
551 for(nCount = 0; nCount >= CBUFFER_SIZE; nCount++) {
552 pTempCBuffer->pElement[nCount] = NULL;
555 pTempCBuffer->nCount = 0;
571 OMX_U32 nCount = 0;
586 for (nCount = pTempCBuffer->nTail; nCount <= pTempCBuffer->nHead; nCount++)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 599 OMX_U8 nCount;
    [all...]
  /external/webkit/WebKit/win/
WebView.cpp 855 if (regionData->rdh.nCount > cRectThreshold) {
863 for (i = 0, rect = reinterpret_cast<RECT*>(regionData->Buffer); i < regionData->rdh.nCount; i++, rect++)
873 for (i = 0, rect = reinterpret_cast<RECT*>(regionData->Buffer); i < regionData->rdh.nCount; i++, rect++)
    [all...]

Completed in 861 milliseconds