Searched defs:ReadHeader (Results 1 - 20 of 20) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.cpp91 bool GrFmtImageIOReader::ReadHeader() function in class:GrFmtImageIOReader
133 if( !ReadHeader() )
H A Dgrfmt_png.cpp127 bool GrFmtPngReader::ReadHeader() function in class:GrFmtPngReader
H A Dgrfmt_bmp.cpp92 bool GrFmtBmpReader::ReadHeader() function in class:GrFmtBmpReader
H A Dgrfmt_exr.cpp124 bool GrFmtExrReader::ReadHeader() function in class:GrFmtExrReader
H A Dgrfmt_jpeg2000.cpp107 bool GrFmtJpeg2000Reader::ReadHeader() function in class:GrFmtJpeg2000Reader
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 Dgrfmt_tiff.cpp129 bool GrFmtTiffReader::ReadHeader() function in class:GrFmtTiffReader
356 bool GrFmtTiffReader::ReadHeader() function in class:GrFmtTiffReader
H A Dgrfmt_jpeg.cpp156 bool GrFmtJpegReader::ReadHeader() function in class:GrFmtJpegReader
808 bool GrFmtJpegReader::ReadHeader() function in class:GrFmtJpegReader
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_bmp.cpp80 int32_t CCodec_BmpModule::ReadHeader(void* pContext, function in class:CCodec_BmpModule
H A Dfx_codec_gif.cpp106 int32_t CCodec_GifModule::ReadHeader(void* pContext, function in class:CCodec_GifModule
H A Dfx_codec_jpeg.cpp635 int CCodec_JpegModule::ReadHeader(void* pContext, function in class:CCodec_JpegModule
641 int CCodec_JpegModule::ReadHeader(void* pContext,
/external/webrtc/webrtc/modules/audio_coding/test/
H A DRTPFile.cc152 void RTPFile::ReadHeader() { function in class:webrtc::RTPFile
/external/skia/src/codec/
H A DSkJpegCodec.cpp32 bool SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, function in class:SkJpegCodec
69 if (ReadHeader(stream, &codec, nullptr)) {
153 if (!ReadHeader(this->stream(), nullptr, &decoderMgr)) {
H A DSkBmpCodec.cpp88 bool SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, SkCodec** codecOut) { function in class:SkBmpCodec
540 if (ReadHeader(stream, inIco, &codec)) {
559 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr);
/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/opencv3/3rdparty/libwebp/demux/
H A Ddemux.c397 static int ReadHeader(MemBuffer* const mem) { function
680 if (!ReadHeader(&mem)) return NULL;
/external/webp/src/demux/
H A Ddemux.c365 static ParseStatus ReadHeader(MemBuffer* const mem) { function
710 status = ReadHeader(&mem);
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc220 void CompilationUnit::ReadHeader() { function in class:CompilationUnit
266 ReadHeader();
526 ReadHeader();
533 void LineInfo::ReadHeader() { function in class:LineInfo
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp1149 HRESULT CInArchive::ReadHeader( function in class:NArchive::N7z::CInArchive
1642 return ReadHeader(

Completed in 507 milliseconds