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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.cpp 40 int32_t& iBufferSize) {
77 iBufferSize = FX_Base64DecodeW(wsPDFContent, wsPDFContent.GetLength(), NULL);
78 pByteBuffer = FX_Alloc(uint8_t, iBufferSize + 1);
79 pByteBuffer[iBufferSize] = '0'; // FIXME: I bet this is wrong.
111 int32_t iBufferSize = 0;
114 if (XFA_GetPDFContentsFromPDFXML(pPDFXML, pByteBuffer, iBufferSize)) {
115 pXFAReader = FX_CreateMemoryStream(pByteBuffer, iBufferSize, TRUE);
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 109 OMX_U32 iBufferSize; /*buffer size */

Completed in 124 milliseconds