/external/opencv3/modules/videoio/src/ |
D | cap_openni.cpp | 106 … maxBufferSize(_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 …]
|
D | cap_openni2.cpp | 144 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/ |
D | glsMemoryStressCase.hpp | 48 int maxBufferSize; member 61 …Types, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, b…
|
D | glsMemoryStressCase.cpp | 483 …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/ |
D | lz4frame.c | 121 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/ |
D | es3pBufferDataUploadTests.cpp | 1068 …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/ |
D | vktApiBufferTests.cpp | 133 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/ |
D | generalized_hough.cpp | 464 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/ |
D | ccapitst.c | 1689 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/ |
D | generalized_hough.cpp | 524 void setMaxBufferSize(int maxBufferSize) { maxBufferSize_ = maxBufferSize; } in setMaxBufferSize() argument
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 784 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/ |
D | index.md | 155 samplesRead = sonicReadShortFromStream(stream, outBuffer, maxBufferSize);
|
/external/opencv3/modules/imgproc/include/opencv2/ |
D | imgproc.hpp | 787 virtual void setMaxBufferSize(int maxBufferSize) = 0;
|