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

  /frameworks/av/services/audioflinger/
AudioResamplerDyn.h 74 class InBuffer { // buffer management for input type TI
76 InBuffer();
77 ~InBuffer();
121 InBuffer mInBuffer;
AudioResamplerDyn.cpp 43 * InBuffer is a type agnostic input buffer.
59 AudioResamplerDyn<TC, TI, TO>::InBuffer::InBuffer()
65 AudioResamplerDyn<TC, TI, TO>::InBuffer::~InBuffer()
71 void AudioResamplerDyn<TC, TI, TO>::InBuffer::init()
82 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs)
126 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs,
138 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs,
  /external/lzma/CS/7zip/Common/
InBuffer.cs 0 // InBuffer.cs
5 public class InBuffer
15 public InBuffer(uint bufferSize)
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 127 // public Buffer.InBuffer Stream = new Buffer.InBuffer(1 << 16);
  /external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile 25 $O\InBuffer.obj \
  /external/lzma/CPP/7zip/Bundles/Format7zR/
makefile 27 $O\InBuffer.obj \
  /external/lzma/CPP/7zip/Bundles/Alone7z/
makefile 56 $O\InBuffer.obj \
  /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/
resapi.h 70 typedef DWORD (_stdcall *PRESOURCE_CONTROL_ROUTINE)(RESID Resource,DWORD ControlCode,PVOID InBuffer,DWORD InBufferSize,PVOID OutBuffer,DWORD OutBufferSize,LPDWORD BytesReturned);
71 typedef DWORD (_stdcall *PRESOURCE_TYPE_CONTROL_ROUTINE)(LPCWSTR ResourceTypeName,DWORD ControlCode,PVOID InBuffer,DWORD InBufferSize,PVOID OutBuffer,DWORD OutBufferSize,LPDWORD BytesReturned);
ksproxy.h 498 KSDDKAPI HRESULT WINAPI KsSynchronousDeviceControl(HANDLE Handle,ULONG IoControl,PVOID InBuffer,ULONG InLength,PVOID OutBuffer,ULONG OutLength,PULONG BytesReturned);
evntrace.h 740 PVOID InBuffer,
ks.h     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 313 /// \param InBuffer If not 0, should be the known buffer id that contains the
315 void jumpToLoc(SMLoc Loc, unsigned InBuffer = 0);
594 void AsmParser::jumpToLoc(SMLoc Loc, unsigned InBuffer) {
595 CurBuffer = InBuffer ? InBuffer : SrcMgr.FindBufferContainingLoc(Loc);
    [all...]
  /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 665 milliseconds