Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp6808 const XMLNode* psecsubchild = pelement->FirstChild(); in parseEntrySensorLinearAECtrlBackLight() local
6809 while (psecsubchild) { in parseEntrySensorLinearAECtrlBackLight()
6810 XmlTag secsubtag = XmlTag(psecsubchild->ToElement()); in parseEntrySensorLinearAECtrlBackLight()
6811 std::string secsubTagname(psecsubchild->ToElement()->Name()); in parseEntrySensorLinearAECtrlBackLight()
6817 … int no = ParseUcharArray(psecsubchild, &aec->LinearAeCtrl.BackLightConf.enable, secsubtag.Size()); in parseEntrySensorLinearAECtrlBackLight()
6854 XMLNode* pNode = (XMLNode *)psecsubchild; in parseEntrySensorLinearAECtrlBackLight()
6874 …int no = ParseFloatArray(psecsubchild, &aec->LinearAeCtrl.BackLightConf.OEROILowTh, secsubtag.Size… in parseEntrySensorLinearAECtrlBackLight()
6878 …int no = ParseFloatArray(psecsubchild, &aec->LinearAeCtrl.BackLightConf.LvHightTh, secsubtag.Size(… in parseEntrySensorLinearAECtrlBackLight()
6882 …int no = ParseFloatArray(psecsubchild, &aec->LinearAeCtrl.BackLightConf.LvLowTh, secsubtag.Size()); in parseEntrySensorLinearAECtrlBackLight()
6886 …int no = ParseFloatArray(psecsubchild, &aec->LinearAeCtrl.BackLightConf.LumaDistTh, secsubtag.Size… in parseEntrySensorLinearAECtrlBackLight()
[all …]