Searched refs:tmpStr (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibParser.cpp | 19854 char tmpStr[64]; in parseEntrySystemHDR() local 19855 memset(tmpStr, 0, 64); in parseEntrySystemHDR() 19857 strcpy(tmpStr, HDR_MODE_2_FRAME_STR); in parseEntrySystemHDR() 19859 strcpy(tmpStr, HDR_MODE_2_LINE_STR); in parseEntrySystemHDR() 19861 strcpy(tmpStr, HDR_MODE_3_FRAME_STR); in parseEntrySystemHDR() 19863 strcpy(tmpStr, HDR_MODE_3_LINE_STR); in parseEntrySystemHDR() 19864 ParseString(psecsubchild, tmpStr, strlen(tmpStr)); in parseEntrySystemHDR() 20758 char tmpStr[64]; in parseEntryExpSetHdrSet() local 20759 memset(tmpStr, 0, 64); in parseEntryExpSetHdrSet() 20761 strcpy(tmpStr, CALIB_EXPSET_HDRSET_MODE_2_FRAME); in parseEntryExpSetHdrSet() [all …]
|