Searched refs:data_buf (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_flate.cpp | 232 static void PNG_PredictorEncode(FX_LPBYTE& data_buf, FX_DWORD& data_size, int predictor, int Colors… in PNG_PredictorEncode() argument 243 FX_LPBYTE pSrcData = data_buf; in PNG_PredictorEncode() 318 FX_Free(data_buf); in PNG_PredictorEncode() 319 data_buf = dest_buf; in PNG_PredictorEncode() 385 static void PNG_Predictor(FX_LPBYTE& data_buf, FX_DWORD& data_size, in PNG_Predictor() argument 397 FX_LPBYTE pSrcData = data_buf; in PNG_Predictor() 469 FX_Free(data_buf); in PNG_Predictor() 470 data_buf = dest_buf; in PNG_Predictor() 510 static void TIFF_PredictorEncode(FX_LPBYTE& data_buf, FX_DWORD& data_size, in TIFF_PredictorEncode() argument 517 FX_LPBYTE scan_line = data_buf + row * row_size; in TIFF_PredictorEncode() [all …]
|
D | fx_codec_fax.cpp | 11 int _FindBit(const FX_BYTE* data_buf, int max_pos, int start_pos, int bit) in _FindBit() argument 18 FX_BYTE data = data_buf[start_pos / 8]; in _FindBit() 33 if (data_buf[byte_pos] != skip) { in _FindBit() 41 int pos = leading_pos[data_buf[byte_pos]] + byte_pos * 8; in _FindBit()
|
/external/chromium_org/media/base/ |
D | fake_text_track_stream.cc | 53 const uint8* const data_buf = reinterpret_cast<const uint8*>(content.data()); in SatisfyPendingRead() local 65 buffer = DecoderBuffer::CopyFrom(data_buf, data_len, sd_buf, sd_len); in SatisfyPendingRead()
|
/external/pdfium/core/include/fdrm/ |
D | fx_crypt.h | 39 void CRYPT_SetPubKeyDecryptor(FX_BOOL (*func)(FX_LPCBYTE pData, FX_DWORD size, FX_LPBYTE data_buf, …
|
/external/qemu/include/hw/ |
D | usb.h | 177 uint8_t data_buf[1024]; member
|
/external/pdfium/core/src/fdrm/crypto/ |
D | fx_crypt.cpp | 252 static FX_BOOL (*g_PubKeyDecryptor)(FX_LPCBYTE pData, FX_DWORD size, FX_LPBYTE data_buf, FX_DWORD& … 253 void CRYPT_SetPubKeyDecryptor(FX_BOOL (*func)(FX_LPCBYTE pData, FX_DWORD size, FX_LPBYTE data_buf, … in CRYPT_SetPubKeyDecryptor() argument
|
/external/pdfium/fpdfsdk/include/ |
D | fpdfview.h | 180 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadMemDocument(const void* data_buf,
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfview.cpp | 309 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadMemDocument(const void* data_buf, int size, FPDF_BYTESTRIN… in FPDF_LoadMemDocument() argument 314 CMemFile* pMemFile = FX_NEW CMemFile((FX_BYTE*)data_buf, size); in FPDF_LoadMemDocument()
|