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

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 183 nBufferCount = pComponentPrivate->pCompPort[nPortIndex]->nBuffCount;
216 OMX_PRBUFFER1(pComponentPrivate->dbg, "pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBuffCount]->pBufferHdr = %p\n", pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr);
285 pComponentPrivate->pCompPort[nPortIndex]->nBuffCount++;
286 if (pComponentPrivate->pCompPort[nPortIndex]->nBuffCount == pPortDef->nBufferCountActual) {
343 nBufferCount = pComponentPrivate->pCompPort[nPortIndex]->nBuffCount;
410 nBufferCount = --pComponentPrivate->pCompPort[nPortIndex]->nBuffCount;
482 nBufferCount = pComponentPrivate->pCompPort[nPortIndex]->nBuffCount;
558 pComponentPrivate->pCompPort[nPortIndex]->nBuffCount++;
559 if (pComponentPrivate->pCompPort[nPortIndex]->nBuffCount == pPortDef->nBufferCountActual) {
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 238 pCompPort->nBuffCount--;
240 if (pCompPort->nBuffCount == 0) {
310 nBufferCount = pComponentPrivate->pCompPort[nPortIndex]->nBuffCount;
390 pComponentPrivate->pCompPort[nPortIndex]->nBuffCount++;
391 if (pComponentPrivate->pCompPort[nPortIndex]->nBuffCount == pPortDef->nBufferCountActual) {
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 363 OMX_U8 nBuffCount;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 366 OMX_U8 nBuffCount;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_DSP.h 295 OMX_S32 nBuffCount;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]

Completed in 81 milliseconds