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

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c313 int inBufSize = 0; local
393 inBufSize = atoi(argv[4])<<1;
507 pCompPrivateStruct->nBufferSize = inBufSize;
617 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader,0,NULL,inBufSize);
630 pInputBuffer = (OMX_U8*)malloc(inBufSize+G722ENC_CACHE_ALIGN_MALLOC);
634 error = OMX_UseBuffer(pHandle,&pInputBufferHeader,0,NULL,inBufSize,pInputBuffer);
1142 error = OMX_AllocateBuffer(pHandle,&pInputBufferHeader,0,NULL,inBufSize);

Completed in 84 milliseconds