Home
last modified time | relevance | path

Searched refs:nIndex1 (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
DJPEGTestEnc.c1114 int nIndex1= 0; in _tmain() local
1405 nIndex1 = pPortParamType->nStartPortNumber; in _tmain()
1406 nIndex2 = nIndex1 + 1; in _tmain()
1407 pInPortDef->nPortIndex = nIndex1; in _tmain()
1415 if (pInPortDef->eDir == nIndex1 ) { in _tmain()
1416 pInPortDef->nPortIndex = nIndex1; in _tmain()
1499 if (pOutPortDef->eDir == nIndex1 ) { in _tmain()
1500 pOutPortDef->nPortIndex = nIndex1; in _tmain()
1688 …error = OMX_UseBuffer(pHandle, &pInBuff[nCounter], nIndex1, (void*)&sJPEGEnc_CompID, pInPortDef->n… in _tmain()
1697 …error = OMX_AllocateBuffer(pHandle, &pInBuff[nCounter], nIndex1, (void *)&sJPEGEnc_CompID, pInPort… in _tmain()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c608 int nIndex1; local
841 nIndex1 = pPortType->nStartPortNumber;
842 nIndex2 = nIndex1 + 1;
862 if (pInPortDef->eDir == nIndex1 ) {
863 pInPortDef->nPortIndex = nIndex1;
936 if (pOutPortDef->eDir == nIndex1 ) {
937 pOutPortDef->nPortIndex = nIndex1;
1234 …eError = OMX_UseBuffer(pHandle, &pInBuffHead[0], nIndex1, pInBuffHead, pInPortDef->nBufferSize, pI…
1241 …OMX_AllocateBuffer(pHandle, &pInBuffHead[0], nIndex1, (void *)&nPostProcCompId, pInPortDef->nBuffe…
1450 eError = OMX_FreeBuffer(pHandle, nIndex1, pInBuffHead[0]);
[all …]