HomeSort by relevance Sort by last modified time
    Searched refs:nBufSize (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 89 int GetQueryClass(LPWSTR pBuf,int nBufSize);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 234 FX_BOOL FDFToURLEncodedData(FX_LPBYTE& pBuf, FX_STRSIZE& nBufSize);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 239 OMX_U32 nBufSize;
258 nBufSize = pComponentPrivate->sCompPorts[nPortIndex].pPortDef.nBufferSize;
260 nBufSize = nSizeBytes;
278 pBufferHdr->nAllocLen = nBufSize;
293 OMX_MALLOC(pComponentPrivate->RGBbuffer, nBufSize);
311 OMX_MALLOC(pBufferStart, nBufSize + 32 + 256);
    [all...]

Completed in 71 milliseconds