Home | History | Annotate | Download | only in src

Lines Matching refs:StreamInterface

111 bool Get16u(StreamInterface* stream, const std::uint32_t offset,
117 bool Get32u(StreamInterface* stream, const std::uint32_t offset,
124 StreamInterface* stream, Error* error);
128 bool GetEndianness(const std::uint32_t tiff_offset, StreamInterface* stream,
133 StreamInterface* stream, Image* image);
137 bool GetJpegDimensions(const std::uint32_t jpeg_offset, StreamInterface* stream,
151 const TagSet& desired_tags, StreamInterface* stream,
157 bool GetExifOrientation(StreamInterface* stream, const std::uint32_t offset,
170 explicit TiffParser(StreamInterface* stream);
171 TiffParser(StreamInterface* stream, const std::uint32_t offset);
193 StreamInterface* stream_ = nullptr;