HomeSort by relevance Sort by last modified time
    Searched refs:ReadHeader (Results 1 - 25 of 48) sorted by null

1 2

  /external/opencv/otherlibs/highgui/
grfmt_bmp.h 65 bool ReadHeader();
grfmt_imageio.h 25 bool ReadHeader();
grfmt_png.h 61 bool ReadHeader();
grfmt_pxm.h 58 bool ReadHeader();
grfmt_tiff.h 101 bool ReadHeader();
121 bool ReadHeader();
grfmt_sunras.h 71 bool ReadHeader();
grfmt_jpeg.h 60 bool ReadHeader();
116 bool ReadHeader();
grfmt_base.h 77 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 )
grfmt_exr.h 66 bool ReadHeader();
grfmt_jpeg2000.h 69 bool ReadHeader();
grfmt_imageio.cpp 91 bool GrFmtImageIOReader::ReadHeader()
133 if( !ReadHeader() )
  /external/skia/src/codec/
SkBmpCodec.h 51 static bool ReadHeader(SkStream*, bool inIco, SkCodec** codecOut);
SkJpegCodec.h 81 static bool ReadHeader(SkStream* stream, SkCodec** codecOut,
SkGifCodec.h 53 static bool ReadHeader(SkStream* stream, SkCodec** codecOut,
SkBmpCodec.cpp 88 bool SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, SkCodec** codecOut) {
540 if (ReadHeader(stream, inIco, &codec)) {
559 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr);
SkGifCodec.cpp 166 bool SkGifCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, GifFileType** gifOut) {
236 if (ReadHeader(stream, &codec, nullptr)) {
262 if (!ReadHeader(this->stream(), nullptr, &gifOut)) {
  /external/sfntly/cpp/src/sfntly/
font.h 206 void ReadHeader(FontInputStream* is,
209 void ReadHeader(ReadableFontData* fd,
font.cc 327 ReadHeader(&font_is, &records);
338 ReadHeader(wfd, offset_to_offset_table, &records);
480 void Font::Builder::ReadHeader(FontInputStream* is,
501 void Font::Builder::ReadHeader(ReadableFontData* fd,
  /external/webrtc/webrtc/modules/audio_coding/test/
RTPFile.h 103 void ReadHeader();
PacketLossTest.cc 154 rtpFile.ReadHeader();
  /external/pdfium/core/include/fxcodec/
fx_codec.h 238 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/pdfium/core/src/fxcodec/codec/
codec_int.h 193 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,
fx_codec_bmp.cpp 80 int32_t CCodec_BmpModule::ReadHeader(void* pContext,
  /system/extras/simpleperf/
record_file.h 123 bool ReadHeader();
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 122 void ReadHeader();
262 void ReadHeader();
    [all...]

Completed in 1020 milliseconds

1 2