D | ExifUtils.cpp | 210 virtual bool setShort(ExifIfd ifd, ExifTag tag, uint16_t value, const std::string& msg); 244 if (setShort(ifd, tag, value, #tag) == false) \ 808 bool ExifUtilsImpl::setShort(ExifIfd ifd, ExifTag tag, uint16_t value, const std::string& msg) { in setShort() function in android::camera3::ExifUtilsImpl
|