Searched refs:offset_to_ifd (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/piex/src/ |
H A D | piex.cc | 140 std::uint32_t offset_to_ifd; in GetExifIfd() local 141 if (!Get32u(stream, sizeof(offset_to_ifd), endian, &offset_to_ifd)) { in GetExifIfd() 147 if (!ParseDirectory(kTiffOffset, offset_to_ifd, endian, {kTiffTagExifIfd}, in GetExifIfd()
|
H A D | tiff_parser.cc | 676 std::uint32_t offset_to_ifd = 0; in Parse() local 679 &offset_to_ifd)) { in Parse() 683 if (!ParseIfd(tiff_offset_ + offset_to_ifd, desired_tags, max_number_ifds, in Parse() 718 bool TiffParser::ParseIfd(const std::uint32_t offset_to_ifd, in ParseIfd() argument 724 if (!ParseDirectory(tiff_offset_, offset_to_ifd, endian_, desired_tags, in ParseIfd()
|
Completed in 3 milliseconds