Searched refs:ReadHeader (Results 1 - 25 of 44) sorted by relevance

12

/external/opencv/otherlibs/highgui/
H A Dgrfmt_imageio.h25 bool ReadHeader();
H A Dgrfmt_bmp.h65 bool ReadHeader();
H A Dgrfmt_png.h61 bool ReadHeader();
H A Dgrfmt_pxm.h58 bool ReadHeader();
H A Dgrfmt_sunras.h71 bool ReadHeader();
H A Dgrfmt_tiff.h101 bool ReadHeader();
121 bool ReadHeader();
H A Dgrfmt_jpeg.h60 bool ReadHeader();
116 bool ReadHeader();
H A Dgrfmt_exr.h66 bool ReadHeader();
H A Dgrfmt_jpeg2000.h69 bool ReadHeader();
H A Dgrfmt_base.h77 virtual bool ReadHeader() = 0;
84 int m_width; // width of the image ( filled by ReadHeader )
85 int m_height; // height of the image ( filled by ReadHeader )
H A Dgrfmt_imageio.cpp91 bool GrFmtImageIOReader::ReadHeader() function in class:GrFmtImageIOReader
133 if( !ReadHeader() )
/external/skia/src/codec/
H A DSkBmpCodec.h51 static bool ReadHeader(SkStream*, bool inIco, SkCodec** codecOut);
H A DSkJpegCodec.h81 static bool ReadHeader(SkStream* stream, SkCodec** codecOut,
H A DSkGifCodec.h53 static bool ReadHeader(SkStream* stream, SkCodec** codecOut,
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);
H A DSkGifCodec.cpp166 bool SkGifCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, GifFileType** gifOut) {
236 if (ReadHeader(stream, &codec, nullptr)) {
262 if (!ReadHeader(this->stream(), nullptr, &gifOut)) {
H A DSkJpegCodec.cpp32 bool SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, function in class:SkJpegCodec
69 if (ReadHeader(stream, &codec, nullptr)) {
154 if (!ReadHeader(this->stream(), nullptr, &decoderMgr)) {
/external/pdfium/core/src/fxcodec/codec/
H A 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,
H A Dfx_codec_bmp.cpp80 int32_t CCodec_BmpModule::ReadHeader(void* pContext, function in class:CCodec_BmpModule
/external/webrtc/webrtc/modules/audio_coding/test/
H A DPacketLossTest.cc154 rtpFile.ReadHeader();
H A DRTPFile.h103 void ReadHeader();
/external/sfntly/cpp/src/sfntly/
H A Dfont.h206 void ReadHeader(FontInputStream* is,
209 void ReadHeader(ReadableFontData* fd,
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/pdfium/core/include/fxcodec/
H A 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/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h122 void ReadHeader();
262 void ReadHeader();

Completed in 278 milliseconds

12