Searched refs:bsData (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/
H A Dxfa_checksum.h42 const CFX_ByteStringC& bsData,
51 const CFX_ByteStringC& bsData,
/external/pdfium/xfa/fxfa/app/
H A Dxfa_checksum.cpp139 const CFX_ByteStringC& bsData,
148 textBuf << bsData; local
179 const CFX_ByteStringC& bsData,
185 m_SAXContext.m_TextBuf << "<!--" << bsData << "-->";
188 pTag->m_TextBuf << " " << bsData;
137 OnTagData(CXFA_SAXContext* pTag, CFX_SAXItem::Type eType, const CFX_ByteStringC& bsData, uint32_t dwStartPos) argument
177 OnTargetData(CXFA_SAXContext* pTag, CFX_SAXItem::Type eType, const CFX_ByteStringC& bsData, uint32_t dwStartPos) argument
H A Dxfa_ffwidget.cpp1061 CFX_ByteString bsData = wsImage.UTF8Encode(); local
1062 int32_t iLength = bsData.GetLength();
1064 int32_t iRead = XFA_Base64Decode(bsData.c_str(), pImageBuffer);
/external/aac/libSBRdec/src/
H A Dpsbitdec.cpp248 pBsData = &h_ps_d->bsData[h_ps_d->processSlot].mpeg;
453 pBsData = &h_ps_d->bsData[h_ps_d->bsReadSlot].mpeg;
457 FDKmemcpy(pBsData, &h_ps_d->bsData[h_ps_d->bsLastSlot].mpeg, sizeof(MPEG_PS_BS_DATA));
H A Dpsdec.h254 } bsData[(1)+1]; member in struct:PS_DEC
H A Dpsdec.cpp185 FDKmemclear(&h_ps_d->bsData[i].mpeg, sizeof(MPEG_PS_BS_DATA));
983 if (h_ps_d->bsData[h_ps_d->processSlot].mpeg.bFineIidQ)
1043 invL = FX_DBL2FX_SGL(GetInvInt(h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env + 1] - h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env]));
H A Denv_extr.cpp424 if(bPsRead && !hParametricStereoDec->bsData[hParametricStereoDec->bsReadSlot].mpeg.bPsHeaderValid) {
H A Dsbr_dec.cpp659 if ( i == h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env] ) {
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp489 CFX_ByteString bsData = CFX_WideString(wsData).UTF16LE_Encode(); local
490 FPDF_WIDESTRING data = (FPDF_WIDESTRING)bsData.GetBuffer(bsData.GetLength());
525 CFX_ByteString bsData = CFX_WideString(wsData).UTF16LE_Encode(); local
526 FPDF_WIDESTRING data = (FPDF_WIDESTRING)bsData.GetBuffer(bsData.GetLength());

Completed in 1537 milliseconds