Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mainBuffer

215         t->mainBuffer = NULL;
444 if (track.mainBuffer != valueBuf) {
445 track.mainBuffer = valueBuf;
1079 if (CC_UNLIKELY(t2.mainBuffer != t1.mainBuffer)) {
1085 memset(t1.mainBuffer, 0, bufSize);
1142 if (CC_UNLIKELY(t2.mainBuffer != t1.mainBuffer)) {
1148 int32_t *out = t1.mainBuffer;
1228 if (CC_UNLIKELY(t2.mainBuffer != t1.mainBuffer)) {
1233 int32_t *out = t1.mainBuffer;
1291 int32_t* out = t.mainBuffer;
1299 int64_t outputPTS = calculateOutputPTS(t, pts, out - t.mainBuffer);
1371 int32_t* out = t0.mainBuffer;
1381 out - t0.mainBuffer);
1397 out - t0.mainBuffer);