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

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 43 /* Function : BitStreamCreateEnc(Int bufferSize ) */
47 /* bufferSize : size of the bitstream buffer in bytes */
52 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize)
60 stream->bufferSize = bufferSize;
61 stream->bitstreamBuffer = (UChar *) M4VENC_MALLOC(stream->bufferSize * sizeof(UChar));
68 M4VENC_MEMSET(stream->bitstreamBuffer, 0, stream->bufferSize*sizeof(UChar));
213 if (stream->byteCount + WORD_SIZE > stream->bufferSize)
267 if (stream->byteCount + numbyte > stream->bufferSize)
446 if (bitstream1->byteCount + bitstream2->byteCount + offset > bitstream1->bufferSize)
    [all...]
  /art/runtime/native/
dalvik_system_VMDebug.cc 90 static void VMDebug_startMethodTracingDdmsImpl(JNIEnv*, jclass, jint bufferSize, jint flags,
92 Trace::Start("[DDMS]", -1, bufferSize, flags, Trace::TraceOutputMode::kDDMS,
98 jobject javaFd, jint bufferSize, jint flags,
121 Trace::Start(traceFilename.c_str(), fd, bufferSize, flags, outputMode,
127 jint bufferSize, jint flags,
133 Trace::Start(traceFilename.c_str(), -1, bufferSize, flags, Trace::TraceOutputMode::kFile,
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/
Flash.c 575 IN UINTN BufferSize,
594 if ((BufferSize % gNandFlashInfo->BlockSize) != 0) {
599 NumBlocks = DivU64x32(BufferSize, gNandFlashInfo->BlockSize);
629 IN UINTN BufferSize,
649 if ((BufferSize % gNandFlashInfo->BlockSize) != 0) {
654 NumBlocks = DivU64x32(BufferSize, gNandFlashInfo->BlockSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrString.c 351 UINTN BufferSize;
359 BufferSize = 0x1000;
360 LanguageString = EfiLibAllocatePool (BufferSize);
361 Status = gIfrLibHiiString->GetLanguages (gIfrLibHiiString, HiiHandle, LanguageString, &BufferSize);
364 LanguageString = EfiLibAllocatePool (BufferSize);
365 Status = gIfrLibHiiString->GetLanguages (gIfrLibHiiString, HiiHandle, LanguageString, &BufferSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 501 UINT32 BufferSize;
523 BufferSize = (UINT32) ftell (InFptr);
525 Buffer = (UINT8 *) malloc (BufferSize);
531 if (fread (Buffer, sizeof (UINT8), BufferSize, InFptr) != BufferSize) {
537 NameList->Length = BufferSize;
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
EmuSnpDxe.h 352 @param BufferSize The number of bytes to read or write from the NVRAM device.
365 IN UINTN BufferSize,
406 @param BufferSize The size, in bytes, of the entire packet (media header and
432 IN UINTN BufferSize,
460 @retval EFI_SUCCESS The received data was stored in Buffer, and BufferSize has
464 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDispatcher.c 513 @param BufferSize Size of the FV image buffer.
524 UINTN BufferSize,
536 if (FwVolHeader->FvLength != BufferSize) {
556 ProcessedDataBuffer = AllocateAlignedPages (EFI_SIZE_TO_PAGES (BufferSize), (UINTN) FvAlignment);
560 CopyMem (ProcessedDataBuffer, DataBuffer, BufferSize);
567 BufferSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassImpl.h 139 @param BufferSize The size of the Buffer in bytes.
148 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of the intrinsic block size of the device.
159 IN UINTN BufferSize,
173 @param BufferSize The size of the Buffer in bytes.
182 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of the intrinsic
194 IN UINTN BufferSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.c 470 gSmmCorePrivate->BufferSize,
474 if (!SmmIsBufferOutsideSmmValid ((UINTN)gSmmCorePrivate->CommunicationBuffer, gSmmCorePrivate->BufferSize) || IsOverlapped) {
484 gSmmCorePrivate->BufferSize -= OFFSET_OF (EFI_SMM_COMMUNICATE_HEADER, Data);
489 &gSmmCorePrivate->BufferSize
492 // Update CommunicationBuffer, BufferSize and ReturnStatus
495 gSmmCorePrivate->BufferSize += OFFSET_OF (EFI_SMM_COMMUNICATE_HEADER, Data);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWriteSmm.c 151 UINTN BufferSize;
157 BufferSize = 0;
164 &BufferSize,
171 *Buffer = AllocatePool (BufferSize);
180 &BufferSize,
184 *NumberHandles = BufferSize / sizeof(EFI_HANDLE);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpVlan.c 255 UINTN BufferSize;
263 BufferSize = 0;
268 &BufferSize,
278 Buffer = AllocateZeroPool (BufferSize);
287 &BufferSize,
295 *NumberOfVlan = BufferSize / sizeof (VLAN_TCI);
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.h 183 @param[in] BufferSize A pointer to the size of the data at BufferPtr.
198 IN UINTN *BufferSize,
213 @param[in] BufferSize A pointer to the size of the data at BufferPtr.
227 IN UINTN *BufferSize,
451 @param[in] BufferSize The maxsize of the buffer.
460 IN UINTN BufferSize
  /device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
Flash.c 575 IN UINTN BufferSize,
594 if ((BufferSize % gNandFlashInfo->BlockSize) != 0) {
599 NumBlocks = DivU64x32(BufferSize, gNandFlashInfo->BlockSize);
629 IN UINTN BufferSize,
649 if ((BufferSize % gNandFlashInfo->BlockSize) != 0) {
654 NumBlocks = DivU64x32(BufferSize, gNandFlashInfo->BlockSize);
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
DriverBinding.c 551 UINTN BufferSize;
560 BufferSize = 0;
566 &BufferSize,
575 BufferSize,
590 &BufferSize,
602 Max = BufferSize / sizeof ( pHandle[ 0 ]);
  /device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/
BlockIo.h 156 @param BufferSize The size of the Buffer in bytes.
165 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of the intrinsic block size of the device.
176 IN UINTN BufferSize,
190 @param BufferSize The size of the Buffer in bytes.
199 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of the intrinsic
211 IN UINTN BufferSize,
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp 85 const deUint32 bufferSize,
99 const deUint32 bufferSize,
102 , m_bufferSizeInBytes (bufferSize)
138 const deUint32 bufferSize);
147 const deUint32 bufferSize)
149 , m_bufferSizeInBytes (bufferSize)
  /frameworks/av/services/audioflinger/
Tracks.cpp 70 size_t bufferSize,
111 // ALOGD("Creating track with %d buffers @ %d bytes", bufferCount, bufferSize);
114 // check overflow when computing bufferSize due to multiplication by mFrameSize.
124 bufferSize = minBufferSize; // allocated here.
125 } else if (minBufferSize > bufferSize) {
133 if (size > SIZE_MAX - bufferSize) {
137 size += bufferSize;
164 (mBufferMemory = roHeap->allocate(bufferSize)) == 0 ||
166 ALOGE("not enough memory for read-only buffer size=%zu", bufferSize);
174 memset(mBuffer, 0, bufferSize);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 218 ctx->sRCParams.BufferSize = ctx->sRCParams.BitsPerSecond;
243 ctx->sRCParams.InitialLevel = (3 * ctx->sRCParams.BufferSize) >> 4;
248 ctx->sRCParams.InitialDelay = ctx->sRCParams.BufferSize - ctx->sRCParams.InitialLevel;
249 ctx->buffer_size = ctx->sRCParams.BufferSize;
252 ctx->sRCParams.BufferSize = (9 * ctx->sRCParams.BitsPerSecond) >> 1;
254 ctx->sRCParams.BufferSize = (5 * ctx->sRCParams.BitsPerSecond) >> 1;*/
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 273 private void setupCallback(Camera camera, FrameCatcher catcher, int bufferSize) {
277 byte [] cameraBuffer = new byte[bufferSize];
370 int bufferSize;
371 bufferSize = setSize.width * setSize.height
374 if (bufferSize != sizeWeShouldHave) {
419 setupCallback(camera, catcher, bufferSize);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Ide.h 532 @param BufferSize The size of the Buffer in bytes. This must be a multiple
543 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of the
557 IN UINTN BufferSize,
568 @param BufferSize The size of the Buffer in bytes. This must be a multiple
579 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of the
592 IN UINTN BufferSize,
662 @param BufferSize The size of the Buffer in bytes. This must be a multiple
672 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of the
682 IN UINTN BufferSize,
693 @param BufferSize The size of the Buffer in bytes. This must be a multiple
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 552 UINTN BufferSize;
609 BufferSize = DirBufferSize;
610 Status = NewDir->Read (NewDir, &BufferSize, DirInfo);
611 if (EFI_ERROR (Status) || BufferSize == 0) {
658 BufferSize = StrLen (DirInfo->FileName) * 2 + 6;
659 NewMenuEntry->DisplayString = AllocateZeroPool (BufferSize);
663 BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
SerialIo.c 1016 @param BufferSize On input the size of Buffer, on output the amount of
1029 IN OUT UINTN *BufferSize,
1046 if (*BufferSize == 0) {
1094 for (Index = 0; Index < *BufferSize; Index++) {
1103 *BufferSize = ActualWrite;
1129 @param BufferSize On input the size of Buffer, on output the amount of
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsBlockIoPei.c 774 @param[in] BufferSize The size of the Buffer in bytes. This number must be
786 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of
797 IN UINTN BufferSize,
823 if (BufferSize == 0) {
837 if (BufferSize % BlockSize != 0) {
845 NumberOfBlocks = BufferSize / BlockSize;
877 (UINT32 *)&BufferSize,
888 (UINT32 *)&BufferSize,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
BotPeim.c 342 UINT32 BufferSize;
367 BufferSize = BufferLength;
372 &BufferSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
BootMaintenance.c 462 UINTN BufferSize;
487 BufferSize = sizeof (BMM_FAKE_NV_DATA);
500 UnicodeSPrint (ConfigRequest, Size, L"%s&OFFSET=0&WIDTH=%016LX", ConfigRequestHdr, (UINT64)BufferSize);
508 BufferSize,
573 UINTN BufferSize;
615 BufferSize = sizeof (BMM_FAKE_NV_DATA);
625 &BufferSize,
    [all...]

Completed in 442 milliseconds

<<21222324252627282930>>