Home
last modified time | relevance | path

Searched refs:updateLinExpAttrV2 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/
H A DRkAiqCamGroupAeHandle.cpp35 if (updateLinExpAttrV2) { in updateConfig()
38 updateLinExpAttrV2 = false; in updateConfig()
150 updateLinExpAttrV2 = true; in setLinExpAttr()
171 if (updateLinExpAttrV2) { in getLinExpAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeHandle.h37 updateLinExpAttrV2 = false; in RkAiqAeHandleInt()
147 mutable std::atomic<bool> updateLinExpAttrV2; variable
H A DRkAiqAeHandle.cpp98 if (updateLinExpAttrV2) { in updateConfig()
101 updateLinExpAttrV2 = false; in updateConfig()
353 updateLinExpAttrV2 = true; in setLinExpAttr()
380 if (updateLinExpAttrV2) { in getLinExpAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCamGroupHandleInt.h74 updateLinExpAttrV2 = false; in RkAiqCamGroupAeHandleInt()
124 mutable std::atomic<bool> updateLinExpAttrV2; variable