HomeSort by relevance Sort by last modified time
    Searched defs:InBuffer (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EfiCompress.c 43 VOID *InBuffer;
56 InBuffer = NULL;
118 InBuffer = AllocateZeroPool((UINTN)InSize);
119 if (InBuffer == NULL) {
123 Status = gEfiShellProtocol->ReadFile (InShellFileHandle, &InSize2, InBuffer);
126 Status = Compress (InBuffer, InSize, OutBuffer, &OutSize);
132 Status = Compress (InBuffer, InSize, OutBuffer, &OutSize);
160 SHELL_FREE_NON_NULL(InBuffer);
EfiDecompress.c 43 VOID *InBuffer;
59 InBuffer = NULL;
123 InBuffer = AllocateZeroPool(InSize);
124 if (InBuffer == NULL) {
127 Status = gEfiShellProtocol->ReadFile (InFileHandle, &InSize, InBuffer);
133 Status = Decompress->GetInfo (Decompress, InBuffer, (UINT32) InSize, &OutSize, &ScratchSize);
150 Status = Decompress->Decompress (Decompress, InBuffer, (UINT32) InSize, OutBuffer, OutSize, ScratchBuffer, ScratchSize);
181 SHELL_FREE_NON_NULL(InBuffer);
  /external/lzma/CS/7zip/Common/
InBuffer.cs 0 // InBuffer.cs
5 public class InBuffer
15 public InBuffer(uint bufferSize)
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 47 * InBuffer is a type agnostic input buffer.
63 AudioResamplerDyn<TC, TI, TO>::InBuffer::InBuffer()
69 AudioResamplerDyn<TC, TI, TO>::InBuffer::~InBuffer()
75 void AudioResamplerDyn<TC, TI, TO>::InBuffer::init()
86 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs)
133 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs,
145 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs,
159 void AudioResamplerDyn<TC, TI, TO>::InBuffer::reset(
    [all...]
AudioResamplerDyn.h 107 class InBuffer { // buffer management for input type TI
109 InBuffer();
110 ~InBuffer();
158 InBuffer mInBuffer;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.h 139 UINT8 *InBuffer;
    [all...]
  /external/tpm2/
TcpServer.c 462 _IN_BUFFER InBuffer;
484 InBuffer.Buffer = (BYTE*) InputBuffer;
485 InBuffer.BufferSize = length;
486 _rpc__Signal_Hash_Data(InBuffer);
495 InBuffer.Buffer = (BYTE*) InputBuffer;
496 InBuffer.BufferSize = length;
501 if(InBuffer.BufferSize > CommandResponseSizes.largestCommandSize)
503 CommandResponseSizes.largestCommandSize = InBuffer.BufferSize;
507 _rpc__Send_Command(locality, InBuffer, &OutBuffer);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 116 InBuffer = VarInputBufferType('char', 'long', 'l') # (buf, len)
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 116 InBuffer = VarInputBufferType('char', 'long', 'l') # (buf, len)
  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 220 IMG_UINT32 InBuffer; /* total coded data in Byte */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 838 IN PVOID InBuffer;
    [all...]

Completed in 650 milliseconds