Searched refs:pLeft (Results 1 – 2 of 2) sorted by relevance
219 BSynth::GetAudio(int16* pLeft, int16* pRight, int32 max_samples) const in GetAudio() argument222 memset(pLeft, 0, max_samples * sizeof(int16)); in GetAudio()233 *pLeft++ = (int16)(*sPtr * 32768); in GetAudio()
78 int16* pLeft, int16* pRight, int32 max_samples) const;