Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp148 , groupUpdateMask(0x00) in RkAiqCore()
3323 uint64_t need_update = groupUpdateMask & grpId2GrpMask(type); in updateCalib()
3330 groupUpdateMask &= (~need_update); in updateCalib()
3341 groupUpdateMask |= mask; in notifyUpdate()
3350 while (groupUpdateMask != 0) { in waitUpdateDone()
H A DRkAiqCore.h702 uint64_t groupUpdateMask; variable