Home
last modified time | relevance | path

Searched defs:BUFFER_SIZE (Results 1 – 9 of 9) sorted by relevance

/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DAlmostFullTest.java107 final int BUFFER_SIZE = 10 * 1024 * 1024; in testSequentialUpdate() local
110 BUFFER_SIZE, NUMBER_REPETITION); in testSequentialUpdate() local
117 final int BUFFER_SIZE = 4 * 1024; in testRandomRead() local
125 BUFFER_SIZE); in testRandomRead() local
130 final int BUFFER_SIZE = 4 * 1024; in testRandomUpdate() local
138 BUFFER_SIZE); in testRandomUpdate() local
DSequentialRWTest.java36 private static final int BUFFER_SIZE = 10 * 1024 * 1024; field in SequentialRWTest
85 BUFFER_SIZE, NUMBER_REPETITION); in testSingleSequentialUpdate() local
DFileUtil.java142 final int BUFFER_SIZE = 10 * 1024 * 1024; in createNewFilledFile() local
/cts/suite/audio_quality/test/
DBufferTest.cpp39 const int BUFFER_SIZE = 32; in TEST_F() local
64 const int BUFFER_SIZE = 8; in TEST_F() local
/cts/tests/tests/mediastress/jni/
Dnative-media-jni.cpp79 #define BUFFER_SIZE (BLOCKS_PER_BUFFER*MPEG2_TS_BLOCK_SIZE) macro
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java106 final int BUFFER_SIZE = 4096; in run() local
/cts/apps/CameraITS/pymodules/its/
Ddevice.py49 BUFFER_SIZE = 4096 variable in ItsSession
/cts/tests/tests/media/src/android/media/cts/
DMediaSyncTest.java273 final int BUFFER_SIZE = 1024; in runFlush() local
DAudioRecordTest.java160 final int BUFFER_SIZE = 102400; in testAudioRecordOP() local