Searched refs:ParseDoubleArray (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibParser.h | 96 int ParseDoubleArray(const XMLNode *pNode, double* values, const int num);
|
| H A D | RkAiqCalibParser.cpp | 230 int RkAiqCalibParser::ParseDoubleArray in ParseDoubleArray() function in RkCam::RkAiqCalibParser 14768 int no = ParseDoubleArray(pchild, pSetting->ynr_iso[index].sigma_curve, tag.Size()); in parseEntrySensorYnrISO() 16069 int no = ParseDoubleArray(pchild, pSetting->mfnr_iso[index].noise_curve, tag.Size()); in parseEntrySensorMFNRISO() 16073 … int no = ParseDoubleArray(pchild, &pSetting->mfnr_iso[index].noise_curve_x00, tag.Size()); in parseEntrySensorMFNRISO() 18666 int no = ParseDoubleArray(pchild, aldch->light_center, tag.Size()); in parseEntrySensorLdch() 18669 int no = ParseDoubleArray(pchild, aldch->coefficient, tag.Size()); in parseEntrySensorLdch() 18748 int no = ParseDoubleArray(pchild, afec->light_center, tag.Size()); in parseEntrySensorFec() 18751 int no = ParseDoubleArray(pchild, afec->coefficient, tag.Size()); in parseEntrySensorFec()
|