Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/
H A DRkAiqCamGroupAeHandle.cpp42 if (updateHdrExpAttrV2) { in updateConfig()
45 updateHdrExpAttrV2 = false; in updateConfig()
201 updateHdrExpAttrV2 = true; in setHdrExpAttr()
221 if (updateHdrExpAttrV2) { in getHdrExpAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeHandle.h38 updateHdrExpAttrV2 = false; in RkAiqAeHandleInt()
148 mutable std::atomic<bool> updateHdrExpAttrV2; variable
H A DRkAiqAeHandle.cpp106 if (updateHdrExpAttrV2) { in updateConfig()
109 updateHdrExpAttrV2 = false; in updateConfig()
465 updateHdrExpAttrV2 = true; in setHdrExpAttr()
492 if (updateHdrExpAttrV2) { in getHdrExpAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCamGroupHandleInt.h75 updateHdrExpAttrV2 = false; in RkAiqCamGroupAeHandleInt()
125 mutable std::atomic<bool> updateHdrExpAttrV2; variable