Searched refs:data_buf (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_flate.cpp264 void PNG_PredictorEncode(uint8_t** data_buf, uint32_t* data_size) { argument
270 uint8_t* pSrcData = *data_buf;
284 FX_Free(*data_buf);
285 *data_buf = dest_buf;
357 bool PNG_Predictor(uint8_t*& data_buf, argument
372 uint8_t* pSrcData = data_buf;
444 FX_Free(data_buf);
445 data_buf = dest_buf;
491 bool TIFF_Predictor(uint8_t*& data_buf, argument
502 uint8_t* scan_line = data_buf
[all...]
H A Dfx_codec_fax.cpp51 int FindBit(const uint8_t* data_buf, int max_pos, int start_pos, int bit) { argument
58 uint8_t data = data_buf[start_pos / 8];
73 if (data_buf[byte_pos] != skip)
81 return std::min(leading_pos[data_buf[byte_pos]] + byte_pos * 8, max_pos);
/external/pdfium/core/fxcodec/gif/
H A Dcfx_gifcontext.cpp429 uint8_t* data_buf = nullptr; local
441 if (!ReadData(&data_buf, *data_size) || !ReadData(&data_size, 1)) {
446 cmt_data_ += ByteString(data_buf, block_size);
462 if (!ReadData(&data_buf, *data_size) || !ReadData(&data_size, 1)) {
491 if (!ReadData(&data_buf, *data_size) || !ReadData(&data_size, 1)) {
/external/tensorflow/tensorflow/core/lib/wav/
H A Dwav_io.cc110 const uint8* data_buf = local
114 *value = *value | (data_buf[i] << shift);
/external/pdfium/public/
H A Dfpdfview.h315 // data_buf - Pointer to a buffer containing the PDF document.
331 FPDF_LoadMemDocument(const void* data_buf, int size, FPDF_BYTESTRING password);
/external/pdfium/samples/
H A Dpdfium_test.cc1108 std::vector<char> data_buf(len);
1111 FPDFAttachment_GetFile(attachment, data_buf.data(), len);
1113 data_buf.clear();
1115 if (data_buf.empty()) {
1127 size_t written_len = fwrite(data_buf.data(), 1, len, fp);
/external/pdfium/fpdfsdk/
H A Dfpdfview.cpp635 FPDF_LoadMemDocument(const void* data_buf, int size, FPDF_BYTESTRING password) { argument
637 CMemFile::Create(static_cast<const uint8_t*>(data_buf), size), password);
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h235 Blob(const uint8_t *data_buf, uint8_t byte_width) argument
236 : Sized(data_buf, byte_width) {}

Completed in 3250 milliseconds