Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_camgroup_handlers/
H A DRkAiqCamGroupAeHandle.cpp49 if (updateLinAeRouteAttr) { in updateConfig()
52 updateLinAeRouteAttr = false; in updateConfig()
250 updateLinAeRouteAttr = true; in setLinAeRouteAttr()
270 if (updateLinAeRouteAttr) { in getLinAeRouteAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAeHandle.h40 updateLinAeRouteAttr = false; in RkAiqAeHandleInt()
150 mutable std::atomic<bool> updateLinAeRouteAttr; variable
H A DRkAiqAeHandle.cpp114 if (updateLinAeRouteAttr) { in updateConfig()
117 updateLinAeRouteAttr = false; in updateConfig()
530 updateLinAeRouteAttr = true; in setLinAeRouteAttr()
557 if (updateLinAeRouteAttr) { in getLinAeRouteAttr()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCamGroupHandleInt.h76 updateLinAeRouteAttr = false; in RkAiqCamGroupAeHandleInt()
127 mutable std::atomic<bool> updateLinAeRouteAttr; variable