Home | History | Annotate | Download | only in tests

Lines Matching defs:inBufSize

313     int inBufSize = 0;
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);