/hardware/qcom/display/sdm845/libgralloc1/ |
gr_buf_mgr.cpp | 482 unsigned int bufferSize) { 499 size = (bufferSize >= size) ? bufferSize : size;
|
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/ |
BufferManager.java | 258 * @param bufferSize the current total usage of Storage in bytes. 263 boolean reachedStorageMax(long bufferSize, long pendingDelete); 521 Log.d(TAG, String.format("bufferSize = %d; pendingDelete = %b; "
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineMultisampleImageTests.cpp | 488 inline Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize bufferSize, const VkBufferUsageFlags usage) 490 const VkBufferCreateInfo bufferCreateInfo = makeBufferCreateInfo(bufferSize, usage); 527 void zeroBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize bufferSize) 529 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(bufferSize)); 530 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), bufferSize); [all...] |
/external/python/cpython2/Mac/Modules/carbonevt/ |
_CarbonEvtmodule.c | 319 UInt32 bufferSize; 329 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, 0, &bufferSize, NULL); 333 buffer = PyMem_NEW(char, bufferSize); 337 _err = GetEventParameter(_self->ob_itself, inName, inType, NULL, bufferSize, NULL, buffer); 343 _res = Py_BuildValue("s#", buffer, bufferSize); [all...] |
/external/tinyxml2/ |
tinyxml2.h | 393 static void ToStr( int v, char* buffer, int bufferSize );
394 static void ToStr( unsigned v, char* buffer, int bufferSize );
395 static void ToStr( bool v, char* buffer, int bufferSize );
396 static void ToStr( float v, char* buffer, int bufferSize );
397 static void ToStr( double v, char* buffer, int bufferSize );
[all...] |
/frameworks/base/services/backup/java/com/android/server/backup/restore/ |
PerformUnifiedRestoreTask.java | [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 108 : env(NULL), object(object), buffer(NULL), bufferSize(-1) { 138 if (bufferSize < length) { 151 bufferSize = length; 161 bufferSize = -1; 180 int bufferSize; [all...] |
/external/protobuf/src/google/protobuf/io/ |
coded_stream.h | 582 // Advance(BufferSize()). 610 int BufferSize() const; [all...] |
/external/tpm2/ |
NV.c | 280 // bufferSize. For NV Index, totalSize is 281 // bufferSize plus index data size 282 UINT32 bufferSize, // IN: size of initial buffer 297 _plat__NvMemoryWrite(endAddr + sizeof(UINT32), bufferSize, entity); [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
coded_stream.h | 582 // Advance(BufferSize()). 610 int BufferSize() const; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
socketmodule.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
socketmodule.c | [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/ |
UefiShellLib.c | 99 UINTN BufferSize;
102 BufferSize = 0;
121 &BufferSize,
128 Buffer = (EFI_HANDLE*)AllocateZeroPool(BufferSize);
135 &BufferSize,
144 for (HandleIndex = 0; HandleIndex < (BufferSize/sizeof(Buffer[0])); HandleIndex++) {
811 BufferSize is set to be the size of the buffer needed to read the entry. On
817 @param BufferSize on input the size of buffer in bytes. on return
833 IN OUT UINTN *BufferSize,
837 return (FileFunctionMap.ReadFile(FileHandle, BufferSize, Buffer)); [all...] |
/external/python/cpython2/Modules/ |
socketmodule.c | [all...] |
/external/swiftshader/third_party/subzero/src/ |
PNaClTranslator.cpp | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/ |
HiiDatabase.h | 562 @param BufferSize Length of the Buffer.
577 IN UINTN BufferSize,
[all...] |
/external/curl/lib/ |
transfer.c | 89 size_t buffersize = (size_t)bytes; local 106 buffersize -= (8 + 2 + 2); /* 32bit hex + CRLF + CRLF */ 113 buffersize, data->state.in); 141 else if((size_t)nread > buffersize) { 408 size_t buffersize = data->set.buffer_size? local 410 size_t bytestoread = buffersize; [all...] |
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsio0.c | [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng.cpp | 377 unsigned lodepng_save_file(const unsigned char* buffer, size_t buffersize, const char* filename) 382 fwrite((char*)buffer , 1 , buffersize, file); 4809 size_t buffersize; local 5886 size_t buffersize; local 6069 size_t buffersize = 0; local 6091 size_t buffersize = 0; local 6146 size_t buffersize = lodepng_get_raw_size(w, h, &state.info_raw); local 6167 size_t buffersize = lodepng_get_raw_size(w, h, &state.info_raw); local 6197 size_t buffersize; local 6220 size_t buffersize; local [all...] |
/frameworks/native/services/inputflinger/ |
EventHub.cpp | 741 size_t EventHub::getEvents(int timeoutMillis, RawEvent* buffer, size_t bufferSize) { 742 ALOG_ASSERT(bufferSize >= 1); 746 struct input_event readBuffer[bufferSize]; 749 size_t capacity = bufferSize; 856 " bufferSize: %zu capacity: %zu errno: %d)\n", 857 device->fd, readSize, bufferSize, capacity, errno); [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
omx_swvenc_mpeg4.cpp | 524 DEBUG_PRINT_LOW("i/p buffersize requested = %u", portDefn->nBufferSize); 580 DEBUG_PRINT_LOW("i/p previous buffersize = %u", m_sInPortDef.nBufferSize); 608 DEBUG_PRINT_LOW("i/p new buffersize = %u", m_sInPortDef.nBufferSize); 614 DEBUG_PRINT_LOW("o/p buffersize requested = %u", portDefn->nBufferSize); 633 DEBUG_PRINT_LOW("o/p previous buffersize = %u", m_sOutPortDef.nBufferSize); 672 DEBUG_PRINT_LOW("o/p new buffersize = %u", m_sOutPortDef.nBufferSize); [all...] |
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
omx_swvenc_mpeg4.cpp | 522 DEBUG_PRINT_LOW("i/p buffersize requested = %u", portDefn->nBufferSize); 578 DEBUG_PRINT_LOW("i/p previous buffersize = %u", m_sInPortDef.nBufferSize); 606 DEBUG_PRINT_LOW("i/p new buffersize = %u", m_sInPortDef.nBufferSize); 612 DEBUG_PRINT_LOW("o/p buffersize requested = %u", portDefn->nBufferSize); 631 DEBUG_PRINT_LOW("o/p previous buffersize = %u", m_sOutPortDef.nBufferSize); 670 DEBUG_PRINT_LOW("o/p new buffersize = %u", m_sOutPortDef.nBufferSize); [all...] |
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/ |
omx_swvenc_mpeg4.cpp | 536 DEBUG_PRINT_LOW("i/p buffersize requested = %u", portDefn->nBufferSize); 595 DEBUG_PRINT_LOW("i/p previous buffersize = %u", m_sInPortDef.nBufferSize); 623 DEBUG_PRINT_LOW("i/p new buffersize = %u", m_sInPortDef.nBufferSize); 629 DEBUG_PRINT_LOW("o/p buffersize requested = %u", portDefn->nBufferSize); 648 DEBUG_PRINT_LOW("o/p previous buffersize = %u", m_sOutPortDef.nBufferSize); 687 DEBUG_PRINT_LOW("o/p new buffersize = %u", m_sOutPortDef.nBufferSize); [all...] |
/system/core/liblog/ |
logprint.c | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/ |
DeviceIoOnPciRootBridgeIoThunk.c | 409 UINTN BufferSize;
416 BufferSize = sizeof (Handle);
421 &BufferSize,
[all...] |