Searched refs:RkAiqCustomAeHandle (Results 1 – 5 of 5) sorted by relevance
26 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 …]
27 class RkAiqCustomAeHandle; variable30 friend class RkAiqCustomAeHandle; variable
24 class RkAiqCustomAeHandle:27 explicit RkAiqCustomAeHandle(RkAiqAlgoDesComm* des, RkAiqCore* aiqCore) in RkAiqCustomAeHandle() function29 virtual ~RkAiqCustomAeHandle() { in ~RkAiqCustomAeHandle()
1290 new_hdl = new RkAiqCustomAeHandle(&algo, this); in addAlgo()
499 list(APPEND ALGO_HANDLE_SRC aiq_core/algo_handlers/RkAiqCustomAeHandle.cpp)