Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mainBuffer

216         t->mainBuffer = NULL;
626 if (track.mainBuffer != valueBuf) {
627 track.mainBuffer = valueBuf;
1383 if (CC_UNLIKELY(t2.mainBuffer != t1.mainBuffer)) {
1389 memset(t1.mainBuffer, 0, state->frameCount * t1.mMixerChannelCount
1442 if (CC_UNLIKELY(t2.mainBuffer != t1.mainBuffer)) {
1448 int32_t *out = t1.mainBuffer;
1537 if (CC_UNLIKELY(t2.mainBuffer != t1.mainBuffer)) {
1542 int32_t *out = t1.mainBuffer;
1599 int32_t* out = t.mainBuffer;
1822 TO* out = reinterpret_cast<TO*>(t->mainBuffer);