Searched defs:ifd (Results 1 – 3 of 3) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | ExifUtils.cpp | 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() [all …]
|
/hardware/interfaces/camera/common/default/ |
D | Exif.cpp | 297 #define SET_SHORT(ifd, tag, value) \ argument 302 #define SET_LONG(ifd, tag, value) \ argument 307 #define SET_RATIONAL(ifd, tag, numerator, denominator) \ argument 312 #define SET_SRATIONAL(ifd, tag, numerator, denominator) \ argument 317 #define SET_STRING(ifd, tag, format, buffer) \ argument 768 std::unique_ptr<ExifEntry> ExifUtilsImpl::addVariableLengthEntry(ExifIfd ifd, ExifTag tag, in addVariableLengthEntry() 805 std::unique_ptr<ExifEntry> ExifUtilsImpl::addEntry(ExifIfd ifd, ExifTag tag) { in addEntry() 823 bool ExifUtilsImpl::setShort(ExifIfd ifd, ExifTag tag, uint16_t value, const std::string& msg) { in setShort() 833 bool ExifUtilsImpl::setLong(ExifIfd ifd, ExifTag tag, uint32_t value, const std::string& msg) { in setLong() 843 bool ExifUtilsImpl::setRational(ExifIfd ifd, ExifTag tag, uint32_t numerator, uint32_t denominator, in setRational() [all …]
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | exif_utils.cpp | 383 ExifIfd ifd, ExifTag tag, ExifFormat format, uint64_t components, in AddVariableLengthEntry() 418 std::unique_ptr<ExifEntry> ExifUtils::AddEntry(ExifIfd ifd, ExifTag tag) { in AddEntry()
|