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

  /external/lzma/CS/7zip/Common/
InBuffer.cs 0 // InBuffer.cs
5 public class InBuffer
15 public InBuffer(uint bufferSize)
  /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,
  /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 199 milliseconds