Home
last modified time | relevance | path

Searched refs:JPEGDEC_INPUT_PORT (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDecoder.c197 if (nPortIndex == JPEGDEC_INPUT_PORT) { in AllocateBuffer_JPEGDec()
198 …OMX_MALLOC(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBuffer… in AllocateBuffer_JPEGDec()
199 …OMX_CONF_INIT_STRUCT(pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount… in AllocateBuffer_JPEGDec()
200 …te[nBufferCount]->pBufferHdr = %p\n", pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPri… 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()
204 …pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nVersi… in AllocateBuffer_JPEGDec()
205 …pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->pAppPr… in AllocateBuffer_JPEGDec()
206 …pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nBufferCount]->pBufferHdr->nAlloc… in AllocateBuffer_JPEGDec()
[all …]
DOMX_JpegDec_Utils.c252 (pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef->bPopulated))) { in EnablePortJpegDec()
258 JPEGDEC_INPUT_PORT, in EnablePortJpegDec()
276 ((pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef->bPopulated) && in EnablePortJpegDec()
283 JPEGDEC_INPUT_PORT, in EnablePortJpegDec()
581 pPortDefIn = pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef; in Fill_LCMLInitParamsJpegDec()
821 …for (nCount = 0; nCount < pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef->nBufferCount… in HandleInternalFlush()
822 …JPEGDEC_BUFFER_PRIVATE* pBuffPrivate = pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPr… in HandleInternalFlush()
945 nBuffersIn = pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef->nBufferCountActual; in HandleCommandFlush()
948 if ( nParam1 == JPEGDEC_INPUT_PORT || (int)nParam1 == -1 ) { in HandleCommandFlush()
977 …for (nCount = 0; nCount < pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef->nBufferCount… in HandleCommandFlush()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h318 JPEGDEC_INPUT_PORT = 0, enumerator