Home
last modified time | relevance | path

Searched refs:GetFilterArea (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp129 uint32_t ret = imageSource->GetFilterArea(gpsExifKeys, ranges);
175 uint32_t ret = imageSource->GetFilterArea(gpsExifKeys, ranges);
221 uint32_t ret = imageSource->GetFilterArea(gpsExifKeys, ranges);
267 uint32_t ret = imageSource->GetFilterArea(gpsExifKeys, ranges);
309 uint32_t ret = imageSource->GetFilterArea(keys, ranges);
326 uint32_t ret = imageSource->GetFilterArea(gpsExifKeys, ranges);
343 uint32_t ret = imageSource->GetFilterArea(gpsExifKeys, ranges);
360 uint32_t ret = imageSource->GetFilterArea(gpsExifKeys, ranges);
377 uint32_t ret = imageSource->GetFilterArea(gpsExifKeys, ranges);
394 uint32_t ret = imageSource->GetFilterArea(gpsExifKeys, ranges);
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dabstract_exif_metadata_accessor.cpp65 uint32_t AbstractExifMetadataAccessor::GetFilterArea(const std::vector<std::string> &exifKeys, in GetFilterArea() function in OHOS::Media::AbstractExifMetadataAccessor
73 exifMetadata_->GetFilterArea(exifKeys, ranges); in GetFilterArea()
H A Dpng_exif_metadata_accessor.cpp385 uint32_t PngExifMetadataAccessor::GetFilterArea(const std::vector<std::string> &exifKeys, in GetFilterArea() function in OHOS::Media::PngExifMetadataAccessor
397 exifMetadata_->GetFilterArea(exifKeys, ranges); in GetFilterArea()
H A Dexif_metadata.cpp845 void ExifMetadata::GetFilterArea(const std::vector<std::string> &exifKeys, in GetFilterArea() function in OHOS::Media::ExifMetadata
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedia_privacy_manager.cpp323 err = imageSource->GetFilterArea(ALL_SENSITIVE_EXIF, areas); in CollectRanges()
326 err = imageSource->GetFilterArea(GEOGRAPHIC_LOCATION_EXIF, areas); in CollectRanges()
329 err = imageSource->GetFilterArea(SHOOTING_PARAM_EXIF, areas); in CollectRanges()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dmetadata_accessor.h41 virtual uint32_t GetFilterArea(const std::vector<std::string> &exifKeys,
H A Dabstract_exif_metadata_accessor.h36 virtual uint32_t GetFilterArea(const std::vector<std::string> &exifKeys,
H A Dpng_exif_metadata_accessor.h37 uint32_t GetFilterArea(const std::vector<std::string> &exifKeys,
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dexif_metadata.h45 …void GetFilterArea(const std::vector<std::string> &exifKeys, std::vector<std::pair<uint32_t, uint3…
H A Dimage_source.h237 …NATIVEEXPORT uint32_t GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32…
238 NATIVEEXPORT uint32_t GetFilterArea(const std::vector<std::string> &exifKeys,
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h66 …uint32_t GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges)…
H A Dexif_info.h56 uint32_t GetFilterArea(const uint8_t *buf,
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h197 …virtual uint32_t GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> … in GetFilterArea() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h65 …uint32_t GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t>> &ranges)…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp311 uint32_t ImageSource::GetFilterArea(const int &redactionType, in GetFilterArea() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp1071 uint32_t JpegDecoder::GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_… in GetFilterArea() function in OHOS::ImagePlugin::JpegDecoder
1101 uint32_t ret = exifInfo_.GetFilterArea(buf, bufSize, privacyType, ranges); in GetFilterArea()
H A Dexif_info.cpp1532 uint32_t EXIFInfo::GetFilterArea(const uint8_t *buf, in GetFilterArea() function in OHOS::ImagePlugin::EXIFInfo
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2534 uint32_t ImageSource::GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_… in GetFilterArea() function in OHOS::Media::ImageSource
2543 ret = mainDecoder_->GetFilterArea(privacyType, ranges); in GetFilterArea()
2579 uint32_t ImageSource::GetFilterArea(const std::vector<std::string> &exifKeys, in GetFilterArea() function in OHOS::Media::ImageSource
2599 return metadataAccessor->GetFilterArea(exifKeys, ranges); in GetFilterArea()
2613 auto ret = metadataAccessor->GetFilterArea(exifKeys, ranges); in GetFilterArea()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp764 uint32_t ret = imageSource->GetFilterArea(filterType, ranges);
1195 uint32_t ret = imageSource->GetFilterArea(privacyType, ranges);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dplugin_libjpeg_test.cpp305 exinfo.GetFilterArea(buf, bufSize, filterType, ranges);
322 uint32_t ret = exinfo.GetFilterArea(buf, bufSize, filterType, ranges);
H A Dext_decoder_test.cpp588 uint32_t ret = extDecoder->GetFilterArea(privacyType, ranges);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1912 uint32_t ExtDecoder::GetFilterArea(const int &privacyType, std::vector<std::pair<uint32_t, uint32_t… in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
1930 …auto ret = exifInfo_.GetFilterArea(buffer, (appSize < size) ? appSize : size, privacyType, ranges); in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_ex_test.cpp1420 uint32_t ret = jpegDecoder->GetFilterArea(1, ranges);