Searched defs:bufOut (Results 1 – 7 of 7) sorted by relevance
338 float* bufOut; variable366 float* bufOut; variable394 float* bufOut; variable422 float* bufOut; variable
29 float *bufOut; member
84 float *bufOut; member
440 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; in InitZStream() local487 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
748 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; in InitZStream() local794 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local937 BytePtr bufOut = zstream.next_out; in UnzipWithInflatedFromMMap() local982 BytePtr bufOut, uint8_t &errorTimes) const in CopyInflateOut()
457 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; in InitZStream() local503 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
247 void AudioEffectChain::ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen, AudioEffect… in ApplyEffectChain()