Lines Matching refs:LensHw

25 uint16_t LensHw::DEFAULT_POOL_SIZE = 20;
27 LensHw::LensHw(const char* name) in LensHw() function in RkCam::LensHw
34 _afInfoPool = new RkAiqAfInfoPool("LensLocalAfInfoParams", LensHw::DEFAULT_POOL_SIZE); in LensHw()
35 _irisInfoPool = new RkAiqIrisParamsPool("LensLocalIrisInfoParams", LensHw::DEFAULT_POOL_SIZE); in LensHw()
43 LensHw::~LensHw() in ~LensHw()
50 LensHw::getOTPData() in getOTPData()
64 LensHw::queryLensSupport() in queryLensSupport()
109 LensHw::start_internal() in start_internal()
149 LensHw::start(bool prepared) in start()
165 LensHw::stop() in stop()
187 LensHw::getLensModeData(rk_aiq_lens_descriptor& lens_des) in getLensModeData()
215 LensHw::getLensVcmCfg(rk_aiq_lens_vcmcfg& lens_cfg) in getLensVcmCfg()
236 LensHw::setLensVcmCfg(rk_aiq_lens_vcmcfg& lens_cfg) in setLensVcmCfg()
259 XCamReturn LensHw::getLensVcmMaxlogpos(int& max_log_pos) in getLensVcmMaxlogpos()
272 XCamReturn LensHw::setLensVcmMaxlogpos(int& max_log_pos) in setLensVcmMaxlogpos()
303 LensHw::setFocusParamsSync(int position, bool is_update_time, bool focus_noreback) in setFocusParamsSync()
360 LensHw::setFocusParams(SmartPtr<RkAiqFocusParamsProxy>& focus_params) in setFocusParams()
436 LensHw::setPIrisParams(int step) in setPIrisParams()
479 LensHw::setDCIrisParams(int pwmDuty) in setDCIrisParams()
515 LensHw::setHDCIrisParams(int target) in setHDCIrisParams()
551 LensHw::getHDCIrisParams(int* adc) in getHDCIrisParams()
578 LensHw::getPIrisParams(int* step) in getPIrisParams()
604 LensHw::setZoomParams(int position) in setZoomParams()
610 LensHw::setZoomFocusRebackSync(SmartPtr<rk_aiq_focus_params_t> attrPtr, bool is_update_time) in setZoomFocusRebackSync()
679 LensHw::endZoomChgSync(SmartPtr<rk_aiq_focus_params_t> attrPtr, bool is_update_time) in endZoomChgSync()
767 LensHw::setZoomFocusParamsSync(SmartPtr<rk_aiq_focus_params_t> attrPtr, bool is_update_time) in setZoomFocusParamsSync()
857 LensHw::setZoomFocusParams(SmartPtr<RkAiqFocusParamsProxy>& focus_params) in setZoomFocusParams()
924 LensHw::getFocusParams(int* position) in getFocusParams()
952 LensHw::getZoomParams(int* position) in getZoomParams()
984 LensHw::FocusCorrectionSync() in FocusCorrectionSync()
1011 LensHw::FocusCorrection() in FocusCorrection()
1044 LensHw::ZoomCorrectionSync() in ZoomCorrectionSync()
1071 LensHw::ZoomCorrection() in ZoomCorrection()
1104 LensHw::ZoomFocusModifyPositionSync(SmartPtr<rk_aiq_focus_params_t> attrPtr) in ZoomFocusModifyPositionSync()
1141 LensHw::ZoomFocusModifyPosition(SmartPtr<RkAiqFocusParamsProxy>& focus_params) in ZoomFocusModifyPosition()
1178 LensHw::handle_sof(int64_t time, uint32_t frameid) in handle_sof()
1198 LensHw::setLowPassFv(uint32_t sub_shp4_4[RKAIQ_RAWAF_SUMDATA_NUM], uint32_t sub_shp8_8[RKAIQ_RAWAF_… in setLowPassFv()
1236 LensHw::getIrisInfoParams(SmartPtr<RkAiqIrisParamsProxy>& irisParams, uint32_t frame_id) in getIrisInfoParams()
1279 LensHw::getAfInfoParams(SmartPtr<RkAiqAfInfoProxy>& afInfo, uint32_t frame_id) in getAfInfoParams()
1350 LensHw::setAngleZ(float angleZ) in setAngleZ()