Searched refs:ReadHeader (Results 26 - 50 of 58) sorted by relevance

123

/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_device.cc344 ReadHeader();
446 void AndroidUsbDevice::ReadHeader() { function in class:AndroidUsbDevice
468 base::Bind(&AndroidUsbDevice::ReadHeader, this));
604 ReadHeader();
H A Dandroid_usb_device.h109 void ReadHeader();
/external/chromium_org/ppapi/proxy/
H A Dresource_message_params.h83 bool ReadHeader(const IPC::Message* msg, PickleIterator* iter);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.cc327 ReadHeader(&font_is, &records);
338 ReadHeader(wfd, offset_to_offset_table, &records);
480 void Font::Builder::ReadHeader(FontInputStream* is, function in class:sfntly::Font::Builder
501 void Font::Builder::ReadHeader(ReadableFontData* fd, function in class:sfntly::Font::Builder
/external/sfntly/cpp/src/sfntly/
H A Dfont.cc327 ReadHeader(&font_is, &records);
338 ReadHeader(wfd, offset_to_offset_table, &records);
480 void Font::Builder::ReadHeader(FontInputStream* is, function in class:sfntly::Font::Builder
501 void Font::Builder::ReadHeader(ReadableFontData* fd, function in class:sfntly::Font::Builder
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder.cc157 VCDiffResult ReadHeader(ParseableChunk* parseable_chunk);
1047 VCDiffResult VCDiffDeltaFileWindow::ReadHeader( function in class:open_vcdiff::VCDiffDeltaFileWindow
1321 switch (ReadHeader(parseable_chunk)) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DRTPFile.cc164 void RTPFile::ReadHeader() { function in class:webrtc::RTPFile
H A DEncodeDecodeTest.cc318 rtpFile.ReadHeader();
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.h216 HRESULT ReadHeader(
H A D7zIn.cpp863 HRESULT CInArchive::ReadHeader( function in class:NArchive::N7z::CInArchive
1247 return ReadHeader(
/external/opencv/otherlibs/highgui/
H A Dgrfmt_png.cpp127 bool GrFmtPngReader::ReadHeader() function in class:GrFmtPngReader
H A Dgrfmt_tiff.cpp129 bool GrFmtTiffReader::ReadHeader() function in class:GrFmtTiffReader
356 bool GrFmtTiffReader::ReadHeader() function in class:GrFmtTiffReader
H A Dgrfmt_pxm.cpp141 bool GrFmtPxMReader::ReadHeader() function in class:GrFmtPxMReader
H A Dgrfmt_sunras.cpp93 bool GrFmtSunRasterReader::ReadHeader() function in class:GrFmtSunRasterReader
H A Dloadsave.cpp410 if( !reader->ReadHeader() )
H A Dgrfmt_bmp.cpp92 bool GrFmtBmpReader::ReadHeader() function in class:GrFmtBmpReader
H A Dgrfmt_jpeg2000.cpp107 bool GrFmtJpeg2000Reader::ReadHeader() function in class:GrFmtJpeg2000Reader
/external/openfst/src/include/fst/
H A Dadd-on.h208 if (!impl->ReadHeader(strm, nopts, kMinFileVersion, &hdr))
H A Dfst.h680 bool ReadHeader(istream &strm, const FstReadOptions& opts,
780 bool FstImpl<A>::ReadHeader(istream &strm, const FstReadOptions& opts, function in class:fst::FstImpl
788 LOG(INFO) << "FstImpl::ReadHeader: source: " << opts.source
796 LOG(ERROR) << "FstImpl::ReadHeader: Fst not of type \"" << type_
801 LOG(ERROR) << "FstImpl::ReadHeader: Arc not of type \"" << A::Type()
806 LOG(ERROR) << "FstImpl::ReadHeader: Obsolete " << type_
H A Dconst-fst.h208 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
/external/pdfium/core/include/fxcodec/
H A Dfx_codec.h173 virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps) = 0;
/external/pdfium/core/src/fxcodec/codec/
H A Dcodec_int.h145 virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps);
H A Dfx_codec_jpeg.cpp678 int CCodec_JpegModule::ReadHeader(void* pContext, int* width, int* height, int* nComps) function in class:CCodec_JpegModule
681 return m_pExtProvider->ReadHeader(pContext, width, height, nComps);
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c394 static ParseStatus ReadHeader(MemBuffer* const mem) { function
720 status = ReadHeader(&mem);
/external/webp/src/demux/
H A Ddemux.c394 static ParseStatus ReadHeader(MemBuffer* const mem) { function
720 status = ReadHeader(&mem);

Completed in 508 milliseconds

123