Home | History | Annotate | Download | only in tests

Lines Matching refs:nOpBufSize

114 int nOpBufSize = 160; /* default value */
432 nOpBufSize = atoi(argv[8]);
433 APP_DPRINT("%d :: App: nOpBufSize = %d\n",__LINE__, nOpBufSize);
655 pCompPrivateStruct->nBufferSize = nOpBufSize;
735 error = OMX_AllocateBuffer(*pHandle,&pOutputBufferHeader[i],1,NULL,nOpBufSize);
760 pOutputBuffer[i] = malloc (nOpBufSize + 256);
764 error = OMX_UseBuffer(*pHandle,&pOutputBufferHeader[i],1,NULL,nOpBufSize,pOutputBuffer[i]);