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

  /external/opencv3/3rdparty/libtiff/
tif_win32.c 380 SIZE_T nBufSize = (strlen(szTmpModule) +
383 if ((szTitle = (LPTSTR)LocalAlloc(LMEM_FIXED, nBufSize)) == NULL)
387 vsnprintf(szTmp, nBufSize-(strlen(szTitle)+2)*sizeof(char), fmt, ap);
411 SIZE_T nBufSize = (strlen(szTmpModule) +
414 if ((szTitle = (LPTSTR)LocalAlloc(LMEM_FIXED, nBufSize)) == NULL)
418 vsnprintf(szTmp, nBufSize-(strlen(szTitle)+2)*sizeof(char), fmt, ap);
  /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...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 100 milliseconds