Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/
H A DRkAiqCamGroupAeHandle.cpp28 if (updateExpSwAttrV2) { in updateConfig()
31 updateExpSwAttrV2 = false; in updateConfig()
96 updateExpSwAttrV2 = true; in setExpSwAttr()
116 if (updateExpSwAttrV2) { in getExpSwAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeHandle.h36 updateExpSwAttrV2 = false; in RkAiqAeHandleInt()
146 mutable std::atomic<bool> updateExpSwAttrV2; variable
H A DRkAiqAeHandle.cpp90 if (updateExpSwAttrV2) { in updateConfig()
93 updateExpSwAttrV2 = false; in updateConfig()
237 updateExpSwAttrV2 = true; in setExpSwAttr()
264 if (updateExpSwAttrV2) { in getExpSwAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCamGroupHandleInt.h73 updateExpSwAttrV2 = false; in RkAiqCamGroupAeHandleInt()
123 mutable std::atomic<bool> updateExpSwAttrV2; variable