Home
last modified time | relevance | path

Searched refs:maxSize (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dobjdetect.hpp184 Size minSize, Size maxSize ) = 0;
191 Size minSize, Size maxSize ) = 0;
199 Size minSize, Size maxSize,
275 Size maxSize = Size() );
298 Size maxSize=Size() );
324 Size maxSize = Size(),
H A Dfeatures2d.hpp115 float maxSize=FLT_MAX );
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qnmeapositioninfosource/
H A Dtst_qnmeapositioninfosource.h165 qint64 readData(char *data, qint64 maxSize) in readData() argument
168 qint64 sz = qMin(qint64(bytes.size()), maxSize); in readData()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A DCVE-2022-41715.patch47 +// maxSize is the maximum size of a compiled regexp in Insts.
54 + maxSize = 128 << 20 / instSize
126 + if int64(n) > maxSize/p.repeats {
127 + p.repeats = maxSize
132 + if int64(p.numRegexp) < maxSize/p.repeats {
145 + if p.calcSize(re, true) > maxSize {
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_utils.cpp254 RK_S32 maxSize) { in TEST_COMM_CheckFileSizeInRange() argument
264 if (st.st_size >= minSize && st.st_size <= maxSize) { in TEST_COMM_CheckFileSizeInRange()
268 pFilePath, st.st_size, minSize, maxSize); in TEST_COMM_CheckFileSizeInRange()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_convert_otp.cpp48 uint32_t maxSize = srcLscWidth > srcLscHeight ? srcLscWidth : srcLscHeight; in convertLscTableParameter() local
49 uint32_t ratio = maxSize > 3200 ? 8 : (maxSize > 1600 ? 4 : (maxSize > 800 ? 2 : 1)); in convertLscTableParameter()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_utils.h85 RK_S32 TEST_COMM_CheckFileSizeInRange(const char *pFilePath, RK_S32 minSize, RK_S32 maxSize);
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1281 unsigned int maxSize, unsigned int *realSize) in matroxfb_getmemory() argument
1293 maxSize &= ~0x1FFFFF; /* must be X*2MB (really it must be 2 or X*4MB) */ in matroxfb_getmemory()
1295 if (maxSize < 0x0200000) return 0; in matroxfb_getmemory()
1296 if (maxSize > 0x2000000) maxSize = 0x2000000; in matroxfb_getmemory()
1303 for (offs = 0x100000; offs < maxSize; offs += 0x200000) in matroxfb_getmemory()
1305 for (offs = 0x100000; offs < maxSize; offs += 0x200000) in matroxfb_getmemory()
1308 for (offs = 0x100000; offs < maxSize; offs += 0x200000) { in matroxfb_getmemory()
1316 for (offs2 = 0x100000; offs2 < maxSize; offs2 += 0x200000) in matroxfb_getmemory()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxcmds.c3781 GLint maxSize, amount; in __glXSendLargeCommand() local
3789 maxSize = cl->largeCmdMaxReqDataSize - (GLint) sizeof(xGLXRenderLargeReq); in __glXSendLargeCommand()
3791 totalRequests = (dataLen / maxSize); in __glXSendLargeCommand()
3792 if (dataLen % maxSize) in __glXSendLargeCommand()
3816 if (amount > maxSize) { in __glXSendLargeCommand()
3817 amount = maxSize; in __glXSendLargeCommand()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8maxSize)?c.$parent.$eval(e.maxSize):b.maxSize,l=angular.isDefined(e.rotate)?c.$parent.$eval(e.rota…
H A Dui-bootstrap-tpls-0.11.0.min.js8maxSize)?c.$parent.$eval(e.maxSize):b.maxSize,l=angular.isDefined(e.rotate)?c.$parent.$eval(e.rota…
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp115 float maxSize=FLT_MAX );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp115 float maxSize=FLT_MAX );