Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_openni.cpp106maxBufferSize(_maxBufferSize), isCircleBuffer(_isCircleBuffer), maxTimeDuration(_maxTimeDuration) in ApproximateSyncGrabber()
118 maxBufferSize = _maxBufferSize; in setMaxBufferSize()
123 inline int getMaxBufferSize() const { return maxBufferSize; } in getMaxBufferSize()
179 int maxBufferSize; member in ApproximateSyncGrabber
271 int maxBufferSize = approxSyncGrabber.getMaxBufferSize(); in isSpinContinue() local
272 return (maxBufferSize <= 0) || (static_cast<int>(depthQueue.size()) < maxBufferSize && in isSpinContinue()
273 … static_cast<int>(imageQueue.size()) < maxBufferSize); // "<" to may push in isSpinContinue()
325 int maxBufferSize = approxSyncGrabber.getMaxBufferSize(); in setMaxBufferSize() local
326 if( maxBufferSize >= 0 ) in setMaxBufferSize()
328 depthQueue.set_capacity( maxBufferSize ); in setMaxBufferSize()
[all …]
Dcap_openni2.cpp144 int maxBufferSize, maxTimeDuration; // for approx sync member in CvCapture_OpenNI2
208 maxBufferSize = DEFAULT_MAX_BUFFER_SIZE; in CvCapture_OpenNI2()
322 maxBufferSize = DEFAULT_MAX_BUFFER_SIZE; in CvCapture_OpenNI2()
/external/deqp/modules/glshared/
DglsMemoryStressCase.hpp48 int maxBufferSize; member
61 …Types, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, b…
DglsMemoryStressCase.cpp483 …int dummySize = deMax32(m_config.maxBufferSize, m_config.maxTextureSize*m_config.maxTextureSize*4); in MemObjectAllocator()
676 int size = rnd.getInt(m_config.minBufferSize, m_config.maxBufferSize); in allocateBuffer()
819 …Types, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, b… in MemoryStressCase() argument
831 m_config.maxBufferSize = maxBufferSize; in MemoryStressCase()
/external/lz4/lib/
Dlz4frame.c121 size_t maxBufferSize; member
136 size_t maxBufferSize; member
271 …cctxI.maxBufferSize = 5 MB; /* mess with real buffer size to prevent allocation; works because a… in LZ4F_compressFrame()
398 if (cctxPtr->maxBufferSize < requiredBuffSize) in LZ4F_compressBegin()
400 cctxPtr->maxBufferSize = requiredBuffSize; in LZ4F_compressBegin()
597 …if ((cctxPtr->tmpIn + blockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize) /* necessarily bl… in LZ4F_compressUpdate()
652 …if ((cctxPtr->tmpIn + cctxPtr->maxBlockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize)) /* n… in LZ4F_flush()
784 if (bufferNeeded > dctxPtr->maxBufferSize) /* tmp buffers too small */ in LZ4F_decodeHeader()
788 dctxPtr->maxBufferSize = bufferNeeded; in LZ4F_decodeHeader()
791 dctxPtr->tmpOutBuffer= ALLOCATOR(dctxPtr->maxBufferSize); in LZ4F_decodeHeader()
[all …]
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp1068 …ploadSampleResult<DurationType> >* buckets, int numBuckets, int& minBufferSize, int& maxBufferSize) in bucketizeSamplesUniformly() argument
1071 maxBufferSize = 0; in bucketizeSamplesUniformly()
1079 if (!maxBufferSize || samples[sampleNdx].allocatedSize > maxBufferSize) in bucketizeSamplesUniformly()
1080 maxBufferSize = samples[sampleNdx].allocatedSize; in bucketizeSamplesUniformly()
1085 …= (float)(samples[sampleNdx].allocatedSize - minBufferSize) / (float)(maxBufferSize - minBufferSiz… in bucketizeSamplesUniformly()
1700 int maxBufferSize = 0; in analyzeSampleResults() local
1703 bucketizeSamplesUniformly(samples, &buckets[0], numBuckets, minBufferSize, maxBufferSize); in analyzeSampleResults()
1712 …fferSize + (int)(((float) bucketNdx / (float)numBuckets) * (float)(maxBufferSize - minBufferSiz… in analyzeSampleResults()
1713 …fferSize + (int)(((float)(bucketNdx+1) / (float)numBuckets) * (float)(maxBufferSize - minBufferSiz… in analyzeSampleResults()
2023 const int maxBufferSize = 16777216; in iterate() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp133 const VkDeviceSize maxBufferSize = memoryHeap.size / MAX_BUFFER_SIZE_DIVISOR; in bufferCreateAndAllocTest() local
135 if (size > maxBufferSize) in bufferCreateAndAllocTest()
137 size = maxBufferSize; in bufferCreateAndAllocTest()
/external/opencv3/modules/cudaimgproc/src/
Dgeneralized_hough.cpp464 void setMaxBufferSize(int maxBufferSize) { maxBufferSize_ = maxBufferSize; } in setMaxBufferSize() argument
588 void setMaxBufferSize(int maxBufferSize) { maxBufferSize_ = maxBufferSize; } in setMaxBufferSize() argument
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1689 int32_t bufferSize, maxBufferSize; in TestConvertSafeClone() local
1788 maxBufferSize = 0; in TestConvertSafeClone()
1807 if(actualSizes[idx] > maxBufferSize) { in TestConvertSafeClone()
1808 maxBufferSize = actualSizes[idx]; in TestConvertSafeClone()
1882 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
1883 if(maxBufferSize > U_CNV_SAFECLONE_BUFFERSIZE) { in TestConvertSafeClone()
1885 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
/external/opencv3/modules/imgproc/src/
Dgeneralized_hough.cpp524 void setMaxBufferSize(int maxBufferSize) { maxBufferSize_ = maxBufferSize; } in setMaxBufferSize() argument
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp784 vk::VkDeviceSize maxBufferSize,
981 vk::VkDeviceSize maxBufferSize, in Memory() argument
988 , m_maxBufferSize (maxBufferSize) in Memory()
6462 const vk::VkDeviceSize maxBufferSize, in testCommand() argument
6466 …Memory memory (vki, vkd, physicalDevice, device, size, memoryTypeIndex, maxBufferSize, m… in testCommand()
6679 const vk::VkDeviceSize maxBufferSize = bufferUsage != 0 in iterate() local
6686 log << TestLog::Message << "Max buffer size: " << maxBufferSize << TestLog::EndMessage; in iterate()
6690 if (maxBufferSize == 0 in iterate()
6698 …x, m_config.usage, m_config.sharing, queue, queueFamilyIndex, queues, maxBufferSize, maxImageSize); in iterate()
/external/sonic/doc/
Dindex.md155 samplesRead = sonicReadShortFromStream(stream, outBuffer, maxBufferSize);
/external/opencv3/modules/imgproc/include/opencv2/
Dimgproc.hpp787 virtual void setMaxBufferSize(int maxBufferSize) = 0;