HomeSort by relevance Sort by last modified time
    Searched full:buffersize (Results 551 - 575 of 1885) sorted by null

<<21222324252627282930>>

  /hardware/intel/img/psb_video/src/
pnw_MPEG4ES.c 250 ctx->sRCParams.BufferSize = ctx->sRCParams.BitsPerSecond;
251 /* Header buffersize is specified in 16384 units, so ensure conformance
254 ctx->sRCParams.BufferSize /= 16384;
255 ctx->sRCParams.BufferSize *= 16384;
257 ctx->sRCParams.InitialLevel = (3 * ctx->sRCParams.BufferSize) >> 4;
262 ctx->sRCParams.InitialDelay = ctx->sRCParams.BufferSize - ctx->sRCParams.InitialLevel;
263 ctx->buffer_size = ctx->sRCParams.BufferSize;
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 176 unsigned int bufferSize; // Size of sample buffer
275 size_t bufferSize() const;
303 virtual size_t bufferSize() const
305 return ALSAStreamOps::bufferSize();
359 virtual size_t bufferSize() const
361 return ALSAStreamOps::bufferSize();
412 status_t initSurroundSoundLibrary(unsigned long buffersize);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDevService.java 156 int bufferSize = msg.obj == null ? 0 : ((Integer) msg.obj).intValue();
160 mCallback.onGetReport(mHidDevice, type, id, bufferSize);
579 private synchronized void onGetReport(byte type, byte id, short bufferSize) {
581 Log.v(TAG, "onGetReport(): type=" + type + " id=" + id + " bufferSize=" +
582 bufferSize);
585 msg.obj = bufferSize > 0 ? new Integer(bufferSize) : null;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 410 ULONG BufferSize;
453 ULONG BufferSize;
494 ULONG BufferSize;
543 ULONG BufferSize;
654 typedef ULONG (WINAPI *WMIDPREQUEST) (WMIDPREQUESTCODE RequestCode, PVOID RequestContext, ULONG *BufferSize, PVOID Buffer);
668 ULONG BufferSize;
691 ULONG BufferSize;
  /system/chre/core/
wifi_request_manager.cc 178 size_t bufferSize) const {
179 bool success = debugDumpPrint(buffer, bufferPos, bufferSize, "\nWifi: "
183 success &= debugDumpPrint(buffer, bufferPos, bufferSize,
186 success &= debugDumpPrint(buffer, bufferPos, bufferSize,
191 success &= debugDumpPrint(buffer, bufferPos, bufferSize,
196 success &= debugDumpPrint(buffer, bufferPos, bufferSize,
199 success &= debugDumpPrint(buffer, bufferPos, bufferSize,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
Variable.c 564 UINTN BufferSize;
585 BufferSize = sizeof (UINT32) + sizeof (UINT16) + StrSize (DescriptionData);
586 BufferSize += GetDevicePathSize (CallbackData->LoadContext->FilePathList);
590 BufferSize += StrSize (OptionalData);
593 Buffer = AllocateZeroPool (BufferSize);
606 NewLoadContext->LoadOptionSize = BufferSize;
678 BufferSize,
752 UINTN BufferSize;
773 BufferSize = sizeof (UINT32) + sizeof (UINT16) + StrSize (NvRamMap->BootDescriptionData);
774 BufferSize += GetDevicePathSize (CallbackData->LoadContext->FilePathList);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_socket.so 
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideLib.c 397 UINTN BufferSize;
405 BufferSize = 0;
406 Status = gRT->GetVariable (Name, VendorGuid, NULL, &BufferSize, Buffer);
411 Buffer = AllocateZeroPool (BufferSize);
418 Status = gRT->GetVariable (Name, VendorGuid, NULL, &BufferSize, Buffer);
420 BufferSize = 0;
424 *VariableSize = BufferSize;
661 UINTN BufferSize;
683 VariableBuffer = GetVariableAndSize (L"PlatDriOver", &gEfiCallerIdGuid, &BufferSize);
697 if (VariableIndex + sizeof (UINT32) > (UINT8 *) VariableBuffer + BufferSize) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 373 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
411 if (NULL != ubrk_safeClone(someIterators[i], buffer[i], &bufferSize, NULL))
417 if (NULL != ubrk_safeClone(someIterators[i], buffer[i], &bufferSize, &status) || status != U_MEMORY_ALLOCATION_ERROR)
426 log_err("FAIL: Cloned Iterator failed to deal correctly with null bufferSize pointer\n");
432 bufferSize = 0;
433 if (NULL != ubrk_safeClone(someIterators[i], buffer[i], &bufferSize, &status) ||
434 U_FAILURE(status) || bufferSize <= 0)
439 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize)
441 log_err("FAIL: Pre-calculated buffer size is too small - %d but needed %d\n", U_BRK_SAFECLONE_BUFFERSIZE, bufferSize);
444 if (NULL == (brk = ubrk_safeClone(someIterators[i], buffer[i], &bufferSize, &status)) || U_FAILURE(status)
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
HiKeyFastboot.c 102 UINTN BufferSize;
141 BufferSize = ALIGN_VALUE (EntrySize * NumEntries, BlockIo->Media->BlockSize);
142 *PartitionEntries = AllocatePool (BufferSize);
147 Status = BlockIo->ReadBlocks (BlockIo, MediaId, 2, BufferSize, (VOID *) *PartitionEntries);
804 IN OUT UINTN *BufferSize,
848 if ((*BufferSize == 0) || (*BufferSize > PartitionSize))
849 *BufferSize = PartitionSize;
850 *Buffer = AllocatePages (EFI_SIZE_TO_PAGES(*BufferSize));
856 Status = BlockIo->ReadBlocks (BlockIo, MediaId, 0, *BufferSize, *Buffer);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Utility.c 203 UINTN BufferSize;
212 BufferSize = 0;
215 Status = mHiiDatabase->ExportPackageLists (mHiiDatabase, Handle, &BufferSize, HiiPackageList);
219 HiiPackageList = AllocatePool (BufferSize);
222 Status = mHiiDatabase->ExportPackageLists (mHiiDatabase, Handle, &BufferSize, HiiPackageList);
701 UINTN BufferSize;
726 BufferSize = 0;
728 Status = mHiiDatabase->ExportPackageLists (mHiiDatabase, Handle, &BufferSize, HiiPackageList);
730 HiiPackageList = AllocatePool (BufferSize);
733 Status = mHiiDatabase->ExportPackageLists (mHiiDatabase, Handle, &BufferSize, HiiPackageList);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 212 ULONG BufferSize;
1138 NtData->BufferSize = 1024;
1139 NtData->Buffer = malloc(NtData->BufferSize);
1279 NtData->BufferSize = channel->block_size;
1280 ASSERT(0 == (NtData->BufferSize % 512));
1282 NtData->Buffer = malloc(NtData->BufferSize);
1335 if(Size <= NtData->BufferSize)
1343 SizeToRead = NtData->BufferSize;
1440 if(SizeToWrite >= NtData->BufferSize)
1443 memcpy(NtData->Buffer, buf, NtData->BufferSize);
    [all...]
  /external/llvm/include/llvm/Target/
TargetSchedule.td 138 // clock cycle relative to instruction dispatch. Setting BufferSize=0
143 // specified in WriteRes expire. Setting BufferSize=1 changes this to
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
156 // Use BufferSize = 0 for resources that force "dispatch/issue
164 // Use BufferSize = 1 for in-order execution units. This is used for
169 // Use BufferSize > 1 for out-of-order executions units with a
174 // create two types of units, one with BufferSize=0 and one with
175 // BufferSize=1.
184 int BufferSize = -1;
201 int BufferSize = -1
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 492 unsigned int buffersize = 0; local
511 buffersize = encoder_context->input_buffer.datasize;
512 buffersize = (buffersize + alignedsize) & (~alignedsize);
525 buffersize = encoder_context->output_buffer.datasize;
526 buffersize = (buffersize + alignedsize) & (~alignedsize);
580 ptemp [i]->pbuffer = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE,
590 ptemp [i]->sz = buffersize;
591 ptemp [i]->maped_size = clp2 (buffersize);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetSchedule.td 138 // clock cycle relative to instruction dispatch. Setting BufferSize=0
143 // specified in WriteRes expire. Setting BufferSize=1 changes this to
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
156 // Use BufferSize = 0 for resources that force "dispatch/issue
164 // Use BufferSize = 1 for in-order execution units. This is used for
169 // Use BufferSize > 1 for out-of-order executions units with a
174 // create two types of units, one with BufferSize=0 and one with
175 // BufferSize=1.
184 int BufferSize = -1;
201 int BufferSize = -1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetSchedule.td 138 // clock cycle relative to instruction dispatch. Setting BufferSize=0
143 // specified in WriteRes expire. Setting BufferSize=1 changes this to
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
156 // Use BufferSize = 0 for resources that force "dispatch/issue
164 // Use BufferSize = 1 for in-order execution units. This is used for
169 // Use BufferSize > 1 for out-of-order executions units with a
174 // create two types of units, one with BufferSize=0 and one with
175 // BufferSize=1.
184 int BufferSize = -1;
201 int BufferSize = -1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetSchedule.td 138 // clock cycle relative to instruction dispatch. Setting BufferSize=0
143 // specified in WriteRes expire. Setting BufferSize=1 changes this to
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
156 // Use BufferSize = 0 for resources that force "dispatch/issue
164 // Use BufferSize = 1 for in-order execution units. This is used for
169 // Use BufferSize > 1 for out-of-order executions units with a
174 // create two types of units, one with BufferSize=0 and one with
175 // BufferSize=1.
184 int BufferSize = -1;
201 int BufferSize = -1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetSchedule.td 138 // clock cycle relative to instruction dispatch. Setting BufferSize=0
143 // specified in WriteRes expire. Setting BufferSize=1 changes this to
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
156 // Use BufferSize = 0 for resources that force "dispatch/issue
164 // Use BufferSize = 1 for in-order execution units. This is used for
169 // Use BufferSize > 1 for out-of-order executions units with a
174 // create two types of units, one with BufferSize=0 and one with
175 // BufferSize=1.
184 int BufferSize = -1;
201 int BufferSize = -1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetSchedule.td 138 // clock cycle relative to instruction dispatch. Setting BufferSize=0
143 // specified in WriteRes expire. Setting BufferSize=1 changes this to
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
156 // Use BufferSize = 0 for resources that force "dispatch/issue
164 // Use BufferSize = 1 for in-order execution units. This is used for
169 // Use BufferSize > 1 for out-of-order executions units with a
174 // create two types of units, one with BufferSize=0 and one with
175 // BufferSize=1.
184 int BufferSize = -1;
201 int BufferSize = -1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetSchedule.td 138 // clock cycle relative to instruction dispatch. Setting BufferSize=0
143 // specified in WriteRes expire. Setting BufferSize=1 changes this to
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
156 // Use BufferSize = 0 for resources that force "dispatch/issue
164 // Use BufferSize = 1 for in-order execution units. This is used for
169 // Use BufferSize > 1 for out-of-order executions units with a
174 // create two types of units, one with BufferSize=0 and one with
175 // BufferSize=1.
184 int BufferSize = -1;
201 int BufferSize = -1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetSchedule.td 138 // clock cycle relative to instruction dispatch. Setting BufferSize=0
143 // specified in WriteRes expire. Setting BufferSize=1 changes this to
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
156 // Use BufferSize = 0 for resources that force "dispatch/issue
164 // Use BufferSize = 1 for in-order execution units. This is used for
169 // Use BufferSize > 1 for out-of-order executions units with a
174 // create two types of units, one with BufferSize=0 and one with
175 // BufferSize=1.
184 int BufferSize = -1;
201 int BufferSize = -1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetSchedule.td 138 // clock cycle relative to instruction dispatch. Setting BufferSize=0
143 // specified in WriteRes expire. Setting BufferSize=1 changes this to
150 // Use BufferSize = -1 for "issue ports" fed by a unified reservation
156 // Use BufferSize = 0 for resources that force "dispatch/issue
164 // Use BufferSize = 1 for in-order execution units. This is used for
169 // Use BufferSize > 1 for out-of-order executions units with a
174 // create two types of units, one with BufferSize=0 and one with
175 // BufferSize=1.
184 int BufferSize = -1;
201 int BufferSize = -1
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 712 @param BufferSize The number of bytes to read or write from the NVRAM device.
728 IN UINTN BufferSize,
795 @param BufferSize The size, in bytes, of the entire packet (media header and
814 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
824 IN UINTN BufferSize,
857 if (write (Private->BpfFd, Buffer, BufferSize) < 0) {
871 @param BufferSize On entry, the size, in bytes, of Buffer. On exit, the size, in
885 @retval EFI_SUCCESS The received data was stored in Buffer, and BufferSize has
890 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
900 IN OUT UINTN *BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaBus.h 187 @param BufferSize The request buffer size.
195 IN UINTN BufferSize
205 @param BufferSize The request buffer size.
211 IN UINTN BufferSize
611 Read BufferSize bytes from Lba into Buffer.
616 @param BufferSize Size of Buffer, must be a multiple of device block size.
635 IN UINTN BufferSize,
641 Write BufferSize bytes from Lba into Buffer.
647 @param BufferSize Size of Buffer, must be a multiple of device block size.
666 IN UINTN BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigNv.c 67 UINTN BufferSize;
75 BufferSize = 0;
79 &BufferSize,
86 Buffer = AllocateZeroPool (BufferSize);
94 &BufferSize,
102 *DataSize = BufferSize;
    [all...]

Completed in 712 milliseconds

<<21222324252627282930>>