Lines Matching defs:ifd
252 #define SET_SHORT(ifd, tag, value) \ argument
257 #define SET_LONG(ifd, tag, value) \ argument
262 #define SET_RATIONAL(ifd, tag, numerator, denominator) \ argument
268 #define SET_SRATIONAL(ifd, tag, numerator, denominator) \ argument
274 #define SET_STRING(ifd, tag, format, buffer) \ argument
783 ExifIfd ifd, ExifTag tag, ExifFormat format, uint64_t components, in AddVariableLengthEntry()
818 std::unique_ptr<ExifEntry> ExifUtilsImpl::AddEntry(ExifIfd ifd, ExifTag tag) { in AddEntry()
837 bool ExifUtilsImpl::SetShort(ExifIfd ifd, ExifTag tag, uint16_t value, in SetShort()
848 bool ExifUtilsImpl::SetLong(ExifIfd ifd, ExifTag tag, uint32_t value, in SetLong()
859 bool ExifUtilsImpl::SetRational(ExifIfd ifd, ExifTag tag, uint32_t numerator, in SetRational()
871 bool ExifUtilsImpl::SetSRational(ExifIfd ifd, ExifTag tag, int32_t numerator, in SetSRational()
883 bool ExifUtilsImpl::SetString(ExifIfd ifd, ExifTag tag, ExifFormat format, in SetString()