Searched refs:nBuffCount (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c183 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) {
689 pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->nBuffCount
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c238 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) {
677 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->nBuffCount = 0;
681 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->nBuffCount = 0;
2186 nBufferCount = pComponentPrivate->pCompPort[nPortIndex]->nBuffCount;
2266 pComponentPrivate->pCompPort[nPortIndex]->nBuffCount++;
2268 pComponentPrivate->pCompPort[nPortIndex]->nBuffCount,
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h363 OMX_U8 nBuffCount; member in struct:JPEGDEC_PORT_TYPE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h366 OMX_U8 nBuffCount; member in struct:JPEG_PORT_TYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_DSP.h295 OMX_S32 nBuffCount; member in struct:__anon5409
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c5715 ((MP4VD_GPP_SN_UALGInputParams*)pUalgInpParams)->nBuffCount = ++pComponentPrivate->frameCounter;
5892 ((MP4VD_GPP_SN_UALGInputParams*)pComponentPrivate->pUalgParams)->nBuffCount = -1;
5897 ((MP4VD_GPP_SN_UALGInputParams*)pComponentPrivate->pUalgParams)->nBuffCount);
6266 ((MP4VD_GPP_SN_UALGInputParams*)pUalgInpParams)->nBuffCount = ++pComponentPrivate->frameCounter;

Completed in 258 milliseconds