Home
last modified time | relevance | path

Searched refs:IsFileChanged (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dabstract_exif_metadata_accessor.h43 virtual bool IsFileChanged() override in IsFileChanged() function
46 return imageStream_->IsFileChanged(); in IsFileChanged()
H A Dmetadata_accessor.h43 virtual bool IsFileChanged() = 0;
H A Dmetadata_stream.h199 virtual bool IsFileChanged() in IsFileChanged() function
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dmetadata_accessor_factory.cpp132 if (stream->IsFileChanged()) { in GetImageType()
H A Dbuffer_metadata_stream.cpp155 if (IsFileChanged()) { in Read()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1632 …return metadataAccessor->IsFileChanged() ? ERR_MEDIA_MMAP_FILE_CHANGED : ERR_IMAGE_DECODE_EXIF_UNS… in CreateExifMetadata()