Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/
H A Dexport_report.pl15 my $no1 = (split /\s+/, $a)[1];
17 return $no1 <=> $no2;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp2800 int no1 = 0, no2 = 0, no3 = 0, no4 = 0; in parseEntrySensorAwbStrategyGlobals() local
2851 no1 = ParseFloatArray(psubchild, adjust_para->tolerance.LV, subTag.Size()); in parseEntrySensorAwbStrategyGlobals()
2852 DCT_ASSERT((no1 == subTag.Size())); in parseEntrySensorAwbStrategyGlobals()
3023 DCT_ASSERT((no2 == no1)); in parseEntrySensorAwbStrategyGlobals()
3024 adjust_para->tolerance.num = no1; in parseEntrySensorAwbStrategyGlobals()
13420 int no1 = 0; in parseEntrySensorLscAlscCofIllAll() local
13453no1 = ParseFloatArray(pchild, lsc->aLscCof.illAll[usedForCase][index].vignettingCurve.pSensorGain,… in parseEntrySensorLscAlscCofIllAll()
13454 lsc->aLscCof.illAll[usedForCase][index].vignettingCurve.arraySize = no1; in parseEntrySensorLscAlscCofIllAll()
13455 DCT_ASSERT((no1 == tag.Size())); in parseEntrySensorLscAlscCofIllAll()
13470 DCT_ASSERT(no1 == no2); in parseEntrySensorLscAlscCofIllAll()
[all …]