Searched defs:bufIn (Results 1 – 7 of 7) sorted by relevance
337 float* bufIn; variable365 float* bufIn; variable393 float* bufIn; variable421 float* bufIn; variable
28 float *bufIn; member
82 float *bufIn; member
446 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local486 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
463 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local502 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
754 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local793 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local936 BytePtr bufIn = zstream.next_in; in UnzipWithInflatedFromMMap() local
246 void AudioEffectChain::ApplyEffectChain(float *bufIn, float *bufOut, uint32_t frameLen, AudioEffect… in ApplyEffectChain()