Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h391 std::map<int32_t, int32_t> decodeEventMap_; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1316 auto iterator = decodeEventMap_.find((int)DecodeEvent::EVENT_HEADER_DECODE); in PromoteDecoding()
1317 if (iterator == decodeEventMap_.end()) { in PromoteDecoding()
1318decodeEventMap_.insert(std::pair<int32_t, int32_t>((int)DecodeEvent::EVENT_HEADER_DECODE, 1)); in PromoteDecoding()
1345 auto iter = decodeEventMap_.find((int)DecodeEvent::EVENT_COMPLETE_DECODE); in PromoteDecoding()
1346 if (iter == decodeEventMap_.end()) { in PromoteDecoding()
1347decodeEventMap_.insert(std::pair<int32_t, int32_t>((int)DecodeEvent::EVENT_COMPLETE_DECODE, 1)); in PromoteDecoding()