Searched defs:data_buf (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/base/
H A Dfake_text_track_stream.cc53 const uint8* const data_buf = reinterpret_cast<const uint8*>(content.data()); local
65 buffer = DecoderBuffer::CopyFrom(data_buf, data_len, sd_buf, sd_len);
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt.cpp252 static FX_BOOL (*g_PubKeyDecryptor)(FX_LPCBYTE pData, FX_DWORD size, FX_LPBYTE data_buf, FX_DWORD& data_len) = NULL;
253 void CRYPT_SetPubKeyDecryptor(FX_BOOL (*func)(FX_LPCBYTE pData, FX_DWORD size, FX_LPBYTE data_buf, FX_DWORD& data_len)) argument
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp11 int _FindBit(const FX_BYTE* data_buf, int max_pos, int start_pos, int bit) argument
18 FX_BYTE data = data_buf[start_pos / 8];
33 if (data_buf[byte_pos] != skip) {
41 int pos = leading_pos[data_buf[byte_pos]] + byte_pos * 8;
H A Dfx_codec_flate.cpp232 static void PNG_PredictorEncode(FX_LPBYTE& data_buf, FX_DWORD& data_size, int predictor, int Colors, int BitsPerComponent, int Columns) argument
243 FX_LPBYTE pSrcData = data_buf;
318 FX_Free(data_buf);
319 data_buf = dest_buf;
385 static void PNG_Predictor(FX_LPBYTE& data_buf, FX_DWORD& data_size, argument
397 FX_LPBYTE pSrcData = data_buf;
469 FX_Free(data_buf);
470 data_buf = dest_buf;
510 static void TIFF_PredictorEncode(FX_LPBYTE& data_buf, FX_DWORD& data_size, argument
517 FX_LPBYTE scan_line = data_buf
555 TIFF_Predictor(FX_LPBYTE& data_buf, FX_DWORD& data_size, int Colors, int BitsPerComponent, int Columns) argument
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp309 DLLEXPORT FPDF_DOCUMENT STDCALL FPDF_LoadMemDocument(const void* data_buf, int size, FPDF_BYTESTRING password) argument
314 CMemFile* pMemFile = FX_NEW CMemFile((FX_BYTE*)data_buf, size);
/external/qemu/include/hw/
H A Dusb.h177 uint8_t data_buf[1024]; member in struct:USBDevice

Completed in 1848 milliseconds