Searched refs:GetEndianness (Results 1 – 3 of 3) sorted by relevance
/external/piex/src/ |
D | tiff_parser.h | 128 bool GetEndianness(const std::uint32_t tiff_offset, StreamInterface* stream,
|
D | piex.cc | 232 if (!GetEndianness(0 /* tiff offset */, stream, &endian)) { in GetOlympusPreviewImage() 304 if (!GetEndianness(0 /* tiff offset */, stream, &endian)) { in PefGetColorSpace()
|
D | tiff_parser.cc | 344 bool GetEndianness(const std::uint32_t tiff_offset, StreamInterface* stream, in GetEndianness() function 645 if (!GetEndianness(tiff_offset_, stream_, &endian_) || in Parse()
|