Home
last modified time | relevance | path

Searched refs:updateWbOpModeAttr (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/
H A DRkAiqCamGroupAwbHandle.cpp33 if (updateWbOpModeAttr) { in updateConfig()
36 updateWbOpModeAttr = false; in updateConfig()
201 updateWbOpModeAttr = true; in setWbOpModeAttrib()
222 if (updateWbOpModeAttr) { in getWbOpModeAttrib()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAwbV21Handle.cpp46 if (updateWbOpModeAttr) { in updateConfig()
49 updateWbOpModeAttr = false; in updateConfig()
H A DRkAiqAwbHandle.h59 updateWbOpModeAttr = false; in RkAiqAwbHandleInt()
147 mutable std::atomic<bool> updateWbOpModeAttr; variable
H A DRkAiqAwbV32Handle.cpp37 if (updateWbOpModeAttr) { in updateConfig()
40 updateWbOpModeAttr = false; in updateConfig()
H A DRkAiqAwbHandle.cpp61 if (updateWbOpModeAttr) { in updateConfig()
64 updateWbOpModeAttr = false; in updateConfig()
295 updateWbOpModeAttr = true; in setWbOpModeAttrib()
321 if (updateWbOpModeAttr) { in getWbOpModeAttrib()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCamGroupHandleInt.h157 updateWbOpModeAttr = false; in RkAiqCamGroupAwbHandleInt()
234 mutable std::atomic<bool> updateWbOpModeAttr; variable