Searched refs:DEFAULT_BUFFER_SIZE (Results 1 – 7 of 7) sorted by relevance
27 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4; field in CarAppsIOUtils31 byte[] buffer = new byte[DEFAULT_BUFFER_SIZE]; in copy()
20 const int32_t StreamWrapper::DEFAULT_BUFFER_SIZE = 1 << 16; // 64Kb member in StreamWrapper51 mByteArrayLen = DEFAULT_BUFFER_SIZE; in init()
34 const static int32_t DEFAULT_BUFFER_SIZE; variable
41 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4; field in TmaPublicProvider112 byte[] buffer = new byte[DEFAULT_BUFFER_SIZE]; in downloadFile()
43 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4; field in TmaLoaderUtils142 byte[] buffer = new byte[DEFAULT_BUFFER_SIZE]; in copy()
53 private static final int DEFAULT_BUFFER_SIZE = 1 * 1024 * 1024; field in VideoUtils169 bufferSize = DEFAULT_BUFFER_SIZE; in genVideoUsingMuxer()
4963 Landroid/icu/text/StringSearch$CollationPCE;->DEFAULT_BUFFER_SIZE:I