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

  /external/pdfium/core/fxcrt/xml/
cfx_saxreaderhandler.h 30 const ByteStringView& bsData,
38 const ByteStringView& bsData,
cfx_saxreaderhandler.cpp 58 const ByteStringView& bsData,
66 pTag->m_TextBuf << bsData;
95 const ByteStringView& bsData,
101 m_SAXContext.m_TextBuf << "<!--" << bsData << "-->";
104 pTag->m_TextBuf << " " << bsData;
cfx_saxreader.h 87 const ByteStringView& bsData,
95 const ByteStringView& bsData,
cfx_saxreader_unittest.cpp 31 const ByteStringView& bsData,
41 const ByteStringView& bsData,
  /external/aac/libSBRdec/src/
psdec.cpp 196 FDKmemclear(&h_ps_d->bsData[i].mpeg, sizeof(MPEG_PS_BS_DATA));
337 if (h_ps_d->bsData[h_ps_d->processSlot].mpeg.bFineIidQ) {
398 h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env + 1] -
399 h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env]));
psdec.h 269 } bsData[(1) + 1];
psbitdec.cpp 256 pBsData = &h_ps_d->bsData[h_ps_d->processSlot].mpeg;
464 pBsData = &h_ps_d->bsData[h_ps_d->bsReadSlot].mpeg;
468 FDKmemcpy(pBsData, &h_ps_d->bsData[h_ps_d->bsLastSlot].mpeg,
env_extr.cpp 565 !hParametricStereoDec->bsData[hParametricStereoDec->bsReadSlot]
    [all...]
sbr_dec.cpp 799 h_ps_d->bsData[h_ps_d->processSlot].mpeg.aEnvStartStop[env]) {
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 469 ByteString bsData = WideString(wsData).UTF16LE_Encode();
470 FPDF_WIDESTRING data = (FPDF_WIDESTRING)bsData.GetBuffer(bsData.GetLength());
505 ByteString bsData = WideString(wsData).UTF16LE_Encode();
506 FPDF_WIDESTRING data = (FPDF_WIDESTRING)bsData.GetBuffer(bsData.GetLength());
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 175 ByteString bsData = wsImage.UTF8Encode();
176 int32_t iLength = bsData.GetLength();
178 int32_t iRead = XFA_Base64Decode(bsData.c_str(), pImageBuffer);
    [all...]

Completed in 335 milliseconds