Searched refs:next_ifd_offset (Results 1 – 3 of 3) sorted by relevance
/external/piex/src/ |
D | tiff_parser.cc | 278 std::uint32_t next_ifd_offset; in ParseSubIfds() local 281 &sub_ifd, &next_ifd_offset)) { in ParseSubIfds() 474 std::uint32_t* next_ifd_offset) { in ParseDirectory() argument 526 next_ifd_offset); in ParseDirectory() 696 std::uint32_t next_ifd_offset; in Parse() local 699 stream_, tiff_content->exif_directory.get(), &next_ifd_offset)) { in Parse() 722 std::uint32_t next_ifd_offset; in ParseIfd() local 725 stream_, &tiff_ifd, &next_ifd_offset) || in ParseIfd() 732 if (next_ifd_offset != 0 && tiff_directory->size() < max_number_ifds) { in ParseIfd() 733 return ParseIfd(tiff_offset_ + next_ifd_offset, desired_tags, in ParseIfd() [all …]
|
D | piex.cc | 145 std::uint32_t next_ifd_offset; in GetExifIfd() local 148 stream, &tiff_ifd, &next_ifd_offset)) { in GetExifIfd() 156 &next_ifd_offset); in GetExifIfd() 173 std::uint32_t next_ifd_offset; in GetMakernoteIfd() local 177 stream, makernote_ifd, &next_ifd_offset); in GetMakernoteIfd() 192 std::uint32_t next_ifd_offset; in GetCameraSettingsIfd() local 200 camera_settings_ifd, &next_ifd_offset); in GetCameraSettingsIfd() 216 std::uint32_t next_ifd_offset; in GetRawProcessingIfd() local 223 desired_tags, stream, raw_processing_ifd, &next_ifd_offset); in GetRawProcessingIfd()
|
D | tiff_parser.h | 153 std::uint32_t* next_ifd_offset);
|