Home | History | Annotate | Download | only in libcameraservice

Lines Matching refs:anwBuffers

1094     ANativeWindowBuffer **anwBuffers = new ANativeWindowBuffer*[mTotalBuffers];
1098 &anwBuffers[bufferIdx]);
1105 buffers[bufferIdx] = anwBuffers[bufferIdx]->handle;
1125 anwBuffers[i], -1);
1131 delete[] anwBuffers;