Searched refs:GetExifData (Results 1 – 11 of 11) sorted by relevance
39 ExifData* GetExifData();
87 ExifData *exifData = exfiMetadata->GetExifData(); in Write()
195 ExifData *exifData = this->Get()->GetExifData(); in GetExifEncodedBlob()
235 ExifData *ExifMetadata::GetExifData() in GetExifData() function in OHOS::Media::ExifMetadata279 ExifData *exifData = this->GetExifData(); in Clone()
214 ExifData *exifData = this->Get()->GetExifData(); in GetExifEncodeBlob()
215 ExifData *exifData = this->Get()->GetExifData(); in GetExifEncodeBlob()
61 uint32_t GetExifData(const std::string name, std::string &value);
478 pixelmap_->GetExifMetadata()->GetExifData() == nullptr) { in HardwareEncode()503 pixelmap_->GetExifMetadata()->GetExifData() == nullptr) { in EncodeImageByBitmap()2270 picture_->GetExifMetadata()->GetExifData() != nullptr) { in AssembleExifMetaItem()2271 exifData = picture_->GetExifMetadata()->GetExifData(); in AssembleExifMetaItem()2273 pixelmap_->GetExifMetadata()->GetExifData() != nullptr) { in AssembleExifMetaItem()2274 exifData = pixelmap_->GetExifMetadata()->GetExifData(); in AssembleExifMetaItem()
1824 res = exifInfo_.GetExifData(TAG_ORIENTATION_INT, strValue); in HeapMemAlloc()1874 res = exifInfo_.GetExifData(key, value); in HeapMemAlloc()
2022 auto res = info->GetExifData(DATE_TIME_ORIGINAL, orgValue); in SpecialExifData()2029 auto res = info->GetExifData(TAG_ORIENTATION_STRING, orgValue); in SpecialExifData()2061 uint32_t EXIFInfo::GetExifData(const std::string name, std::string &value) in GetExifData() function in OHOS::ImagePlugin::EXIFInfo
1538 ret = exinfo.GetExifData(name, value);1541 ret = exinfo.GetExifData(name2, value);2054 uint32_t ret = exinfo.GetExifData(name, value);