Searched refs:nIndex2 (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
D | JPEGTestEnc.c | 1115 int nIndex2 = 0; in _tmain() local 1406 nIndex2 = nIndex1 + 1; in _tmain() 1419 pInPortDef->nPortIndex = nIndex2; in _tmain() 1492 pOutPortDef->nPortIndex = nIndex2; in _tmain() 1503 pOutPortDef->nPortIndex = nIndex2; in _tmain() 1691 …error = OMX_UseBuffer(pHandle, &pOutBuff[nCounter], nIndex2, (void*)&sJPEGEnc_CompID, pOutPortDef-… in _tmain() 1700 …error = OMX_AllocateBuffer(pHandle, &pOutBuff[nCounter], nIndex2, (void *)&sJPEGEnc_CompID, pOutPo… in _tmain() 2026 error = OMX_FreeBuffer(pHandle, nIndex2, pOutBuff[nCounter]); in _tmain()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
D | JPEGTest.c | 609 int nIndex2; local 842 nIndex2 = nIndex1 + 1; 866 pInPortDef->nPortIndex = nIndex2; 940 pOutPortDef->nPortIndex = nIndex2; 1236 …eError = OMX_UseBuffer(pHandle, &pOutBuffHead[nBufferHdrSend], nIndex2 , pOutBuffHead, pOutPortDef… 1244 …OMX_AllocateBuffer(pHandle, &pOutBuffHead[nBufferHdrSend], nIndex2, (void *)&nPostProcCompId, pOut… 1452 eError = OMX_FreeBuffer(pHandle, nIndex2, pOutBuffHead[nBufferHdrSend]); 1462 eError = OMX_FreeBuffer(pHandle, nIndex2, pOutBuffHead[nBufferHdrSend]);
|