Home
last modified time | relevance | path

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

12

/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext_unittest.cpp236 TEST(CFX_GifContext, ReadHeader) { in TEST() argument
247 EXPECT_EQ(CFX_GifDecodeStatus::Error, context.ReadHeader()); in TEST()
257 EXPECT_EQ(CFX_GifDecodeStatus::Unfinished, context.ReadHeader()); in TEST()
270 EXPECT_EQ(CFX_GifDecodeStatus::Success, context.ReadHeader()); in TEST()
287 EXPECT_EQ(CFX_GifDecodeStatus::Unfinished, context.ReadHeader()); in TEST()
302 EXPECT_EQ(CFX_GifDecodeStatus::Success, context.ReadHeader()); in TEST()
Dcfx_gifcontext.h39 CFX_GifDecodeStatus ReadHeader();
/external/pdfium/core/fxcodec/codec/
Dccodec_jpegmodule.h49 int ReadHeader(Context* pContext, int* width, int* height, int* nComps);
51 int ReadHeader(Context* pContext,
Dccodec_bmpmodule.cpp34 int32_t CCodec_BmpModule::ReadHeader(Context* pContext, in ReadHeader() function in CCodec_BmpModule
46 int32_t ret = ctx->m_Bmp.ReadHeader(); in ReadHeader()
Dccodec_gifmodule.cpp25 CFX_GifDecodeStatus CCodec_GifModule::ReadHeader(Context* pContext, in ReadHeader() function in CCodec_GifModule
33 CFX_GifDecodeStatus ret = context->ReadHeader(); in ReadHeader()
Dccodec_bmpmodule.h38 int32_t ReadHeader(Context* pContext,
Dccodec_gifmodule.h47 CFX_GifDecodeStatus ReadHeader(Context* context,
/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()
489 void Font::Builder::ReadHeader(FontInputStream* is, in ReadHeader() function in sfntly::Font::Builder
510 void Font::Builder::ReadHeader(ReadableFontData* fd, in ReadHeader() function in sfntly::Font::Builder
/external/skia/src/codec/
DSkBmpCodec.cpp136 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, in ReadHeader() function in SkBmpCodec
596 *result = ReadHeader(stream.get(), inIco, &codec); in MakeFromStream()
614 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr) == kSuccess; in onRewind()
DSkBmpCodec.h50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
DSkJpegCodec.h91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
DSkJpegCodec.cpp198 SkCodec::Result SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, in ReadHeader() function in SkJpegCodec
291 *result = ReadHeader(stream.get(), &codec, nullptr, std::move(defaultColorProfile)); in MakeFromStream()
374 if (kSuccess != ReadHeader(this->stream(), nullptr, &decoderMgr, nullptr)) { in onRewind()
/external/skqp/src/codec/
DSkBmpCodec.cpp136 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, in ReadHeader() function in SkBmpCodec
595 *result = ReadHeader(stream.get(), inIco, &codec); in MakeFromStream()
613 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr) == kSuccess; in onRewind()
DSkBmpCodec.h50 static Result ReadHeader(SkStream*, bool inIco, std::unique_ptr<SkCodec>* codecOut);
DSkJpegCodec.h91 static Result ReadHeader(SkStream* stream, SkCodec** codecOut,
DSkJpegCodec.cpp198 SkCodec::Result SkJpegCodec::ReadHeader(SkStream* stream, SkCodec** codecOut, in ReadHeader() function in SkJpegCodec
291 *result = ReadHeader(stream.get(), &codec, nullptr, std::move(defaultColorProfile)); in MakeFromStream()
374 if (kSuccess != ReadHeader(this->stream(), nullptr, &decoderMgr, nullptr)) { in onRewind()
/external/tensorflow/tensorflow/contrib/hadoop/kernels/
Dhadoop_dataset_ops.cc33 Status ReadHeader() { in ReadHeader() function in tensorflow::data::__anon0a34fe870111::SequenceFileReader
316 return reader_->ReadHeader(); in SetupStreamsLocked()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h122 void ReadHeader();
262 void ReadHeader();
/external/webrtc/webrtc/modules/audio_coding/test/
DRTPFile.h103 void ReadHeader();
DPacketLossTest.cc154 rtpFile.ReadHeader(); in Perform()
/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.h74 int32_t ReadHeader();
/external/v8/src/wasm/
Dwasm-serialization.cc418 bool ReadHeader(Reader* reader);
436 if (!ReadHeader(reader)) return false; in Read()
445 bool NativeModuleDeserializer::ReadHeader(Reader* reader) { in ReadHeader() function in v8::internal::wasm::NativeModuleDeserializer
/external/python/cpython2/Lib/plat-irix6/
Djpeg.py46 headersize = decomp.ReadHeader(jpegdata)
/external/python/cpython2/Lib/plat-irix5/
Djpeg.py46 headersize = decomp.ReadHeader(jpegdata)

12