Home
last modified time | relevance | path

Searched refs:RkAiqCustomAeHandle (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqCustomAeHandle.cpp26 XCamReturn RkAiqCustomAeHandle::updateConfig(bool needSync) { in updateConfig()
30 XCamReturn RkAiqCustomAeHandle::lock() { in lock()
34 XCamReturn RkAiqCustomAeHandle::unlock() { in unlock()
38 XCamReturn RkAiqCustomAeHandle::setExpSwAttr(Uapi_ExpSwAttr_t ExpSwAttr) { in setExpSwAttr()
42 XCamReturn RkAiqCustomAeHandle::getExpSwAttr(Uapi_ExpSwAttr_t* pExpSwAttr) { in getExpSwAttr()
46 XCamReturn RkAiqCustomAeHandle::setExpSwAttr(Uapi_ExpSwAttrV2_t ExpSwAttrV2) { in setExpSwAttr()
50 XCamReturn RkAiqCustomAeHandle::getExpSwAttr(Uapi_ExpSwAttrV2_t* pExpSwAttrV2) { in getExpSwAttr()
54 XCamReturn RkAiqCustomAeHandle::setLinExpAttr(Uapi_LinExpAttr_t LinExpAttr) { in setLinExpAttr()
58 XCamReturn RkAiqCustomAeHandle::getLinExpAttr(Uapi_LinExpAttr_t* pLinExpAttr) { in getLinExpAttr()
62 XCamReturn RkAiqCustomAeHandle::setLinExpAttr(Uapi_LinExpAttrV2_t LinExpAttrV2) { in setLinExpAttr()
[all …]
H A DRkAiqAeHandle.h27 class RkAiqCustomAeHandle; variable
30 friend class RkAiqCustomAeHandle; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCustomAeHandle.h24 class RkAiqCustomAeHandle:
27 explicit RkAiqCustomAeHandle(RkAiqAlgoDesComm* des, RkAiqCore* aiqCore) in RkAiqCustomAeHandle() function
29 virtual ~RkAiqCustomAeHandle() { in ~RkAiqCustomAeHandle()
H A DRkAiqCore.cpp1290 new_hdl = new RkAiqCustomAeHandle(&algo, this); in addAlgo()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DCMakeLists.txt499 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqCustomAeHandle.cpp)