OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxBufferSize
(Results
1 - 12
of
12
) sorted by null
/external/deqp/modules/glshared/
glsMemoryStressCase.hpp
48
int
maxBufferSize
;
61
MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int
maxBufferSize
, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc);
/development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java
280
final int
maxBufferSize
= cb.getMaxBufferSize();
283
int bytesToWrite = Math.min(
maxBufferSize
, mAudioBuffer.length - offset);
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp
133
const VkDeviceSize
maxBufferSize
= memoryHeap.size / MAX_BUFFER_SIZE_DIVISOR;
135
if (size >
maxBufferSize
)
137
size =
maxBufferSize
;
/external/opencv3/modules/videoio/src/
cap_openni2.cpp
144
int
maxBufferSize
, maxTimeDuration; // for approx sync
208
maxBufferSize
= DEFAULT_MAX_BUFFER_SIZE;
322
maxBufferSize
= DEFAULT_MAX_BUFFER_SIZE;
cap_openni.cpp
106
maxBufferSize
(_maxBufferSize), isCircleBuffer(_isCircleBuffer), maxTimeDuration(_maxTimeDuration)
118
maxBufferSize
= _maxBufferSize;
123
inline int getMaxBufferSize() const { return
maxBufferSize
; }
179
int
maxBufferSize
;
271
int
maxBufferSize
= approxSyncGrabber.getMaxBufferSize();
272
return (
maxBufferSize
<= 0) || (static_cast<int>(depthQueue.size()) <
maxBufferSize
&&
273
static_cast<int>(imageQueue.size()) <
maxBufferSize
); // "<" to may push
325
int
maxBufferSize
= approxSyncGrabber.getMaxBufferSize();
326
if(
maxBufferSize
>= 0
[
all
...]
/external/lz4/lib/
lz4frame.c
121
size_t
maxBufferSize
;
136
size_t
maxBufferSize
;
271
cctxI.
maxBufferSize
= 5 MB; /* mess with real buffer size to prevent allocation; works because autoflush==1 & stableSrc==1 */
398
if (cctxPtr->
maxBufferSize
< requiredBuffSize)
400
cctxPtr->
maxBufferSize
= requiredBuffSize;
597
if ((cctxPtr->tmpIn + blockSize) > (cctxPtr->tmpBuff + cctxPtr->
maxBufferSize
) /* necessarily blockLinked && lastBlockCompressed==fromTmpBuffer */
652
if ((cctxPtr->tmpIn + cctxPtr->maxBlockSize) > (cctxPtr->tmpBuff + cctxPtr->
maxBufferSize
)) /* necessarily blockLinked */
784
if (bufferNeeded > dctxPtr->
maxBufferSize
) /* tmp buffers too small */
788
dctxPtr->
maxBufferSize
= bufferNeeded;
791
dctxPtr->tmpOutBuffer= ALLOCATOR(dctxPtr->
maxBufferSize
);
[
all
...]
/packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp
374
const int
maxBufferSize
= 1024;
375
UINT8 buffer[
maxBufferSize
] = { 0 };
442
NDEF_MsgInit (buffer,
maxBufferSize
, &curDataSize);
443
status = NDEF_MsgAddRec (buffer,
maxBufferSize
, &curDataSize, NDEF_TNF_EMPTY, NULL, 0, NULL, 0, NULL, 0);
[
all
...]
/external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ccapitst.c
[
all
...]
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 239 milliseconds