OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxBufferSize
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
BufferPool.java
32
public BufferPool(int initialBufferSize, int
maxBufferSize
, int maxBuffers) {
34
mMaxBufferSize =
maxBufferSize
;
/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);
/packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp
360
const int
maxBufferSize
= 1024;
361
UINT8 buffer[
maxBufferSize
] = { 0 };
398
NDEF_MsgInit (buffer,
maxBufferSize
, &curDataSize);
399
status = NDEF_MsgAddRec (buffer,
maxBufferSize
, &curDataSize, NDEF_TNF_EMPTY, NULL, 0, NULL, 0, NULL, 0);
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
290
M4OSA_UInt32
maxBufferSize
; /*!< max buffer size in bit units */
/external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c
[
all
...]
/external/icu4c/test/cintltst/
ccapitst.c
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js
484
function XAudioServer(channels, sampleRate, minBufferSize,
maxBufferSize
, underRunCallback, volume) {
488
webAudioMinBufferSize = (minBufferSize >= (samplesPerCallback << 1) && minBufferSize <
maxBufferSize
) ? (minBufferSize & ((webAudioMono) ? 0xFFFFFFFF : 0xFFFFFFFE)) : (samplesPerCallback << 1);
489
webAudioMaxBufferSize = (Math.floor(
maxBufferSize
) > webAudioMinBufferSize + this.audioChannels) ? (
maxBufferSize
& ((webAudioMono) ? 0xFFFFFFFF : 0xFFFFFFFE)) : (minBufferSize << 1);
[
all
...]
/external/robolectric/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 576 milliseconds