Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.h71 uint64_t getDepsFlag() const { return mDepsFlag; } in getDepsFlag()
72 void setDepsFlag(uint64_t new_deps) { mDepsFlag = new_deps; } in setDepsFlag()
85 uint64_t mDepsFlag; variable
H A DRkAiqAnalyzeGroupManager.cpp31 : mAiqCore(aiqCore), mGroupType(type), mDepsFlag(flag) { in RkAiqAnalyzerGroup()
37 ss << "g-" << std::hex << mGroupType << std::hex << ":" << mDepsFlag; in RkAiqAnalyzerGroup()
60 int32_t unreadyFlag = mDepsFlag & ~mGroupMsgMap.begin()->second.msg_flags; in msgReduction()
121 if (!((1ULL << msg->msg_id) & mDepsFlag)) { in msgHandle()
145 if (!(msg_flags ^ mDepsFlag)) { in msgHandle()
181 mDepsFlag = new_deps; in setDepsFlagAndClearMap()