Searched
full:buffersize (Results
451 -
475 of
1885) sorted by null
<<11121314151617181920>>
/external/apache-http/src/org/apache/http/impl/io/ |
SocketOutputBuffer.java | 58 int buffersize, 66 // 'buffersize' as a hint in the weakest sense, and always use
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferComputeInstance.hpp | 38 deUint32 bufferSize, 45 deUint32 bufferSize,
|
/external/deqp/framework/egl/ |
egluConfigInfo.hpp | 42 deInt32 bufferSize; 88 : bufferSize (0)
|
/external/opencv/cv/src/ |
cvoptflowbm.cpp | 148 int bufferSize = cvAlign(blSize + 9,16); 169 blockA = (uchar *) cvAlloc( bufferSize * 3 ); 173 blockB = blockA + bufferSize; 174 blockZ = blockB + bufferSize; 176 memset( blockZ, 0, bufferSize ); 397 memset( blockA, 0, bufferSize ); 398 memset( blockB, 0, bufferSize ); 466 memset( blockB, 0, bufferSize );
|
/external/protobuf/src/google/protobuf/io/ |
coded_stream_inl.h | 54 if (BufferSize() >= size) { 72 while ((current_buffer_size = BufferSize()) < size) {
|
/external/skia/tests/ |
StreamTest.cpp | 229 size_t bufferSize) { 232 std::unique_ptr<SkStream> bufferedStream(SkFrontBufferedStream::Create(dupe, bufferSize)); 243 // bufferSize. 244 REPORTER_ASSERT(r, peeked + i - unpeekableBytes >= bufferSize); 252 bufferedStream.reset(SkFrontBufferedStream::Create(original.duplicate(), bufferSize)); 255 const size_t bytesToPeek = bufferSize + 1; 259 for (size_t start = 0; start <= bufferSize; start++) { 266 REPORTER_ASSERT(r, start >= bufferSize);
|
/external/syslinux/efi32/include/efi/protocol/ |
efidbg.h | 139 IN OUT UINTN *BufferSize, 147 IN OUT UINTN *BufferSize,
|
efivar.h | 48 IN UINTN BufferSize, 58 IN UINTN BufferSize,
|
/external/syslinux/efi64/include/efi/protocol/ |
efidbg.h | 139 IN OUT UINTN *BufferSize, 147 IN OUT UINTN *BufferSize,
|
efivar.h | 48 IN UINTN BufferSize, 58 IN UINTN BufferSize,
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/ |
efidbg.h | 139 IN OUT UINTN *BufferSize, 147 IN OUT UINTN *BufferSize,
|
efivar.h | 48 IN UINTN BufferSize, 58 IN UINTN BufferSize,
|
/external/tpm2/ |
CpriRNG.c | 71 int bufferSize, 76 UNREFERENCED_PARAMETER(bufferSize);
|
/frameworks/av/services/audioflinger/ |
RecordTracks.h | 32 size_t bufferSize, 106 size_t bufferSize,
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
InputStreamBuffer.java | 35 * and you should set the <code>bufferSize</code> parameter to <code>10</code> in the constructor. 87 * @param bufferSize The initial size for the internal buffer. The buffer size should be 97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, 100 if (bufferSize <= 0) { 102 String.format("Buffer size %d must be positive.", bufferSize)); 104 bufferSize = leastPowerOf2(bufferSize); 105 mBuffer = new byte[bufferSize];
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
InputStreamBuffer.java | 35 * and you should set the <code>bufferSize</code> parameter to <code>10</code> in the constructor. 87 * @param bufferSize The initial size for the internal buffer. The buffer size should be 97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, 100 if (bufferSize <= 0) { 102 String.format("Buffer size %d must be positive.", bufferSize)); 104 bufferSize = leastPowerOf2(bufferSize); 105 mBuffer = new byte[bufferSize];
|
/hardware/libhardware_legacy/audio/ |
A2dpAudioInterface.h | 87 virtual size_t bufferSize() const { return 512 * 20; } 90 virtual uint32_t latency() const { return ((1000*bufferSize())/frameSize())/sampleRate() + 200; }
|
AudioDumpInterface.h | 47 virtual size_t bufferSize() const; 88 virtual size_t bufferSize() const;
|
AudioHardwareStub.h | 34 virtual size_t bufferSize() const { return 4096; } 51 virtual size_t bufferSize() const { return 320; }
|
/packages/apps/Email/provider_src/com/android/email/mail/transport/ |
DiscourseLogger.java | 36 public DiscourseLogger(int bufferSize) { 37 mBufferSize = bufferSize;
|
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/ |
TrickplayStorageManager.java | 119 public boolean reachedStorageMax(long bufferSize, long pendingDelete) { 120 return bufferSize - pendingDelete > mMaxBufferSize;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wmistr.h | 9 ULONG BufferSize; 144 ULONG BufferSize;
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaPlayerFlakyNetworkTest.java | 285 Socket socket, int buffersize, HttpParams params) throws IOException { 286 return createSessionOutputBuffer(socket, buffersize, params); 290 Socket socket, int buffersize, HttpParams params) throws IOException { 291 return new SocketOutputBuffer(socket, buffersize, params) {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SerialIo/ |
SerialIo.h | 196 IN OUT UINTN *BufferSize,
206 BufferSize - On input, the size of the Buffer. On output, the amount of
222 IN OUT UINTN *BufferSize,
232 BufferSize - On input, the size of the Buffer. On output, the amount of
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/ |
X86Thunk.c | 187 IN UINTN BufferSize
202 BufferSize - The size of RealModeBuffer. Must be larger than the minimum
211 BufferSize &= ~3;
214 ThunkContext->DefaultStack = (UINT32)(ThunkContext->RealModeBuffer + BufferSize);
|
Completed in 460 milliseconds
<<11121314151617181920>>