Home
last modified time | relevance | path

Searched refs:mAfd_handle (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqCustomAeHandle.cpp152 mAfd_handle = parent->mAfd_handle; in init()
174 mAfd_handle = NULL; in deInit()
H A DRkAiqAeHandle.h167 SmartPtr<RkAiqHandle>* mAfd_handle; variable
H A DRkAiqAeHandle.cpp44 mAfd_handle = mAiqCore->getCurAlgoTypeHandle(RK_AIQ_ALGO_TYPE_AFD); in init()
1133 if (mAfd_handle) { in processing()
1134 RkAiqAfdHandleInt* afd_algo = dynamic_cast<RkAiqAfdHandleInt*>(mAfd_handle->ptr()); in processing()