Lines Matching defs:ifd
242 #define SET_SHORT(ifd, tag, value) \ argument
248 #define SET_LONG(ifd, tag, value) \ argument
254 #define SET_RATIONAL(ifd, tag, numerator, denominator) \ argument
260 #define SET_SRATIONAL(ifd, tag, numerator, denominator) \ argument
266 #define SET_STRING(ifd, tag, format, buffer) \ argument
755 std::unique_ptr<ExifEntry> ExifUtilsImpl::addVariableLengthEntry(ExifIfd ifd, in addVariableLengthEntry()
790 std::unique_ptr<ExifEntry> ExifUtilsImpl::addEntry(ExifIfd ifd, ExifTag tag) { in addEntry()
808 bool ExifUtilsImpl::setShort(ExifIfd ifd, ExifTag tag, uint16_t value, const std::string& msg) { in setShort()
818 bool ExifUtilsImpl::setLong(ExifIfd ifd, ExifTag tag, uint32_t value, const std::string& msg) { in setLong()
828 bool ExifUtilsImpl::setRational(ExifIfd ifd, ExifTag tag, uint32_t numerator, in setRational()
839 bool ExifUtilsImpl::setSRational(ExifIfd ifd, ExifTag tag, int32_t numerator, in setSRational()
850 bool ExifUtilsImpl::setString(ExifIfd ifd, ExifTag tag, ExifFormat format, in setString()