Home
last modified time | relevance | path

Searched refs:ReadHeader (Results 1 – 25 of 45) sorted by relevance

12

/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.h101 bool ReadHeader();
121 bool ReadHeader();
Dgrfmt_jpeg.h60 bool ReadHeader();
116 bool ReadHeader();
Dgrfmt_imageio.h25 bool ReadHeader();
Dgrfmt_png.h61 bool ReadHeader();
Dgrfmt_bmp.h65 bool ReadHeader();
Dgrfmt_pxm.h58 bool ReadHeader();
Dgrfmt_sunras.h71 bool ReadHeader();
Dgrfmt_imageio.cpp91 bool GrFmtImageIOReader::ReadHeader() in ReadHeader() function in GrFmtImageIOReader
133 if( !ReadHeader() ) in ReadData()
Dgrfmt_exr.h66 bool ReadHeader();
Dgrfmt_jpeg2000.h69 bool ReadHeader();
Dgrfmt_base.h77 virtual bool ReadHeader() = 0;
/external/pdfium/core/src/fxcodec/codec/
Dcodec_int.h193 int ReadHeader(void* pContext, int* width, int* height, int* nComps) override;
195 int ReadHeader(void* pContext,
230 virtual int32_t ReadHeader(void* pContext,
256 int32_t ReadHeader(void* pContext,
Dfx_codec_bmp.cpp80 int32_t CCodec_BmpModule::ReadHeader(void* pContext, in ReadHeader() function in CCodec_BmpModule
/external/sfntly/cpp/src/sfntly/
Dfont.h206 void ReadHeader(FontInputStream* is,
209 void ReadHeader(ReadableFontData* fd,
Dfont.cc327 ReadHeader(&font_is, &records); in LoadFont()
338 ReadHeader(wfd, offset_to_offset_table, &records); in LoadFont()
480 void Font::Builder::ReadHeader(FontInputStream* is, in ReadHeader() function in sfntly::Font::Builder
501 void Font::Builder::ReadHeader(ReadableFontData* fd, in ReadHeader() function in sfntly::Font::Builder
/external/skia/src/codec/
DSkBmpCodec.cpp88 bool SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, SkCodec** codecOut) { in ReadHeader() function in SkBmpCodec
540 if (ReadHeader(stream, inIco, &codec)) { in NewFromStream()
559 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr); in onRewind()
DSkGifCodec.cpp166 bool SkGifCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, GifFileType** gifOut) { in ReadHeader() function in SkGifCodec
236 if (ReadHeader(stream, &codec, nullptr)) { in NewFromStream()
262 if (!ReadHeader(this->stream(), nullptr, &gifOut)) { in onRewind()
DSkJpegCodec.h81 static bool ReadHeader(SkStream* stream, SkCodec** codecOut,
DSkBmpCodec.h51 static bool ReadHeader(SkStream*, bool inIco, SkCodec** codecOut);
DSkGifCodec.h53 static bool ReadHeader(SkStream* stream, SkCodec** codecOut,
DSkJpegCodec.cpp32 bool SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, in ReadHeader() function in SkJpegCodec
69 if (ReadHeader(stream, &codec, nullptr)) { in NewFromStream()
153 if (!ReadHeader(this->stream(), nullptr, &decoderMgr)) { in onRewind()
/external/pdfium/core/include/fxcodec/
Dfx_codec.h238 virtual int ReadHeader(void* pContext,
244 virtual int ReadHeader(void* pContext,
319 virtual int32_t ReadHeader(void* pContext,
369 virtual int32_t ReadHeader(void* pContext,
/external/webrtc/webrtc/modules/audio_coding/test/
DRTPFile.h103 void ReadHeader();
DPacketLossTest.cc154 rtpFile.ReadHeader(); in Perform()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h122 void ReadHeader();
262 void ReadHeader();

12