Home
last modified time | relevance | path

Searched defs:bufferSize (Results 1 - 25 of 352) sorted by relevance

12345678910>>...15

/third_party/bounds_checking_function/src/
H A Dgets_s.c54 size_t bufferSize = ((destMax == (size_t)(-1)) ? SECUREC_STRING_MAX_LEN : destMax); in gets_s() local
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H A DLatencyTuningCallback.cpp31 int bufferSize = oboeStream->getBufferSizeInFrames(); in onAudioReady() local
/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeStreamCpyThread.h37 deInt32 bufferSize; member
H A DdeStreamCpyThread.c60 deStreamCpyThread* deStreamCpyThread_create (deInStream* input, deOutStream* output, deInt32 bufferSize) in deStreamCpyThread_create() argument
/third_party/node/lib/internal/fs/
H A Ddir.js59 bufferSize: 32, global() property
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DBufferAllocatedSizeTests.cpp54 const uint32_t bufferSize = kMinBufferSize; in TEST_P() local
63 const uint32_t bufferSize = std::max(1u + requiredBufferAlignment, kMinBufferSize); in TEST_P() local
72 const uint32_t bufferSize = kMinBufferSize; in TEST_P() local
/third_party/protobuf/objectivec/
H A DGPBCodedInputStream_PackagePrivate.h42 size_t bufferSize; member
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_unittest.cpp84 constexpr size_t bufferSize = 1048576; in TEST() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkObjUtil.hpp228 makeBuffer(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize bufferSize, const VkBufferUsageFlags usage) makeBuffer() argument
/third_party/skia/src/gpu/
H A DGrStagingBufferManager.cpp31 size_t bufferSize = std::max(size, kMinStagingBufferSize); in allocateStagingBufferSlice() local
/third_party/skia/src/gpu/tessellate/
H A DPathCurveTessellator.h51 static void WriteFixedIndexBuffer(VertexWriter vertexWriter, size_t bufferSize) { in WriteFixedIndexBuffer() argument
52 WriteFixedIndexBufferBaseIndex(std::move(vertexWriter), bufferSize, 0); in WriteFixedIndexBuffer() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliOutputStream.java29 public BrotliOutputStream(OutputStream destination, Encoder.Parameters params, int bufferSize) in BrotliOutputStream() argument
H A DBrotliEncoderChannel.java31 BrotliEncoderChannel(WritableByteChannel destination, Encoder.Parameters params, int bufferSize) BrotliEncoderChannel() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureCopySplitter.h37 Extent3D bufferSize; member
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DBrotliInputStream.java28 public BrotliInputStream(InputStream source, int bufferSize) in BrotliInputStream() argument
H A DBrotliDecoderChannel.java30 public BrotliDecoderChannel(ReadableByteChannel source, int bufferSize) throws IOException { in BrotliDecoderChannel() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPersistentCache.h33 size_t bufferSize = 0; member
H A DPersistentCache.cpp36 const size_t bufferSize = mCache->LoadData(ToAPI(mDevice), key.data(), key.size(), in LoadData() local
/third_party/skia/tools/
H A Dwin_lcid.cpp13 int bufferSize; in MyFuncLocaleEx() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_file_stream.cpp22 dng_file_stream(const char *filename, bool output, uint32 bufferSize) dng_file_stream() argument
/third_party/lzma/CS/7zip/Common/
H A DInBuffer.cs15 public InBuffer(uint bufferSize) in InBuffer() argument
H A DOutBuffer.cs13 public OutBuffer(uint bufferSize) in OutBuffer() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParserInternalState.cs61 internal int bufferSize; field
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLNoConfigContextTest.cpp104 EGLint bufferSize; in TEST_P() local
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
H A DFullDuplexStream.cpp93 int32_t bufferSize = getOutputStream()->getBufferCapacityInFrames() in start() local

Completed in 8 milliseconds

12345678910>>...15