Searched refs:ParseShortArray (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibParser.h | 102 int ParseShortArray(const XMLNode *pNode, int16_t* values, const int num);
|
| H A D | RkAiqCalibParser.cpp | 932 int RkAiqCalibParser::ParseShortArray in ParseShortArray() function in RkCam::RkAiqCalibParser 11430 int no = ParseShortArray(pchild, sensor->CISHdrTimeRegMax.Coeff, i); in parseEntrySensorInfo() 19600 int no = ParseShortArray(pchild, pParam->luma_point, tag.Size()); in parseEntrySharpV3Setting() 19603 int no = ParseShortArray(pchild, (short *)pParam->luma_sigma, tag.Size()); in parseEntrySharpV3Setting() 19621 int no = ParseShortArray(pchild, (short *)pParam->lum_clip_h, tag.Size()); in parseEntrySharpV3Setting() 19633 int no = ParseShortArray(pchild, (short *)pParam->ehf_th, tag.Size()); in parseEntrySharpV3Setting() 19654 int no = ParseShortArray(pchild, (short *)pParam->clip_hf, tag.Size()); in parseEntrySharpV3Setting() 19657 int no = ParseShortArray(pchild, (short *)pParam->clip_mf, tag.Size()); in parseEntrySharpV3Setting() 19660 int no = ParseShortArray(pchild, (short *)pParam->clip_lf, tag.Size()); in parseEntrySharpV3Setting() 19663 int no = ParseShortArray(pchild, (short *)pParam->local_wgt, tag.Size()); in parseEntrySharpV3Setting() [all …]
|