Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderVersion.cpp386 int32_t bestVersion = 0; in DecodeVersionInformation() local
397 bestVersion = i + 7; in DecodeVersionInformation()
402 CBC_QRCoderVersion* qcv = GetVersionForNumber(bestVersion, e); in DecodeVersionInformation()
/external/dng_sdk/source/
Ddng_negative.cpp1350 int32 bestVersion = 0; in ProfileByID() local
1367 if (bestIndex == -1 || testVersion > bestVersion) in ProfileByID()
1371 bestVersion = testVersion; in ProfileByID()