Home
last modified time | relevance | path

Searched refs:GetOffsetAndLength (Results 1 – 4 of 4) sorted by relevance

/external/piex/src/
Dpiex.cc167 if (!exif_ifd.GetOffsetAndLength(kExifTagMakernotes, in GetMakernoteIfd()
186 if (!makernote_ifd.GetOffsetAndLength( in GetCameraSettingsIfd()
210 if (!makernote_ifd.GetOffsetAndLength( in GetRawProcessingIfd()
251 if (!makernote_ifd.GetOffsetAndLength( in GetOlympusPreviewImage()
Dtiff_parser.cc269 tiff_ifd->GetOffsetAndLength(kTiffTagSubIfd, TIFF_TYPE_LONG, &offset, in ParseSubIfds()
417 if (!tiff_directory.GetOffsetAndLength( in GetImageData()
/external/piex/src/tiff_directory/
Dtiff_directory.h113 bool GetOffsetAndLength(const Tag tag, const Type type, std::uint32_t* offset,
Dtiff_directory.cc214 bool TiffDirectory::GetOffsetAndLength(const Tag tag, const Type type, in GetOffsetAndLength() function in piex::tiff_directory::TiffDirectory