Searched defs:bufIn (Results 1 – 6 of 6) sorted by relevance
27 float *bufIn; member
446 BytePtr bufIn = new Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local486 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
466 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local505 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
523 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local562 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local706 BytePtr bufIn = zstream.next_in; in UnzipWithInflatedFromMMap() local
234 void CopyBuffer(const float *bufIn, float *bufOut, uint32_t totalLen) in CopyBuffer()241 void AudioEffectChain::ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen) in ApplyEffectChain()
367 float *bufIn, *bufOut; in SinkInputPopCb() local