Home
last modified time | relevance | path

Searched refs:pending_split_exps_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DSensorHw.h184 } pending_split_exps_t; typedef
186 std::map<uint32_t, pending_split_exps_t> _pending_spilt_map;
196 XCamReturn setLinearSensorExposure(pending_split_exps_t* expPar);
197 XCamReturn setHdrSensorExposure(pending_split_exps_t* expPar);
203 XCamReturn setI2cDAta(pending_split_exps_t* exps);
H A DSensorHw.cpp253 SensorHw::setLinearSensorExposure(pending_split_exps_t* expPar) in setLinearSensorExposure()
336 SensorHw::setHdrSensorExposure(pending_split_exps_t* expPar) in setHdrSensorExposure()
577 SensorHw::setI2cDAta(pending_split_exps_t* exps) { in setI2cDAta()
629 pending_split_exps_t new_exps; in setExposureParams()
630 memset(&new_exps, 0, sizeof(pending_split_exps_t)); in setExposureParams()
872 pending_split_exps_t new_exps; in split_locked()
873 memset(&new_exps, 0, sizeof(pending_split_exps_t)); in split_locked()
882 pending_split_exps_t* tmp = &_pending_spilt_map[dst_id]; in split_locked()
911 pending_split_exps_t new_exps; in split_locked()
912 pending_split_exps_t* p_new_exps = NULL; in split_locked()
[all …]