Home
last modified time | relevance | path

Searched refs:DEFAULT_BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DCopyUtils.java120 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4; field in CopyUtils
197 byte[] buffer = new byte[DEFAULT_BUFFER_SIZE]; in copy()
222 char[] buffer = new char[DEFAULT_BUFFER_SIZE]; in copy()
DIOUtils.java121 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4; field in IOUtils
1025 byte[] buffer = new byte[DEFAULT_BUFFER_SIZE]; in copyLarge()
1128 char[] buffer = new char[DEFAULT_BUFFER_SIZE]; in copyLarge()
/packages/apps/Gallery2/jni_jpegstream/src/
Dstream_wrapper.cpp20 const int32_t StreamWrapper::DEFAULT_BUFFER_SIZE = 1 << 16; // 64Kb member in StreamWrapper
51 mByteArrayLen = DEFAULT_BUFFER_SIZE; in init()
Dstream_wrapper.h34 const static int32_t DEFAULT_BUFFER_SIZE; variable
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DVideoUtils.java53 private static final int DEFAULT_BUFFER_SIZE = 1 * 1024 * 1024; field in VideoUtils
169 bufferSize = DEFAULT_BUFFER_SIZE; in genVideoUsingMuxer()