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

123

/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/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file_reader.cc33 bool ReadHeader();
81 bool Reader::ReadHeader() { function in class:ipc_fuzzer::__anon16500::Reader
208 if (!ReadHeader())
/external/chromium_org/media/formats/mp4/
H A Dbox_reader.cc107 if (!reader->ReadHeader(err))
129 if (!reader.ReadHeader(err)) return false;
176 if (!child.ReadHeader(&err)) break;
217 bool BoxReader::ReadHeader(bool* err) { function in class:media::mp4::BoxReader
H A Dbox_reader.h157 bool ReadHeader(bool* err);
209 if (!child_reader.ReadHeader(&err)) break;
/external/pdfium/core/include/fxcodec/
H A Dfx_codec_provider.h42 virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps) = 0;
/external/chromium_org/ppapi/proxy/
H A Dresource_message_params.cc50 return ReadHeader(msg, iter) && ReadHandles(msg, iter);
63 bool ResourceMessageParams::ReadHeader(const IPC::Message* msg, function in class:ppapi::proxy::ResourceMessageParams
193 return (ReadHeader(msg, iter) &&
H A Dserialized_handle.cc108 bool SerializedHandle::ReadHeader(PickleIterator* iter, Header* hdr) { function in class:ppapi::proxy::SerializedHandle
H A Dserialized_handle.h133 static bool ReadHeader(PickleIterator* iter, Header* hdr);
/external/chromium_org/courgette/
H A Densemble_apply.cc28 Status ReadHeader(SourceStream* header_stream);
87 Status EnsemblePatchApplication::ReadHeader(SourceStream* header_stream) { function in class:courgette::EnsemblePatchApplication
313 status = patch_process.ReadHeader(patch);
395 Status status = patch_process.ReadHeader(&patch_header_stream);
/external/chromium_org/net/cert/
H A Dcrl_set_storage.cc110 // ReadHeader reads the header (including length prefix) from |data| and
113 static base::DictionaryValue* ReadHeader(base::StringPiece* data) { function in namespace:net
303 scoped_ptr<base::DictionaryValue> header_dict(ReadHeader(&data));
365 scoped_ptr<base::DictionaryValue> header_dict(ReadHeader(&data));
461 scoped_ptr<base::DictionaryValue> header_dict(ReadHeader(&data));
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc33 bool ReadHeader(const base::FilePath& name, char* header, int header_size) { function in namespace:__anon9752
50 if (!ReadHeader(name, reinterpret_cast<char*>(&header), sizeof(header)))
98 if (!ReadHeader(name, reinterpret_cast<char*>(&header), sizeof(header)))
128 if (!ReadHeader(name, reinterpret_cast<char*>(&header), sizeof(header)))
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DPacketLossTest.cc154 rtpFile.ReadHeader();
H A DRTPFile.h98 void ReadHeader();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
H A Dfont.h206 void ReadHeader(FontInputStream* is,
209 void ReadHeader(ReadableFontData* fd,
/external/sfntly/cpp/src/sfntly/
H A Dfont.h206 void ReadHeader(FontInputStream* is,
209 void ReadHeader(ReadableFontData* fd,

Completed in 1740 milliseconds

123