Home
last modified time | relevance | path

Searched refs:imageId2CrashCount_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dphoto_post_processor.cpp509 imageId2CrashCount_(), in PhotoPostProcessor()
622 imageId2CrashCount_.erase(imageId); in RemoveImage()
713 if (imageId2CrashCount_.count(id) == 0) { in OnSessionDied()
714 imageId2CrashCount_.emplace(id, 1); in OnSessionDied()
716 imageId2CrashCount_[id] += 1; in OnSessionDied()
718 if (imageId2CrashCount_[id] >= MAX_CONSECUTIVE_CRASH_COUNT) { in OnSessionDied()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dphoto_post_processor.h89 std::unordered_map<std::string, uint32_t> imageId2CrashCount_; variable