Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp4990 XmlTag subsubTag = XmlTag(psubsubchild->ToElement()); in parseEntrySensorAwbWpDiffWeiEnableTh() local
4992 … XML_CHECK_WHILE_SUBTAG_MARK((char *)(subsubTagname.c_str()), subsubTag.Type(), subsubTag.Size()); in parseEntrySensorAwbWpDiffWeiEnableTh()
4994 int no = ParseFloatArray(psubsubchild, &calib_para_v201->wpDiffNoTh, subsubTag.Size()); in parseEntrySensorAwbWpDiffWeiEnableTh()
4995 DCT_ASSERT((no == subsubTag.Size())); in parseEntrySensorAwbWpDiffWeiEnableTh()
4998 … int no = ParseUintArray(psubsubchild, &calib_para_v201->wpDiffLvValueTh, subsubTag.Size()); in parseEntrySensorAwbWpDiffWeiEnableTh()
4999 DCT_ASSERT((no == subsubTag.Size())); in parseEntrySensorAwbWpDiffWeiEnableTh()
5027 XmlTag subsubTag = XmlTag(psubsubchild->ToElement()); in parseEntrySensorAwbWpDiffwei_w_HighLV() local
5029 … XML_CHECK_WHILE_SUBTAG_MARK((char *)(subsubTagname.c_str()), subsubTag.Type(), subsubTag.Size()); in parseEntrySensorAwbWpDiffwei_w_HighLV()
5032 …int no = ParseFloatArray(psubsubchild, calib_para_v201->wpDiffweiSet_w_HigLV[0], subsubTag.Size()); in parseEntrySensorAwbWpDiffwei_w_HighLV()
5033 DCT_ASSERT((no == subsubTag.Size())); in parseEntrySensorAwbWpDiffwei_w_HighLV()
[all …]