Home
last modified time | relevance | path

Searched refs:nBufferCount (Results 1 – 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDecoder.c174 OMX_U8 nBufferCount = -1; in AllocateBuffer_JPEGDec() local
183 nBufferCount = pComponentPrivate->pCompPort[nPortIndex]->nBuffCount; in AllocateBuffer_JPEGDec()
189 nBufferCount, pPortDef->nBufferCountActual, nPortIndex); in AllocateBuffer_JPEGDec()
191 if (nBufferCount >= pPortDef->nBufferCountActual) { in AllocateBuffer_JPEGDec()
198 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBuffer… in AllocateBuffer_JPEGDec()
199 …RUCT(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr, O… in AllocateBuffer_JPEGDec()
200 …%p\n", pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr); in AllocateBuffer_JPEGDec()
201 …pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nOutpu… in AllocateBuffer_JPEGDec()
202 …pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nInput… in AllocateBuffer_JPEGDec()
203 …pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nSize … in AllocateBuffer_JPEGDec()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEncoder.c291 OMX_U32 nBufferCount = -1; in JPEGENC_UseBuffer() local
310 nBufferCount = pComponentPrivate->pCompPort[nPortIndex]->nBuffCount; in JPEGENC_UseBuffer()
328 …pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr = pBuffHe… in JPEGENC_UseBuffer()
334 …pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr = pBuffHe… in JPEGENC_UseBuffer()
348 …pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]->bAllocByComponent = OMX_FA… in JPEGENC_UseBuffer()
376 …Header->pInputPortPrivate = pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]; in JPEGENC_UseBuffer()
379 …eader->pOutputPortPrivate = pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]; in JPEGENC_UseBuffer()
383 …pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]->eBufferOwner = JPEGENC_BUF… in JPEGENC_UseBuffer()
386 …pComponentPrivate->pCompPort[nPortIndex]->pBufferPrivate[nBufferCount]->eBufferOwner = JPEGENC_BUF… in JPEGENC_UseBuffer()
2179 OMX_U32 nBufferCount = -1; in JPEGENC_AllocateBuffer() local
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP.c264 nCount = pComponentPrivate->sCompPorts[nPortIndex].nBufferCount; in VPP_AllocateBuffer()
326 pComponentPrivate->sCompPorts[nPortIndex].nBufferCount++; in VPP_AllocateBuffer()
337 pComponentPrivate->sCompPorts[nPortIndex].nBufferCount); in VPP_AllocateBuffer()
339 pComponentPrivate->sCompPorts[nPortIndex].nBufferCount) { in VPP_AllocateBuffer()
388 VPP_DPRINT("VPP:: # allocated buffers = %d\n", pMyData->sCompPorts[nPortIndex].nBufferCount); in VPP_FreeBuffer()
436 pMyData->sCompPorts[nPortIndex].nBufferCount--; in VPP_FreeBuffer()
437 VPP_DPRINT("nBufferCount %d\n", pMyData->sCompPorts[nPortIndex].nBufferCount); in VPP_FreeBuffer()
438 if (pMyData->sCompPorts[nPortIndex].nBufferCount == 0) { in VPP_FreeBuffer()
582 nCount = pMyData->sCompPorts[nPortIndex].nBufferCount; in VPP_UseBuffer()
593 pMyData->sCompPorts[nPortIndex].nBufferCount++; in VPP_UseBuffer()
[all …]
DOMX_VPP_Utils.c1096 pComponentPrivate->sCompPorts[nPortIndex].nBufferCount ++; in VPP_StateToIdle()
1107 pComponentPrivate->sCompPorts[nPortIndex].nBufferCount ++; in VPP_StateToIdle()
1285 … for (nCount = 0; nCount < pComponentPrivate->sCompPorts[nIndex].nBufferCount; nCount++) { in VPP_StateToIdle()
1334 … for (nCount = 0; nCount < pComponentPrivate->sCompPorts[nIndex].nBufferCount; nCount++) { in VPP_StateToIdle()
1393 … for (nCount = 0; nCount < pComponentPrivate->sCompPorts[nIndex].nBufferCount; nCount++) { in VPP_StateToIdle()
1513 …RT].nReturnedBufferCount = pComponentPrivate->sCompPorts[OMX_VPP_INPUT_PORT].nBufferCount; /*usmc*/ in VPP_StateToExecuting()
1552 nBuf =pComponentPrivate->sCompPorts[j].nBufferCount; in VPP_StateToExecuting()
1581 nBuf = pComponentPrivate->sCompPorts[OMX_VPP_YUV_OUTPUT_PORT].nBufferCount; in VPP_StateToExecuting()
1611 nBuf = pComponentPrivate->sCompPorts[OMX_VPP_RGB_OUTPUT_PORT].nBufferCount; in VPP_StateToExecuting()
1826 pComponentPrivate->sCompPorts[nPortIndex].nBufferCount --; in VPP_StateToLoaded()
[all …]
/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h193 status_t v4lStopStreaming(int nBufferCount);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h340 OMX_U32 nBufferCount; member
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp167 status_t V4LCameraAdapter::v4lStopStreaming (int nBufferCount) { in v4lStopStreaming() argument
184 for (int i = 0; i < nBufferCount; i++) { in v4lStopStreaming()