Searched refs:BUFFER_SIZE_BYTES (Results 1 – 8 of 8) sorted by relevance
32 private static final int BUFFER_SIZE_BYTES = 128 * 1024; field in ProgressiveDownloader89 /* temporaryBuffer= */ new byte[BUFFER_SIZE_BYTES]); in download()
67 private static final int BUFFER_SIZE_BYTES = 128 * 1024; field in SegmentDownloader161 byte[] temporaryBuffer = new byte[BUFFER_SIZE_BYTES]; in download()
144 BUFFER_SIZE_BYTES = 2048146 data, sender_addr = self._recv_sock.recvfrom(BUFFER_SIZE_BYTES)
47 @VisibleForTesting static final int BUFFER_SIZE_BYTES = 512 * 1024; field in PlatformUrlEngine207 ByteBuffer buffer = ByteBuffer.allocateDirect(BUFFER_SIZE_BYTES); in readResponseBody()
48 @VisibleForTesting static final int BUFFER_SIZE_BYTES = 128 * 1024; // 128kb field in CronetUrlEngine165 urlRequest.read(ByteBuffer.allocateDirect(BUFFER_SIZE_BYTES)); in readResponseBody()
73 testHelper.executeRequest_largeResponse_succeeds(engine, CronetUrlEngine.BUFFER_SIZE_BYTES * 3); in executeRequest_largeResponse_succeeds()
76 engine, PlatformUrlEngine.BUFFER_SIZE_BYTES * 3); in executeRequest_largeResponse_succeeds()
247 #define BUFFER_SIZE_BYTES 64