Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp6810 XmlTag secsubtag = XmlTag(psecsubchild->ToElement()); in parseEntrySensorLinearAECtrlBackLight() local
6812 … XML_CHECK_WHILE_SUBTAG_MARK((char *)(secsubTagname.c_str()), secsubtag.Type(), secsubtag.Size()); in parseEntrySensorLinearAECtrlBackLight()
6817 … int no = ParseUcharArray(psecsubchild, &aec->LinearAeCtrl.BackLightConf.enable, secsubtag.Size()); in parseEntrySensorLinearAECtrlBackLight()
6818 DCT_ASSERT((no == secsubtag.Size())); in parseEntrySensorLinearAECtrlBackLight()
6821 char* value = Toupper(secsubtag.Value()); in parseEntrySensorLinearAECtrlBackLight()
6874 … no = ParseFloatArray(psecsubchild, &aec->LinearAeCtrl.BackLightConf.OEROILowTh, secsubtag.Size()); in parseEntrySensorLinearAECtrlBackLight()
6875 DCT_ASSERT((no == secsubtag.Size())); in parseEntrySensorLinearAECtrlBackLight()
6878 …t no = ParseFloatArray(psecsubchild, &aec->LinearAeCtrl.BackLightConf.LvHightTh, secsubtag.Size()); in parseEntrySensorLinearAECtrlBackLight()
6879 DCT_ASSERT((no == secsubtag.Size())); in parseEntrySensorLinearAECtrlBackLight()
6882 …int no = ParseFloatArray(psecsubchild, &aec->LinearAeCtrl.BackLightConf.LvLowTh, secsubtag.Size()); in parseEntrySensorLinearAECtrlBackLight()
[all …]