Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.h87 int autoTabIdx; variable
H A DRkAiqCalibParser.cpp1335 if (autoTabIdx == 124) in autoTabForward()
1337 autoTabStr[autoTabIdx] = ' '; in autoTabForward()
1338 autoTabIdx += 4; in autoTabForward()
1339 autoTabStr[autoTabIdx] = '\0'; in autoTabForward()
1344 if (autoTabIdx == 0) in autoTabBackward()
1346 autoTabStr[autoTabIdx] = ' '; in autoTabBackward()
1347 autoTabIdx -= 4; in autoTabBackward()
1348 autoTabStr[autoTabIdx] = '\0'; in autoTabBackward()
1382 autoTabIdx = 0; in RkAiqCalibParser()