Home
last modified time | relevance | path

Searched refs:syncMsgToReply_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp938 syncMsgToReply_[msg.type].push(make_pair(msg.id, msg.param)); in ReplyToSyncMsgLater()
943 auto iter = syncMsgToReply_.find(msg.type); in GetFirstSyncMsgToReply()
944 if (iter == syncMsgToReply_.end()) { in GetFirstSyncMsgToReply()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp1246 syncMsgToReply_[msg.type].push(std::make_pair(msg.id, msg.param)); in ReplyToSyncMsgLater()
1251 auto iter = syncMsgToReply_.find(msg.type); in GetFirstSyncMsgToReply()
1252 if (iter == syncMsgToReply_.end()) { in GetFirstSyncMsgToReply()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h427 std::map<MsgType, std::queue<std::pair<MsgId, ParamSP>>> syncMsgToReply_; variable